Click or drag to resize

BoxVisualTextureMode Property

Default just uses Material on each face. DVD uses Material as the texture for the back, spine and front, and ExtraMaterials[0] for the other faces. Letter uses Material for the top, ExtraMaterial[0] for the bottom and ExtraMaterial[1] for the sides.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public BoxTextureMode TextureMode { get; set; }

Property Value

Type: BoxTextureMode
See Also