|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
render.h File ReferenceThis header file includes the rendering processor and the interfaces for the actual render in some output. More...
Go to the source code of this file.
Detailed DescriptionThis header file includes the rendering processor and the interfaces for the actual render in some output.Includes the definitions that you need to process a node to get it ready for rendering. The processing is important to compute all the objects position and then order them properly. See the main page for more information in that regard. All the objects will be rendered from back to front unless hints are used for the processors to ask solid objects to be rendered from front to back. The problem with solid objects is that their edges aren't so solid. Thus even solid objects need to be rendered back to front now a days. But on older boards, you may want to hint the system to swap that order and forget about the antialised edges. Once ready, you will just need to use one of the available render libraries such as the OpenGL one to draw the result on a surface.
Define Documentation
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|