Changeset 1442 for trunk/orbital/tank.h
- Timestamp:
- Jun 7, 2012, 1:38:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/orbital/tank.h
r1434 r1442 19 19 m_ready(false) 20 20 { 21 m_body.SendCommand("[sc#110 ab6 6 15 ty-2" 22 " sc#aca afcb4 5 16 0.4 tx4 ty5 mx]" 23 "[sc#3a0 afcb8 7 10 0.4 tz-4 ty5]"); 24 m_turret.SendCommand("[sc#3a0 afcb3 6 10 0.4 tx-8 afcb3 6 10 0.4 tx4 ty13]" 25 "[sc#aca afcb3 6 10 0.4 rx-30 ty13]"); 21 m_body.Compile("[sc#110 ab6 6 15 ty-2 sc#aca afcb4 5 16 0.4 tx4 ty5 mx]" 22 "[sc#3a0 afcb8 7 10 0.4 tz-4 ty5]"); 23 m_turret.Compile("[sc#3a0 afcb3 6 10 0.4 tx-8 afcb3 6 10 0.4 tx4 ty13]" 24 "[sc#aca afcb3 6 10 0.4 rx-30 ty13]"); 26 25 27 26 m_rotation = quat::rotate(RandF(0.f, 360.f), vec3(0, 1, 0)); … … 59 58 if (!m_ready) 60 59 { 61 m_body. SendCommand("irb");62 m_turret. SendCommand("irb");60 m_body.MeshConvert(); 61 m_turret.MeshConvert(); 63 62 m_ready = true; 64 63 }
Note: See TracChangeset
for help on using the changeset viewer.