The flags in the enum are actual bit flags instead of indices. This allows for setting/clearing a mask of flags in one go, rather than having to set each flag in its own function call. Existing code shouldn't be affected. Closes #688 |
||
|---|---|---|
| .. | ||
| test_light.py | ||
| test_lightattrib.py | ||
| test_loader_types.py | ||
| test_nodepath.py | ||
| test_shaderattrib.py | ||