Added objectData to Compositions.xml. It contains texture data as of now.

This commit is contained in:
Steffen Fündgens 2014-12-05 16:55:17 +01:00
parent a6c65efcee
commit f4529d1430

View File

@ -98,48 +98,54 @@
<objectData> <objectData>
<modelPath>marbleSmooth.obj</modelPath> <modelPath>marbleSmooth.obj</modelPath>
<ambientFactor></ambientFactor> <texturePath>marbleTexture_small.png</texturePath>
<diffuseFactor></diffuseFactor> <ambientFactor>0.1</ambientFactor>
<specularFactor></specularFactor> <diffuseFactor>0.5</diffuseFactor>
<shininess></shininess> <specularFactor>0.5</specularFactor>
<shininess>3.0</shininess>
</objectData> </objectData>
<objectData> <objectData>
<modelPath>block.obj</modelPath> <modelPath>block.obj</modelPath>
<ambientFactor></ambientFactor> <texturePath>blockTexture_small.png</texturePath>
<diffuseFactor></diffuseFactor> <ambientFactor>0.1</ambientFactor>
<specularFactor></specularFactor> <diffuseFactor>0.6</diffuseFactor>
<shininess></shininess> <specularFactor>0.4</specularFactor>
<shininess>2.0</shininess>
</objectData> </objectData>
<objectData> <objectData>
<modelPath>column.obj</modelPath> <modelPath>column.obj</modelPath>
<ambientFactor></ambientFactor> <texturePath>columnTexture2.png</texturePath>
<diffuseFactor></diffuseFactor> <ambientFactor>0.1</ambientFactor>
<specularFactor></specularFactor> <diffuseFactor>0.6</diffuseFactor>
<shininess></shininess> <specularFactor>0.4</specularFactor>
<shininess>2.0</shininess>
</objectData> </objectData>
<objectData> <objectData>
<modelPath>torch.obj</modelPath> <modelPath>torch.obj</modelPath>
<ambientFactor></ambientFactor> <texturePath>torchTexture.png</texturePath>
<diffuseFactor></diffuseFactor> <ambientFactor>0.1</ambientFactor>
<specularFactor></specularFactor> <diffuseFactor>0.3</diffuseFactor>
<shininess></shininess> <specularFactor>0.7</specularFactor>
<shininess>10.0</shininess>
</objectData> </objectData>
<objectData> <objectData>
<modelPath>switch_inner.obj</modelPath> <modelPath>switch_inner.obj</modelPath>
<ambientFactor></ambientFactor> <texturePath>switchTextureInner.png</texturePath>
<diffuseFactor></diffuseFactor> <ambientFactor>0.1</ambientFactor>
<specularFactor></specularFactor> <diffuseFactor>0.6</diffuseFactor>
<shininess></shininess> <specularFactor>0.4</specularFactor>
<shininess>2.0</shininess>
</objectData> </objectData>
<objectData> <objectData>
<modelPath>switch_outer.obj</modelPath> <modelPath>switch_outer.obj</modelPath>
<ambientFactor></ambientFactor> <texturePath>switchTextureOuter.png</texturePath>
<diffuseFactor></diffuseFactor> <ambientFactor>0.1</ambientFactor>
<specularFactor></specularFactor> <diffuseFactor>0.6</diffuseFactor>
<shininess></shininess> <specularFactor>0.4</specularFactor>
<shininess>2.0</shininess>
</objectData> </objectData>