holocronweaver / ogre-procedural-old

Automatically exported from code.google.com/p/ogre-procedural
0 stars 0 forks source link

Show normals #92

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A debugging option that enables to display a mesh's normals would be helpful in 
some cases.
It would take any mesh in input (even non-OgreProcedural meshes) and build a 
mesh containing normals.
It could also be applied to an entity (in that case the generated mesh would be 
auto attached to the same scenenode)

Original issue reported on code.google.com by michael.broutin@gmail.com on 17 Nov 2011 at 9:53

GoogleCodeExporter commented 8 years ago

Original comment by michael.broutin@gmail.com on 21 Sep 2012 at 5:41

GoogleCodeExporter commented 8 years ago
ShowNormalsGenerator has been implemented.
It only works on TriangleBuffer, but a mesh to TriangleBuffer "importer" should 
be implemented soon (see issue 118)

Original comment by michael.broutin@gmail.com on 22 Sep 2012 at 8:35