Hello people
I'm trying to analyze some 3d model formats, I found some havok files but I'm not familiarized with the format.
these are the description for each file.(checked with a hexadecimal editor)
hkClass.
hkClassMember.hkClassEnum.
hkClassEnumItem.
hkpConvexVerticesShape.
hkpConvexVerticesConnectivity
the second file say this:
hkClass.
hkClassMember.
hkClassEnum.
hkClassEnumItem.
hkpMoppBvTreeShape.
hkpMoppCode.
hkpCompressedMeshShape
and the final file say this:
hkClass.
hkClassMember.
hkClassEnum.
hkClassEnumItem.
hkBaseObject.
hkpConvexVerticesShape.fd.
hkpShape.
.hkpConvexVerticesShapeFourVectors.
hkReferencedObject.
hkpConvexShape.
hkpSphereRepShape
I need to know if these files are 3d models (compressed / encrypted or something...) or just is a havok internal data
files was attached
thanks