Enum Scene.DrawingStyle.SurfaceType
Ways to represent surfaces in a scene view.
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public enum Scene.DrawingStyle.SurfaceType
Fields
Name | Description |
---|---|
Color | Surfaces are represented in their colours, without textures. |
Texture | Surfaces are represented in their colours and textures. |
White | Surfaces are represented in white colour and shaded as usual according to scene lights setup. |