Home | History | Annotate | Download | only in scene

Lines Matching refs:tangents

336             VertexBuffer tangents = getBuffer(Type.Tangent);
337 if (tangents != null) {
342 BufferUtils.clone(tangents.getData()));
344 tangents.setUsage(Usage.Stream);