Has anybody ever written a binary X 3d file loader ?

Just starting out? Need help? Post your questions and find answers here.
banban73
User
User
Posts: 21
Joined: Sun Jul 18, 2004 12:03 pm
Location: Bergerac - France

Has anybody ever written a binary X 3d file loader ?

Post by banban73 »

Hello,

I wondered if some of you already achieve a piece of code to load a binary ".X" 3d file, parse it and display the resulting meshes with PB.

I tried to gather informations about this format but did not really understand what to look for in the file (templates, tokens, ...).

Can somebody help me, please ?

Regards
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

Here's a detailed format description to get you started:

http://codedreality.sam-host.net/temp/DX113Spec.zip
Last edited by Fluid Byte on Sun Oct 01, 2006 8:20 pm, edited 1 time in total.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
banban73
User
User
Posts: 21
Joined: Sun Jul 18, 2004 12:03 pm
Location: Bergerac - France

Post by banban73 »

Thank You Fluid Byte for answering ! I will study carefully this doc and try to write some piece of code.

Regards
Post Reply