Wiki > TV3D65 Index > TVRenderSurface
StartCubeRender
DESCRIPTION
-Starts rendering one side of the cubemap. The cubemap has 6 sides. The camera must point in one of the 6 directions before starting this render.
DECLARATION
| VB.NET | StartCubeRender(iFaceNum As Integer , bClearOnlyZ As Boolean) As Boolean |
| C++ | bool StartCubeRender(int iFaceNum , bool bClearOnlyZ ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| iFaceNum | No | iFaceNum should be one of the following values: 0,1,2,3,4,5 |
| bClearOnlyZ | Yes | bClearOnlyZ description |
RETURN VALUE
| Boolean | Description of what the return value means. |
EXAMPLES
| Example | There’s actually a small bit of code there :). |
TIPS
- Please add any notes or tips for this method.