Moving textures from cgtextures into their own folder.

This commit is contained in:
Faerbit 2015-03-11 11:16:17 +01:00
parent 0b6df8ef5a
commit 5966a54a1c
14 changed files with 12 additions and 12 deletions

View File

@ -551,7 +551,7 @@
<!-- Do not change the radius, it has to match the .obj -->
<objectData>
<modelPath>marbleSmooth.obj</modelPath>
<texturePath>marbleTexture.png</texturePath>
<texturePath>cgtextures/marbleTexture.png</texturePath>
<ambientFactor>0.13</ambientFactor>
<diffuseFactor>0.5</diffuseFactor>
<specularFactor>0.5</specularFactor>
@ -566,7 +566,7 @@
<!-- Do not change width height or length, they have to match the .obj -->
<objectData>
<modelPath>block.obj</modelPath>
<texturePath>blockTexture_small.png</texturePath>
<texturePath>cgtextures/blockTexture_small.png</texturePath>
<ambientFactor>0.13</ambientFactor>
<diffuseFactor>0.6</diffuseFactor>
<specularFactor>0.4</specularFactor>
@ -582,7 +582,7 @@
<objectData>
<modelPath>column.obj</modelPath>
<texturePath>columnTexture2.png</texturePath>
<texturePath>cgtextures/columnTexture2.png</texturePath>
<ambientFactor>0.13</ambientFactor>
<diffuseFactor>0.6</diffuseFactor>
<specularFactor>0.4</specularFactor>
@ -595,7 +595,7 @@
<objectData>
<modelPath>torch.obj</modelPath>
<texturePath>torchTexture2.png</texturePath>
<texturePath>cgtextures/torchTexture2.png</texturePath>
<ambientFactor>0.13</ambientFactor>
<diffuseFactor>0.3</diffuseFactor>
<specularFactor>0.7</specularFactor>
@ -609,7 +609,7 @@
<!-- Do not change width height or length, they have to match the .obj -->
<objectData>
<modelPath>switchInner.obj</modelPath>
<texturePath>switchInnerTexture.png</texturePath>
<texturePath>cgtextures/switchInnerTexture.png</texturePath>
<ambientFactor>0.13</ambientFactor>
<diffuseFactor>0.6</diffuseFactor>
<specularFactor>0.4</specularFactor>
@ -637,7 +637,7 @@
<objectData>
<modelPath>switchOuter.obj</modelPath>
<texturePath>switchOuterTexture.png</texturePath>
<texturePath>cgtextures/switchOuterTexture.png</texturePath>
<ambientFactor>0.13</ambientFactor>
<diffuseFactor>0.6</diffuseFactor>
<specularFactor>0.4</specularFactor>
@ -649,7 +649,7 @@
<!-- lengh may not be exact -->
<objectData>
<modelPath>simpleWall.obj</modelPath>
<texturePath>simpleWallTexture.png</texturePath>
<texturePath>cgtextures/simpleWallTexture.png</texturePath>
<ambientFactor>0.13</ambientFactor>
<diffuseFactor>0.6</diffuseFactor>
<specularFactor>0.4</specularFactor>
@ -665,7 +665,7 @@
<objectData>
<modelPath>gate.obj</modelPath>
<texturePath>gateTexture.png</texturePath>
<texturePath>cgtextures/gateTexture.png</texturePath>
<ambientFactor>0.13</ambientFactor>
<diffuseFactor>0.6</diffuseFactor>
<specularFactor>0.4</specularFactor>
@ -681,7 +681,7 @@
<objectData>
<modelPath>movableBlock.obj</modelPath>
<texturePath>movableBlockTexture.png</texturePath>
<texturePath>cgtextures/movableBlockTexture.png</texturePath>
<ambientFactor>0.13</ambientFactor>
<diffuseFactor>0.6</diffuseFactor>
<specularFactor>0.4</specularFactor>
@ -697,7 +697,7 @@
<objectData>
<modelPath>brazier.obj</modelPath>
<texturePath>brazierTexture.png</texturePath>
<texturePath>cgtextures/brazierTexture.png</texturePath>
<ambientFactor>0.13</ambientFactor>
<diffuseFactor>0.6</diffuseFactor>
<specularFactor>0.4</specularFactor>
@ -723,7 +723,7 @@
<objectData>
<modelPath>exit.obj</modelPath>
<texturePath>exitTexture.png</texturePath>
<texturePath>cgtextures/exitTexture.png</texturePath>
<ambientFactor>0.13</ambientFactor>
<diffuseFactor>0.6</diffuseFactor>
<specularFactor>0.4</specularFactor>

View File

@ -13223,7 +13223,7 @@
<waterPlane>
<yPosition>14.5</yPosition>
<texture>waterTexture.png</texture>
<texture>cgtextures/waterTexture.png</texture>
</waterPlane>
<physics>

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

Before

Width:  |  Height:  |  Size: 4.0 MiB

After

Width:  |  Height:  |  Size: 4.0 MiB

View File

Before

Width:  |  Height:  |  Size: 721 KiB

After

Width:  |  Height:  |  Size: 721 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 MiB

After

Width:  |  Height:  |  Size: 3.2 MiB

View File

Before

Width:  |  Height:  |  Size: 3.6 MiB

After

Width:  |  Height:  |  Size: 3.6 MiB

View File

Before

Width:  |  Height:  |  Size: 9.5 MiB

After

Width:  |  Height:  |  Size: 9.5 MiB

View File

Before

Width:  |  Height:  |  Size: 3.1 MiB

After

Width:  |  Height:  |  Size: 3.1 MiB

View File

Before

Width:  |  Height:  |  Size: 3.5 MiB

After

Width:  |  Height:  |  Size: 3.5 MiB

View File

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 2.5 MiB

View File

Before

Width:  |  Height:  |  Size: 2.8 MiB

After

Width:  |  Height:  |  Size: 2.8 MiB

View File

Before

Width:  |  Height:  |  Size: 4.2 MiB

After

Width:  |  Height:  |  Size: 4.2 MiB

View File

Before

Width:  |  Height:  |  Size: 707 KiB

After

Width:  |  Height:  |  Size: 707 KiB