MetaCoreEngineV2/rpcore/pynative
2026-01-13 17:06:06 +08:00
..
__init__.py init 2026-01-13 17:06:06 +08:00
gpu_command_list.py init 2026-01-13 17:06:06 +08:00
gpu_command.py init 2026-01-13 17:06:06 +08:00
ies_dataset.py init 2026-01-13 17:06:06 +08:00
internal_light_manager.py init 2026-01-13 17:06:06 +08:00
pointer_slot_storage.py init 2026-01-13 17:06:06 +08:00
pssm_camera_rig.py init 2026-01-13 17:06:06 +08:00
README.md init 2026-01-13 17:06:06 +08:00
rp_light.py init 2026-01-13 17:06:06 +08:00
rp_point_light.py init 2026-01-13 17:06:06 +08:00
rp_spot_light.py init 2026-01-13 17:06:06 +08:00
shadow_atlas.py init 2026-01-13 17:06:06 +08:00
shadow_manager.py init 2026-01-13 17:06:06 +08:00
shadow_source.py init 2026-01-13 17:06:06 +08:00
tag_state_manager.py init 2026-01-13 17:06:06 +08:00

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.