| .. | ||
| __init__.py | ||
| gpu_command_list.py | ||
| gpu_command.py | ||
| ies_dataset.py | ||
| internal_light_manager.py | ||
| pointer_slot_storage.py | ||
| pssm_camera_rig.py | ||
| README.md | ||
| rp_light.py | ||
| rp_point_light.py | ||
| rp_spot_light.py | ||
| shadow_atlas.py | ||
| shadow_manager.py | ||
| shadow_source.py | ||
| tag_state_manager.py | ||
Python Implementation
This is the Python implementation of the pipeline internals.
This folder contains no documentation!
To view the documented code, please head over to the C++ Modules at code/native/source,
which implement the same features but are commented!
Besides of not being commented, the code is not written efficient and not in a pythonic way, too, and instead tries to match the C++ code as close as possible, to make updates as easy as possible.