Table of Contents

Interface IModel

Namespace
LibGFX.Graphics
Assembly
LibGFX.dll

Base interface for 3D models

public interface IModel : IFileAsset, IGraphicsResource, IIdentifier, ISerialization
Inherited Members

Properties

HasTransparency

Gets a value indicating whether the content includes transparent regions.

bool HasTransparency { get; }

Property Value

bool

Meshes

The meshes contained in this model, indexed by their names

List<Mesh> Meshes { get; set; }

Property Value

List<Mesh>

NodeStructure

The node structure of this model

SceneNodeData NodeStructure { get; set; }

Property Value

SceneNodeData