Photon Engine 2.0.0-beta
A physically based renderer.
|
Entities that contribute to the final image directly.
More...Directories | |
Basic | |
Dome | |
Geometry | |
Defines basic shapes. | |
Image | |
Defines image generating functions. | |
Light | |
Defines energy emitting entities. | |
Material | |
Describes surface properties of geometries. | |
ModelParser | |
MotionSource | |
Describes movement of geometries. | |
SDLExtension | |
Entities that contribute to the final image directly.
A composite data container.
Actors are composite data containers and are a higher level concept than standalone data containers. In Photon, composite containers are often called actors since they usually contribute to the final image directly, in a sense similar to film actors. Little can be achieved if we have only standalone data containers at hand. The purpose of composite containers is to achieve aggregate behaviors on data blocks.