Click or drag to resize
AB4D logo

InstancedMeshGeometry3DNodeUseScreenSpaceScaling Property

When true (false by default) then each instance is scaled in the shader so that the value specified in matrix's M11 defines the size of the rendered object on screen (when the size of the mesh is 1).

Namespace: Ab3d.DirectX.Models
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public bool UseScreenSpaceScaling { get; set; }

Property Value

Boolean
See Also