crease angle?

Blitz3D Forums/Blitz3D Beginners Area/crease angle?

Nando_K(Posted 2003) [#1]
Is there a way to set the crease angle on imported objects?

Thanks, Nando.


jhocking(Posted 2003) [#2]
By "set the crease angle" I assume you want hard edges. That is done by manipulating vertex normals. You can do this in code, or set vertex normals for models when you create them (b3d file format only.)


Nando_K(Posted 2003) [#3]
How would this be coded? Any help appreciated.
Thanks, Nando.


TeraBit(Posted 2003) [#4]
Hi Nando_K,

Try this from the Code Archives:

AutoSmooth

By the way, you didn't mention what you were importing the crease angle of.. If it's from LightWave, then the LightWave convertor handles smoothing angles correctly.


Nando_K(Posted 2003) [#5]
Many thanks. I'm importing 3ds.
-Nando.