| Code: |
|
<library_images> <image id="cobblestone_jpg" name="cobblestone_jpg"> <init_from>cobblestone.jpg</init_from> </image> ... <library_effects> <effect id="Cobblestone-effect"> <profile_COMMON> <technique sid="common"> <phong> <emission> <color sid="emission">0 0 0 1</color> </emission> <ambient> <color sid="ambient">0 0 0 1</color> </ambient> <diffuse> <color sid="diffuse">0.64 0.64 0.64 1</color> </diffuse> ... <library_materials> <material id="Cobblestone-material" name="Cobblestone"> <instance_effect url="#Cobblestone-effect"/> </material> </library_materials> |
| Code: |
|
<effect id="Material__121"> <profile_COMMON> <newparam sid="pedestal_jpg-surface"> <surface type="2D"> <init_from>pedestal_jpg</init_from> </surface> </newparam> <newparam sid="pedestal_jpg-sampler"> <sampler2D> <source>pedestal_jpg-surface</source> </sampler2D> </newparam> <technique sid="common"> <blinn> <emission> <color>0 0 0 1</color> </emission> <ambient> <color>0 0.2941177 0.01960784 1</color> </ambient> <diffuse> <texture texture="pedestal_jpg-sampler" texcoord="CHANNEL1"/> </diffuse> <specular> <color>0.9 0.9 0.9 1</color> </specular> <shininess> <float>10</float> </shininess> <reflective> <color>0 0 0 1</color> </reflective> <transparent opaque="A_ONE"> <color>1 1 1 1</color> </transparent> <transparency> <float>1</float> </transparency> </blinn> </technique> </profile_COMMON> <extra> |