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

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Sphere.java 156 FloatBuffer texBuf = BufferUtils.createVector2Buffer(vertCount);
160 setBuffer(Type.TexCoord, 2, texBuf);
227 texBuf.put(fRadialFraction).put(
230 texBuf.put(fRadialFraction).put(
237 texBuf.put(u).put(v);
247 texBuf.put(1.0f).put(
250 texBuf.put(1.0f).put(
255 texBuf.put(r + 0.5f).put(0.5f);
276 texBuf.position(i * 2);
279 texBuf.put(0.5f).put(0.5f);
    [all...]

Completed in 72 milliseconds