Is it possible to call an UpdateNormals recursively for a 3D World Studio exported b3d map.
I tried this but it's giving me a memory access violation.
I tried this but it's giving me a memory access violation.
Function UpdateNormalsRecursive( entity ) UpdateNormals entity For c = 1 To CountChildren( entity ) UpdateNormals GetChild( entity, c ) Next End Function