Interface IMeshData
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface IMeshData
Properties
BoundingBox
Declaration
IBoundingBox BoundingBox { get; }
Property Value
Id
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
Indices
Declaration
IReadOnlyList<int> Indices { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.Int32> |
|
Normals
Declaration
IReadOnlyList<Vector3> Normals { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.Numerics.Vector3> |
|
Positions
Declaration
IReadOnlyList<Vector3> Positions { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.Numerics.Vector3> |
|
TextureCoordinates
Declaration
IReadOnlyList<Vector2> TextureCoordinates { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.Numerics.Vector2> |
|