HomeSort by relevance Sort by last modified time
    Searched full:vertexinfo (Results 1 - 1 of 1) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/util/
TangentBinormalGenerator.java 67 private static class VertexInfo {
72 public VertexInfo(Vector3f position, Vector3f normal) {
390 private static ArrayList<VertexInfo> linkVertices(Mesh mesh) {
391 ArrayList<VertexInfo> vertexMap = new ArrayList<VertexInfo>();
408 VertexInfo vertexInfo = vertexMap.get(j);
409 if (approxEqual(vertexInfo.position, position) &&
410 approxEqual(vertexInfo.normal, normal))
412 vertexInfo.indices.add(i)
    [all...]

Completed in 47 milliseconds