create_cube_render_texture method
create_cube_render_texture
Create a render target contains 1 cube texture
Returns
def create_cube_render_texture(self, parameters, width, height):
...
Parameter | Type | Description |
---|---|---|
parameters | RenderParameters | Render parameters to create the render texture |
width | int | The width of the render texture |
height | int | The height of the render texture |
See Also
- module
aspose.threed.render
- class
RenderFactory