Provide the newly introduced properties to materials.
Document them like the others are documented.
This commit is contained in:
parent
c39b82a4a4
commit
aabab43f47
1 changed files with 61 additions and 0 deletions
|
@ -57,12 +57,25 @@ Properties currently used:
|
||||||
separate red, green, blue, and alpha components (default: all
|
separate red, green, blue, and alpha components (default: all
|
||||||
color components 0.0, alpha 1.0).
|
color components 0.0, alpha 1.0).
|
||||||
|
|
||||||
|
solid: bool value, if true the surface is solid for an FDM. If it is not
|
||||||
|
solid, it is assumed that the material models a fluid (water) surface
|
||||||
|
(default: true).
|
||||||
|
|
||||||
|
friction-factor: the friction factor for that material. The normalized
|
||||||
|
factor can be used by a FDM to postmultiply all contact friction forces
|
||||||
|
with that factor. That is the more slipery a material is the smaller this
|
||||||
|
value should be. (default: 1.0 for Dry concrete/Asphalt).
|
||||||
|
|
||||||
rolling-friction: the gear rolling rolling-friction coefficient for this
|
rolling-friction: the gear rolling rolling-friction coefficient for this
|
||||||
particular material. (default: 0.02 for Dry concrete/Asphalt).
|
particular material. (default: 0.02 for Dry concrete/Asphalt).
|
||||||
|
|
||||||
bumpiness: normalized bumpiness factor for this particular terrain.
|
bumpiness: normalized bumpiness factor for this particular terrain.
|
||||||
(default: 0.0 for a smooth surface).
|
(default: 0.0 for a smooth surface).
|
||||||
|
|
||||||
|
load-resistence: a pressure value how much force per surface area this
|
||||||
|
surface can carry without deformation. The value should be in N/m^2
|
||||||
|
(default: FLT_MAX).
|
||||||
|
|
||||||
glyph: group that defines one letter/digit/symbol in a font texture
|
glyph: group that defines one letter/digit/symbol in a font texture
|
||||||
subentries: name, left (default: 0.0), right (default: 1.0)
|
subentries: name, left (default: 0.0), right (default: 1.0)
|
||||||
(left and right describe the horizontal position in the texture.)
|
(left and right describe the horizontal position in the texture.)
|
||||||
|
@ -88,8 +101,11 @@ Shared parameters for various materials.
|
||||||
<texture>Runway/grass_rwy.rgb</texture>
|
<texture>Runway/grass_rwy.rgb</texture>
|
||||||
<xsize>75</xsize>
|
<xsize>75</xsize>
|
||||||
<ysize>75</ysize>
|
<ysize>75</ysize>
|
||||||
|
<solid>1</solid>
|
||||||
|
<friction-factor>0.9</friction-factor>
|
||||||
<rolling-friction>0.05</rolling-friction>
|
<rolling-friction>0.05</rolling-friction>
|
||||||
<bumpiness>0.05</bumpiness>
|
<bumpiness>0.05</bumpiness>
|
||||||
|
<load-resistence>1e5</load-resistence>
|
||||||
</material>
|
</material>
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
|
@ -996,6 +1012,7 @@ Shared parameters for various materials.
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</specular>
|
</specular>
|
||||||
<shininess>1.2</shininess>
|
<shininess>1.2</shininess>
|
||||||
|
<solid>0</solid>
|
||||||
<rolling-friction>2</rolling-friction>
|
<rolling-friction>2</rolling-friction>
|
||||||
<bumpiness>0.8</bumpiness>
|
<bumpiness>0.8</bumpiness>
|
||||||
</material>
|
</material>
|
||||||
|
@ -1027,6 +1044,7 @@ Shared parameters for various materials.
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</specular>
|
</specular>
|
||||||
<shininess>1.2</shininess>
|
<shininess>1.2</shininess>
|
||||||
|
<solid>0</solid>
|
||||||
<rolling-friction>1.5</rolling-friction>
|
<rolling-friction>1.5</rolling-friction>
|
||||||
<bumpiness>0.6</bumpiness>
|
<bumpiness>0.6</bumpiness>
|
||||||
</material>
|
</material>
|
||||||
|
@ -1037,6 +1055,7 @@ Shared parameters for various materials.
|
||||||
<xsize>200</xsize>
|
<xsize>200</xsize>
|
||||||
<ysize>200</ysize>
|
<ysize>200</ysize>
|
||||||
<shininess>1.5</shininess>
|
<shininess>1.5</shininess>
|
||||||
|
<solid>0</solid>
|
||||||
<rolling-friction>2.5</rolling-friction>
|
<rolling-friction>2.5</rolling-friction>
|
||||||
<bumpiness>0.6</bumpiness>
|
<bumpiness>0.6</bumpiness>
|
||||||
</material>
|
</material>
|
||||||
|
@ -1050,6 +1069,8 @@ Shared parameters for various materials.
|
||||||
<texture>Terrain/sand3.rgb</texture>
|
<texture>Terrain/sand3.rgb</texture>
|
||||||
<xsize>2000</xsize>
|
<xsize>2000</xsize>
|
||||||
<ysize>2000</ysize>
|
<ysize>2000</ysize>
|
||||||
|
<solid>1</solid>
|
||||||
|
<friction-factor>0.9</friction-factor>
|
||||||
<rolling-friction>0.04</rolling-friction>
|
<rolling-friction>0.04</rolling-friction>
|
||||||
<bumpiness>0.1</bumpiness>
|
<bumpiness>0.1</bumpiness>
|
||||||
</material>
|
</material>
|
||||||
|
@ -1060,6 +1081,8 @@ Shared parameters for various materials.
|
||||||
<texture>Terrain/rock.rgb</texture>
|
<texture>Terrain/rock.rgb</texture>
|
||||||
<xsize>500</xsize>
|
<xsize>500</xsize>
|
||||||
<ysize>500</ysize>
|
<ysize>500</ysize>
|
||||||
|
<solid>1</solid>
|
||||||
|
<friction-factor>0.9</friction-factor>
|
||||||
<rolling-friction>0.1</rolling-friction>
|
<rolling-friction>0.1</rolling-friction>
|
||||||
<bumpiness>0.3</bumpiness>
|
<bumpiness>0.3</bumpiness>
|
||||||
</material>
|
</material>
|
||||||
|
@ -1073,9 +1096,12 @@ Shared parameters for various materials.
|
||||||
<texture>Terrain/marsh4.rgb</texture>
|
<texture>Terrain/marsh4.rgb</texture>
|
||||||
<xsize>2000</xsize>
|
<xsize>2000</xsize>
|
||||||
<ysize>2000</ysize>
|
<ysize>2000</ysize>
|
||||||
|
<solid>1</solid>
|
||||||
<light-coverage>40000000.0</light-coverage>
|
<light-coverage>40000000.0</light-coverage>
|
||||||
|
<friction-factor>0.8</friction-factor>
|
||||||
<rolling-friction>0.3</rolling-friction>
|
<rolling-friction>0.3</rolling-friction>
|
||||||
<bumpiness>0.2</bumpiness>
|
<bumpiness>0.2</bumpiness>
|
||||||
|
<load-resistence>1e30</load-resistence>
|
||||||
</material>
|
</material>
|
||||||
|
|
||||||
<!-- Moved to Tundra (see below)
|
<!-- Moved to Tundra (see below)
|
||||||
|
@ -1113,8 +1139,11 @@ Shared parameters for various materials.
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</specular>
|
</specular>
|
||||||
<shininess>1.2</shininess>
|
<shininess>1.2</shininess>
|
||||||
|
<solid>1</solid>
|
||||||
|
<friction-factor>0.9</friction-factor>
|
||||||
<rolling-friction>0.1</rolling-friction>
|
<rolling-friction>0.1</rolling-friction>
|
||||||
<bumpiness>0.15</bumpiness>
|
<bumpiness>0.15</bumpiness>
|
||||||
|
<load-resistence>1e30</load-resistence>
|
||||||
</material>
|
</material>
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
|
@ -1138,8 +1167,11 @@ Shared parameters for various materials.
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</specular>
|
</specular>
|
||||||
<shininess>1.2</shininess>
|
<shininess>1.2</shininess>
|
||||||
|
<solid>1</solid>
|
||||||
|
<friction-factor>0.9</friction-factor>
|
||||||
<rolling-friction>0.1</rolling-friction>
|
<rolling-friction>0.1</rolling-friction>
|
||||||
<bumpiness>0.15</bumpiness>
|
<bumpiness>0.15</bumpiness>
|
||||||
|
<load-resistence>1e30</load-resistence>
|
||||||
</material>
|
</material>
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
|
@ -1148,8 +1180,11 @@ Shared parameters for various materials.
|
||||||
<xsize>1000</xsize>
|
<xsize>1000</xsize>
|
||||||
<ysize>1000</ysize>
|
<ysize>1000</ysize>
|
||||||
<light-coverage>4000000.0</light-coverage>
|
<light-coverage>4000000.0</light-coverage>
|
||||||
|
<solid>1</solid>
|
||||||
|
<friction-factor>0.9</friction-factor>
|
||||||
<rolling-friction>0.1</rolling-friction>
|
<rolling-friction>0.1</rolling-friction>
|
||||||
<bumpiness>0.2</bumpiness>
|
<bumpiness>0.2</bumpiness>
|
||||||
|
<load-resistence>1e30</load-resistence>
|
||||||
</material>
|
</material>
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
|
@ -1173,8 +1208,11 @@ Shared parameters for various materials.
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</specular>
|
</specular>
|
||||||
<shininess>1.2</shininess>
|
<shininess>1.2</shininess>
|
||||||
|
<solid>1</solid>
|
||||||
|
<friction-factor>0.9</friction-factor>
|
||||||
<rolling-friction>0.1</rolling-friction>
|
<rolling-friction>0.1</rolling-friction>
|
||||||
<bumpiness>0.1</bumpiness>
|
<bumpiness>0.1</bumpiness>
|
||||||
|
<load-resistence>1e30</load-resistence>
|
||||||
</material>
|
</material>
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
|
@ -1185,8 +1223,11 @@ Shared parameters for various materials.
|
||||||
<xsize>2000</xsize>
|
<xsize>2000</xsize>
|
||||||
<ysize>2000</ysize>
|
<ysize>2000</ysize>
|
||||||
<light-coverage>2000000.0</light-coverage>
|
<light-coverage>2000000.0</light-coverage>
|
||||||
|
<solid>1</solid>
|
||||||
|
<friction-factor>0.9</friction-factor>
|
||||||
<rolling-friction>0.1</rolling-friction>
|
<rolling-friction>0.1</rolling-friction>
|
||||||
<bumpiness>0.7</bumpiness>
|
<bumpiness>0.7</bumpiness>
|
||||||
|
<load-resistence>1e30</load-resistence>
|
||||||
<object-group>
|
<object-group>
|
||||||
<range-m>5000</range-m>
|
<range-m>5000</range-m>
|
||||||
<object>
|
<object>
|
||||||
|
@ -1236,8 +1277,11 @@ Shared parameters for various materials.
|
||||||
<xsize>2000</xsize>
|
<xsize>2000</xsize>
|
||||||
<ysize>2000</ysize>
|
<ysize>2000</ysize>
|
||||||
<light-coverage>2000000.0</light-coverage>
|
<light-coverage>2000000.0</light-coverage>
|
||||||
|
<solid>1</solid>
|
||||||
|
<friction-factor>0.9</friction-factor>
|
||||||
<rolling-friction>0.3</rolling-friction>
|
<rolling-friction>0.3</rolling-friction>
|
||||||
<bumpiness>0.6</bumpiness>
|
<bumpiness>0.6</bumpiness>
|
||||||
|
<load-resistence>1e30</load-resistence>
|
||||||
<object-group>
|
<object-group>
|
||||||
<range-m>5000</range-m>
|
<range-m>5000</range-m>
|
||||||
<object>
|
<object>
|
||||||
|
@ -1287,8 +1331,11 @@ Shared parameters for various materials.
|
||||||
<texture>Terrain/drycrop4.rgb</texture>
|
<texture>Terrain/drycrop4.rgb</texture>
|
||||||
<xsize>2000</xsize>
|
<xsize>2000</xsize>
|
||||||
<ysize>2000</ysize>
|
<ysize>2000</ysize>
|
||||||
|
<solid>1</solid>
|
||||||
|
<friction-factor>0.9</friction-factor>
|
||||||
<rolling-friction>0.1</rolling-friction>
|
<rolling-friction>0.1</rolling-friction>
|
||||||
<bumpiness>0.6</bumpiness>
|
<bumpiness>0.6</bumpiness>
|
||||||
|
<load-resistence>1e30</load-resistence>
|
||||||
<light-coverage>2000000.0</light-coverage>
|
<light-coverage>2000000.0</light-coverage>
|
||||||
<object-group>
|
<object-group>
|
||||||
<range-m>5000</range-m>
|
<range-m>5000</range-m>
|
||||||
|
@ -1352,8 +1399,11 @@ Shared parameters for various materials.
|
||||||
<a>1.0</a>
|
<a>1.0</a>
|
||||||
</specular>
|
</specular>
|
||||||
<shininess>1.2</shininess>
|
<shininess>1.2</shininess>
|
||||||
|
<solid>1</solid>
|
||||||
|
<friction-factor>0.9</friction-factor>
|
||||||
<rolling-friction>0.1</rolling-friction>
|
<rolling-friction>0.1</rolling-friction>
|
||||||
<bumpiness>0.3</bumpiness>
|
<bumpiness>0.3</bumpiness>
|
||||||
|
<load-resistence>1e30</load-resistence>
|
||||||
<object-group>
|
<object-group>
|
||||||
<range-m alias="/params/forest/tree-range-m"/>
|
<range-m alias="/params/forest/tree-range-m"/>
|
||||||
<object>
|
<object>
|
||||||
|
@ -1374,8 +1424,11 @@ Shared parameters for various materials.
|
||||||
<xsize>2000</xsize>
|
<xsize>2000</xsize>
|
||||||
<ysize>2000</ysize>
|
<ysize>2000</ysize>
|
||||||
<light-coverage>2000000.0</light-coverage>
|
<light-coverage>2000000.0</light-coverage>
|
||||||
|
<solid>1</solid>
|
||||||
|
<friction-factor>0.4</friction-factor>
|
||||||
<rolling-friction>0.6</rolling-friction>
|
<rolling-friction>0.6</rolling-friction>
|
||||||
<bumpiness>0.7</bumpiness>
|
<bumpiness>0.7</bumpiness>
|
||||||
|
<load-resistence>10</load-resistence>
|
||||||
<object-group>
|
<object-group>
|
||||||
<range-m alias="/params/forest/tree-range-m"/>
|
<range-m alias="/params/forest/tree-range-m"/>
|
||||||
<object>
|
<object>
|
||||||
|
@ -1398,6 +1451,11 @@ Shared parameters for various materials.
|
||||||
<xsize>400</xsize>
|
<xsize>400</xsize>
|
||||||
<ysize>400</ysize>
|
<ysize>400</ysize>
|
||||||
<light-coverage>10000.0</light-coverage>
|
<light-coverage>10000.0</light-coverage>
|
||||||
|
<solid>1</solid>
|
||||||
|
<friction-factor>1.0</friction-factor>
|
||||||
|
<rolling-friction>0.02</rolling-friction>
|
||||||
|
<bumpiness>0.01</bumpiness>
|
||||||
|
<load-resistence>1e10</load-resistence>
|
||||||
</material>
|
</material>
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
|
@ -1406,8 +1464,11 @@ Shared parameters for various materials.
|
||||||
<xsize>400</xsize>
|
<xsize>400</xsize>
|
||||||
<ysize>400</ysize>
|
<ysize>400</ysize>
|
||||||
<light-coverage>1000000.0</light-coverage>
|
<light-coverage>1000000.0</light-coverage>
|
||||||
|
<solid>1</solid>
|
||||||
|
<friction-factor>0.5</friction-factor>
|
||||||
<rolling-friction>0.04</rolling-friction>
|
<rolling-friction>0.04</rolling-friction>
|
||||||
<bumpiness>0.5</bumpiness>
|
<bumpiness>0.5</bumpiness>
|
||||||
|
<load-resistence>1e10</load-resistence>
|
||||||
</material>
|
</material>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue