Search found 1 match

by sanktanglia
Thu Jan 27, 2022 9:25 pm
Forum: 3D/2D models
Topic: Diablo Immortal Models
Replies: 0
Views: 1908

Diablo Immortal Models

Im working on writing an importer for diablo immortal files, using a template https://github.com/CucFlavius/Zee-010-Templates. I can render out the mesh, but im currently stuck on the texture coordinates. The vertex buffer has the following structure VECTOR4H tangentAsQuat; VECTOR2H uv; but the uv v...