|
DXScene(DXScene, Boolean, String) Constructor |
Creates a child DXScene that will render the objects defined in the masterDXScene to the back buffer and with camera defined in this DXScene.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public DXScene(
DXScene masterDXScene,
bool createRenderingSteps,
string name = null
)
Parameters
- masterDXScene DXScene
- DXScene that defines the 3D objects and that will render the scene to this DXScene's back buffers
- createRenderingSteps Boolean
- when false, then RenderingSteps are not created because RenderingSteps from masterDXScene will be used
- name String (Optional)
- optional name
See Also