diff --git a/planet/Objects.ocd/Structures.ocd/Idol.ocd/GoldIdol.material b/planet/Objects.ocd/Structures.ocd/Idol.ocd/GoldIdol.material new file mode 100644 index 000000000..d7aa3f1b5 --- /dev/null +++ b/planet/Objects.ocd/Structures.ocd/Idol.ocd/GoldIdol.material @@ -0,0 +1,21 @@ +material GoldIdol +{ + receive_shadows on + technique + { + pass + { + ambient 0.9 0.9 0.9 1.0 + diffuse 0.9 0.9 0.9 1.0 + specular 0.9 0.9 0.9 1.0 12.5 + emissive 0.0 0.0 0.0 1.0 + + texture_unit + { + texture GoldIdol_UV.jpg + tex_address_mode wrap + filtering trilinear + } + } + } +} diff --git a/planet/Objects.ocd/Structures.ocd/Idol.ocd/GoldIdol_UV.jpg b/planet/Objects.ocd/Structures.ocd/Idol.ocd/GoldIdol_UV.jpg new file mode 100644 index 000000000..4c2ad8423 Binary files /dev/null and b/planet/Objects.ocd/Structures.ocd/Idol.ocd/GoldIdol_UV.jpg differ diff --git a/planet/Objects.ocd/Structures.ocd/Idol.ocd/Graphics.mesh b/planet/Objects.ocd/Structures.ocd/Idol.ocd/Graphics.mesh index 25b65a413..7b285cf32 100644 Binary files a/planet/Objects.ocd/Structures.ocd/Idol.ocd/Graphics.mesh and b/planet/Objects.ocd/Structures.ocd/Idol.ocd/Graphics.mesh differ diff --git a/planet/Objects.ocd/Structures.ocd/Idol.ocd/Idol.skeleton b/planet/Objects.ocd/Structures.ocd/Idol.ocd/Idol.skeleton new file mode 100644 index 000000000..0c87c4020 Binary files /dev/null and b/planet/Objects.ocd/Structures.ocd/Idol.ocd/Idol.skeleton differ diff --git a/planet/Objects.ocd/Structures.ocd/Idol.ocd/Scene.material b/planet/Objects.ocd/Structures.ocd/Idol.ocd/Scene.material deleted file mode 100644 index 8428ca260..000000000 --- a/planet/Objects.ocd/Structures.ocd/Idol.ocd/Scene.material +++ /dev/null @@ -1,14 +0,0 @@ -material Material -{ - receive_shadows on - technique - { - pass - { - ambient 0.500000 0.500000 0.500000 1.000000 - diffuse 0.630130 0.531432 0.000000 1.000000 - specular 0.266613 0.266613 0.266613 1.000000 12.500000 - emissive 0.000000 0.000000 0.000000 1.000000 - } - } -}