VisualTransformToWorldNormal Method |
Transform a local normal to a world normal.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic Vector3 TransformToWorldNormal(
Vector3 localNormal
)
Parameters
- localNormal
- Type: Microsoft.DirectXVector3
Local normal relative to the Visual.
Return Value
Type:
Vector3World normal relative to the Scene.
See Also