Class ModelDataPoolLocation
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
Contains all the data for the given model pool.
public class ModelDataPoolLocation
- Inheritance
-
ModelDataPoolLocation
- Inherited Members
- Extension Methods
Fields
CullVisible
public Bools CullVisible
Field Value
FrustumCullSphere
The culling sphere.
public Sphere FrustumCullSphere
Field Value
FrustumVisible
Whether this model is visible or not.
public bool FrustumVisible
Field Value
Hide
public bool Hide
Field Value
IndicesEnd
Where the indices of the model end.
public int IndicesEnd
Field Value
IndicesStart
Where the indices of the model start.
public int IndicesStart
Field Value
LodLevel
public int LodLevel
Field Value
PoolId
The ID of the pool model.
public int PoolId
Field Value
TransitionCounter
Used for models with movements (like a door).
public int TransitionCounter
Field Value
VerticesEnd
Where the vertices end.
public int VerticesEnd
Field Value
VerticesStart
Where the vertices start.
public int VerticesStart
Field Value
VisibleBufIndex
public static int VisibleBufIndex
Field Value
Methods
IsVisible(EnumFrustumCullMode, FrustumCulling)
public bool IsVisible(EnumFrustumCullMode mode, FrustumCulling culler)
Parameters
mode
EnumFrustumCullModeculler
FrustumCulling