:: LIB3D v1.0 CLASS LIST ::

(*) <--- these are experimental classes..



model/Model          ::  md2/ms3d/ms3dascii model class
model/AnimatedModel  ::  md2 animated model class with interpolation support

loader/MD2Loader     ::  quake2 md2 (animated/static) model loader
loader/MS3Loader     ::  Milkshape3D static model loader
loader/MSAsciiLoader ::  Milkshape3D ascii static model loader

terrain/Terrain      ::  simple terrain class with map loading,perlin noise and elevation query support

util/PropReader      ::  property file reader (name=value...)
util/SimpleTimer     ::  simple milisecs timer class

util2d/Billboard     ::  billboard entity
util2d/ColorVec      ::  simple color vector to hold r,g,b values
util2d/Perlin        ::  Perlin noise creator
util2d/Texture       ::  OpenGL texture class supporting animated texture shaders (like shaders in Quake3)

util3d/BezierPath    ::  (*) Simple Bezier Path generator
util3d/Camera        ::  Basic Camera class for OpenGL scenes
util3d/Position3d    ::  3d positioning and move definition class
util3d/Quaternion    ::  (*) Basic Quaternion class
util3d/Vector3d      ::  3d vector class



:: Deniz Aydinoglu :: 2002 ::

