Click or drag to resize
AB4D logo

ICameraParentSceneNode Property

Gets or sets a parent SceneNode that can be used to adjust the camera's View matrix with the SceneNode's world matrix. This can be used to animate the camera with SceneNode.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
SceneNode ParentSceneNode { get; }

Property Value

SceneNode
See Also