-
```
Traceback (most recent call last):
File "C:\cs2import\game\cs2import\2\convert_model.py", line 295, in
vmdl_file = convert_mdl(glob_file, output_folder, GameType(args.game))
…
-
**Description**
The scene can be modified while baking reflection probes. If you modify the scene or settings while baking you may end up with incorrect bakes.
**To Reproduce**
Steps to reproduc…
-
There are several issues with skater casted shadow in the game.
1. Original shadow is solid black, unlike console versions, where it is semitransparent.
2. shadow is not filtered if certain CAS obje…
-
**Describe the bug**
When trying to load multiple GLB files that are DRACO compressed the DRACOLoader crashes sometimes. (no errors in console)
**To Reproduce**
Steps to reproduce the beh…
-
Because in haunted_eyeball_angry.vmt, $phong values are commented and $rimlight is missing, when Monoculus is angry, it doesn't have phong/rimlight.
```
$nodecal 1
// "$phong" "1"
// "$phong…
-
There's a lot of things I have intended for some time to move into lighting profiles. In the interest of keeping these from being forgotten, I'll list them out here.
- [ ] Brightpass threshold and …
-
The Basics
=======
The Slang compiler supports unsized arrays as shader parameter declarations at global scope:
```
Texture2D gAllMyTextures[];
```
That scenario seems to be working well e…
-
Creating test file
```python
# test.py
import os
os.environ.setdefault("lala", "tralala")
```
Running with `codon`
```sh
$ codon run test.py
test.py:3:1-41: error: 'EnvMap' object has no …
-
Hello,
I have issue with env variables that are not secrets. For example:
```yaml
DB_NAME: $DB_NAME
DB_HOST: $DB_HOST
DB_DRIVER: 'mysql'
```
got compiled to:
```yaml
DB_NAME: (my secret…
-