|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use GeometryInfo | |
| com.jme.util.geom | |
| Uses of GeometryInfo in com.jme.util.geom |
| Methods in com.jme.util.geom that return GeometryInfo | |
GeometryInfo |
GeometryInfo.recalculateFlatNormals()
This method computes normal for each face in flat mode - every vertex is duplicated for each face and assigned separate normal belonging to this face. |
GeometryInfo |
GeometryInfo.recalculateSmoothGroupNormals()
This method computes smoothened normals for each vertex. |
GeometryInfo |
GeometryInfo.weldVertices()
Find vertices with same parameters and merge them into one. |
GeometryInfo |
GeometryInfo.unweldVertices()
Duplicate vertex data for each face, so it is not shared between them. |
GeometryInfo |
GeometryInfo.optimizeTrianglesForCache()
This method reorders face indices to fit well into vertex cache of GPU. |
| Methods in com.jme.util.geom with parameters of type GeometryInfo | |
void |
GeometryCreator.fillGeometryInfo(GeometryInfo gi)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||