PDA

View Full Version : AC to c++ parser


asckee
23rd October 2003, 06:43 PM
Hey,

Is there something in AC3D that parses the files to c++ code? I looked for a parser elsewhere but the site was down.

Thanks

Andy
24th October 2003, 01:53 AM
http://www.ac3d.org/ac3d/download/AC3Dloader1.1.zip

is an OpenGL viewer for AC3D files - this contains a simple parser.

http://www.ac3d.org/ac3d/download/util/ac_to_gl.tgz

is a program that converts a model into a structure that can be included in a program.

Andy