Searched refs:Binormal (Results 1 - 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DTangentBinormalGenerator.java514 // "Binormal is flipped for vertex {0}.", i);
603 // if (!approxTangent) mesh.setBuffer(Type.Binormal, 3, binormals);
659 if (mesh.getBuffer(Type.Binormal) != null) {
660 binormalBuffer = (FloatBuffer) mesh.getBuffer(Type.Binormal).getData();
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
H A DMeshLoader.java419 vb = new VertexBuffer(Type.Binormal);
627 pushAttrib(Type.Binormal, attribs);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainPatch.java321 getMesh().getBuffer(Type.Binormal).updateData(newBinormalBuffer);
327 VertexBuffer BB = mesh.getBuffer(Type.Binormal);
H A DLODGeomap.java97 m.setBuffer(Type.Binormal, 3, bb);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DVertexBuffer.java96 * Binormal vector, normalized (3 floats, optional)
98 Binormal, enum constant in enum:VertexBuffer.Type

Completed in 98 milliseconds