Changes between Version 9 and Version 10 of Basic3DImplementation


Ignore:
Timestamp:
Apr 24, 2019, 5:18:53 PM (5 years ago)
Author:
Stan
Comment:

Update XML code to include materials.

Legend:

Unmodified
Added
Removed
Modified
  • Basic3DImplementation

    v9 v10  
    3333{{{
    3434#!xml
    35 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
     35<?xml version="1.0" encoding="UTF-8"?>
    3636<actor version="1">
    37 
    3837  <castshadow/>
    39 
    4038  <group>
    4139    <variant frequency="100" name="Base">
    4240      <mesh>props/wrld_crate_a.dae</mesh>
    43       <textures><texture file="props/celt_prop_1.dds" name="baseTex"/></textures>
     41      <textures>
     42        <texture file="props/celt_prop_1.dds" name="baseTex"/>
     43      </textures>
    4444    </variant>
    4545  </group>
    46 
     46  <material>default.xml</material>
    4747</actor>
    4848}}}
     
    5454{{{
    5555#!xml
    56 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
     56<?xml version="1.0" encoding="UTF-8"?>
    5757<actor version="1">
    58 
    5958  <castshadow/>
    60 
    6159  <group>
    6260    <variant frequency="100" name="Base">
    6361      <mesh>props/wrld_crate_test.dae</mesh>
    64       <textures><texture file="props/crate_test.png" name="baseTex"/></textures>
     62      <textures>
     63        <texture file="props/crate_test.png" name="baseTex"/>
     64      </textures>
    6565    </variant>
    6666  </group>
    67 
     67  <material>default.xml</material>
    6868</actor>
    6969}}}