.ageo model file how to convert it?

Post questions about game models here, or help out others!
Post Reply
nutbomb
ultra-n00b
Posts: 6
Joined: Sat Feb 03, 2007 8:34 am
Has thanked: 2 times

.ageo model file how to convert it?

Post by nutbomb » Wed Jul 14, 2010 3:53 am

I explored the Dream Aquarium screensaver, found that the fish model was stored in .ageo file type, how to convert the beautiful fish into obj,3ds etc could be read in 3dsmax or maya?
friends could you show me a correct way?

i upload 2 fish files for your checking
You do not have the required permissions to view the files attached to this post.

FurryFan
mega-veteran
mega-veteran
Posts: 190
Joined: Sat Jan 09, 2010 9:37 pm
Has thanked: 8 times
Been thanked: 63 times

Re: .ageo model file how to convert it?

Post by FurryFan » Wed Jul 14, 2010 8:41 pm

After the first 4 bytes in the .ageo is a 4byte integer stating the number of vertexes in the file (staring from 0)....
The vertexes are stored in 80 byte arrays:
4BytefloatVertexes(X,Y,Z) Unknown8Bytes 4BytefloatTextureMappings(U,V) Unknown4Bytes 4ByteFloatNormalMappings(X,Y,Z) Unknown36Bytes

There is also a Face index list, where each face is either a Triangle or a Quad:
Triangles begin with: 01 03 00 00 00 followed by 4ByteIntegers(VertexA, VertexB, VertexC)
Quads begin with: 01 04 00 00 00 followed by 4ByteIntegers(VertexA, VertexB, VertexC, VertexD)
Image
http://ps23dformat.wikispaces.com/file/view/crab.blend

My quads the way I convert them don't work, so the underside of this crab has some open faces which should not be there.
I accept ALL requests. Let me know your requests.

Post Reply