Author Topic: What model formats support multiple UV...  (Read 3374 times)

0 Members and 1 Guest are viewing this topic.

Offline StratComm

  • The POFressor
  • 212
  • Cameron Crazy
    • http://www.geocities.com/cek_83/index.html
What model formats support multiple UV...
I think smoothing normals are stored in the OBJ2 chunk, in the TMAPPOLY portion of the bsp_data structure.  Could be wrong, but that's the most likely place I can find for it.  Smoothing is controlled by the normals on the vertices around the edges of a polygon, and that's the only place I can find that data at all.
who needs a signature? ;)
It's not much of an excuse for a website, but my stuff can be found here

"Holding the last thread on a page comes with an inherent danger, especially when you are edit-happy with your posts.  For you can easily continue editing in points without ever noticing that someone else could have refuted them." ~Me, on my posting behavior

Last edited by StratComm on 08-23-2027 at 08:34 PM

  

Offline aldo_14

  • Gunnery Control
  • 213
What model formats support multiple UV...
Quote
Originally posted by StratComm
I think smoothing normals are stored in the OBJ2 chunk, in the TMAPPOLY portion of the bsp_data structure.  Could be wrong, but that's the most likely place I can find for it.  Smoothing is controlled by the normals on the vertices around the edges of a polygon, and that's the only place I can find that data at all.


Think you could be right there - specifically the radius value could indicate a radians value for the smoothing angle.