|
for a procedurally generated / modified mesh, when should Mesh.Optimize() be called? Before or after RecalculateBounds() and RecalculateNormals() etc?
(comments are locked)
|
|
why you should not include something like this in the main documentation. please let the online documentation show questions/answers related to each API in it's documentation page. unity's documentation should be much more detailed. however it's one of the best in middleware market of gameengines
Mar 15 '11 at 01:18 PM
Ashkan_gc
it would be nice to have a http://php.net style documentation for unity
Mar 15 '11 at 07:38 PM
ina
What about recalculatenormals?
Mar 16 '11 at 02:17 AM
ina
(comments are locked)
|

Hmm, I guess it doesn't really matter but just to put them in some kind of logical order i would say: before. Never really used Mesh.Optimize() i create only very simple meshes procedurally. Maybe someone have more information on that.