Changes between Version 6 and Version 7 of Basic3DImplementation


Ignore:
Timestamp:
Sep 17, 2012, 2:12:37 AM (12 years ago)
Author:
historic_bruno
Comment:

Updated actor format

Legend:

Unmodified
Added
Removed
Modified
  • Basic3DImplementation

    v6 v7  
    4141    <variant frequency="100" name="Base">
    4242      <mesh>props/wrld_crate_a.dae</mesh>
    43       <texture>props/celt_prop_1.dds</texture>
     43      <textures><texture file="props/celt_prop_1.dds" name="baseTex"/></textures>
    4444    </variant>
    4545  </group>
     
    4848}}}
    4949
    50  * '''STEP 6 -''' We need to change the file locations for 'mesh' and 'texture' to these:[[BR]]
    51  `<mesh>props/wrld_crate_test.dae</mesh>`[[BR]]
    52  `<texture>props/crate_test.png</texture>`[[BR]]
     50 * '''STEP 6 -''' We need to change the file locations for the mesh and texture to these:[[BR]]
     51 mesh: `props/wrld_crate_test.dae`[[BR]]
     52 texture: `props/crate_test.png`[[BR]]
    5353 [[BR]]The code should now look like this:[[BR]]
    5454{{{
     
    6262    <variant frequency="100" name="Base">
    6363      <mesh>props/wrld_crate_test.dae</mesh>
    64       <texture>props/crate_test.png</texture>
     64      <textures><texture file="props/crate_test.png" name="baseTex"/></textures>
    6565    </variant>
    6666  </group>