TWiki home TWiki > Team6 > FinalProject > ProjectDocumentationFinalProject > FileFormat TWiki webs:
Main | TWiki | Know | Sandbox
Team6 . { Changes | Index | Search | Go }

Sample car file:


// comment: measurements in meters


say="Loading Goodyear tires..."

tire Goodyear
{
  model="dat/models/mirageBMPTire-scaleddown.3ds"
  radius=0.3
  friction=10.0,0.9
}


say="Loading Mercedes..."

car Mercedes
{
  name="Mercedes Benz"
  model="dat/models/mercedes.3ds"
  tire=Goodyear
  length=5
  width=2.5
  maxspeed=500.0
  acceleration=10.0
  maxturn=0.9
}

-- JamesKirschner - 02 Dec 2004

Topic FileFormat . { Edit | Attach | Ref-By | Printable | Diffs | r1.1 | More }
Revision r1.1 - 02 Dec 2004 - 21:02 GMT - JamesKirschner
Parents: WebHome > FinalProject > ProjectDocumentationFinalProject
Copyright © 1999-2003 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback.