A triangle is defined by three points. They can be defined in clockwise order, or anti-clockwise. For most rendering purposes the triangle can be ignored if it is facing away from the camera, because it is on the hidden side of a solid object. By defining the points in clockwise order, the sequence in which it points appear to the camera indicate whether the triangle is visible. This order is called the triangle's winding order.
The static geometry in a RenderWare Graphics application. Worlds are broken down into separate world sectors.
3D graphics software that looks after the position of objects, lights and cameras in a scene, and knows what is visible.
The center of the world. This is the same as the Cartesian origin (0,0,0).
World sectors are leaf nodes in a binary space partition tree that RenderWare Graphics builds to accelerate rendering.
Used to load and explore BSP worlds. See the Clump View and World View Viewer document for more information.
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |