#include <RenderingType.h>
EntityRenderingObject::EntityRenderingObject will take a RenderingType as a parameter, and instantiate an appropriate FinalRenderingRun class.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Basic Lambert shading of diffuse materials, without shadows or any other effects. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Basic Lambert shading using the primary Material texture as a diffuse BRDF map. |
|
|
|
|