C# Class Axiom.Components.Terrain.TerrainGlobalOptions

Options class which just stores default options for the terrain.
None of these options are stored with the terrain when saved. They are options that you can use to modify the behaviour of the terrain when it is loaded or created. @note You should construct a single instance of this class per application and do so before you start working with any other terrain classes.
Afficher le fichier Open project: WolfgangSt/axiom

Protected Properties

Свойство Type Description
mResourceGroup string
mSkirtSize float
msCastsShadows bool
msCompositeMapAmbient Axiom.Core.ColorEx
msCompositeMapDiffuse Axiom.Core.ColorEx
msCompositeMapDistance float
msCompositeMapSize ushort
msDefaultGlobalColourMapSize ushort
msDefaultLayerTextureWorldSize float
msDefaultMaterialGenerator TerrainMaterialGenerator
msLayerBlendMapSize ushort
msLightMapDir Axiom.Math.Vector3
msLightmapSize ushort
msMaxPixelError float
msQueryFlags uint
msRenderQueueGroup RenderQueueGroupID
msUseRayBoxDistanceCalculation bool
msVisibililityFlags uint

Méthodes protégées

Méthode Description
TerrainGlobalOptions ( ) : System

Method Details

TerrainGlobalOptions() protected méthode

protected TerrainGlobalOptions ( ) : System
Résultat System

Property Details

mResourceGroup protected_oe static_oe property

protected static string mResourceGroup
Résultat string

mSkirtSize protected_oe static_oe property

protected static float mSkirtSize
Résultat float

msCastsShadows protected_oe static_oe property

protected static bool msCastsShadows
Résultat bool

msCompositeMapAmbient protected_oe static_oe property

protected static ColorEx,Axiom.Core msCompositeMapAmbient
Résultat Axiom.Core.ColorEx

msCompositeMapDiffuse protected_oe static_oe property

protected static ColorEx,Axiom.Core msCompositeMapDiffuse
Résultat Axiom.Core.ColorEx

msCompositeMapDistance protected_oe static_oe property

protected static float msCompositeMapDistance
Résultat float

msCompositeMapSize protected_oe static_oe property

protected static ushort msCompositeMapSize
Résultat ushort

msDefaultGlobalColourMapSize protected_oe static_oe property

protected static ushort msDefaultGlobalColourMapSize
Résultat ushort

msDefaultLayerTextureWorldSize protected_oe static_oe property

protected static float msDefaultLayerTextureWorldSize
Résultat float

msDefaultMaterialGenerator protected_oe static_oe property

protected static TerrainMaterialGenerator,Axiom.Components.Terrain msDefaultMaterialGenerator
Résultat TerrainMaterialGenerator

msLayerBlendMapSize protected_oe static_oe property

protected static ushort msLayerBlendMapSize
Résultat ushort

msLightMapDir protected_oe static_oe property

protected static Vector3,Axiom.Math msLightMapDir
Résultat Axiom.Math.Vector3

msLightmapSize protected_oe static_oe property

protected static ushort msLightmapSize
Résultat ushort

msMaxPixelError protected_oe static_oe property

protected static float msMaxPixelError
Résultat float

msQueryFlags protected_oe static_oe property

protected static uint msQueryFlags
Résultat uint

msRenderQueueGroup protected_oe static_oe property

protected static RenderQueueGroupID msRenderQueueGroup
Résultat RenderQueueGroupID

msUseRayBoxDistanceCalculation protected_oe static_oe property

protected static bool msUseRayBoxDistanceCalculation
Résultat bool

msVisibililityFlags protected_oe static_oe property

protected static uint msVisibililityFlags
Résultat uint