TWiki home TWiki > Team6 > FileFormat ( vs. r1.1) TWiki webs:
Main | TWiki | Know | Sandbox
Team6 . { Changes | Index | Search | Go }
 <<O>>  Difference Topic FileFormat (r1.1 - 02 Dec 2004 - JamesKirschner)
Added:
>
>

%META:TOPICINFO{author="JamesKirschner" date="1102021320" format="1.0" version="1.1"}% %META:TOPICPARENT{name="ProjectDocumentationFinalProject"}%

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 . { View | Diffs | r1.1 | More }
Revision -
Revision r1.1 - 02 Dec 2004 - 21:02 GMT - JamesKirschner
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.