Photon Engine 2.0.0-beta
A physically based renderer.
|
An overview of engine directory structure.
Engine's source code is organized into directories based on the functionalities they provide. The information listed here might help you to find what you are looking for if a quick search gives no useful results.
Home of header and source files that provides functionalities Photon has to offer.
Generally speaking, the Include folder contains public APIs for the engine, while the Source folder contains its implementation. For those who want direct access to all engine functionalities, you can choose to compile and link code from both Include and Source.
These directories contains raw data descriptions for a scene. They will contribute to the final image after being cooked.