Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
Filter by
Sorted by
Tagged with
0 votes
0 answers
50 views

How to load model data directly into an OpenGL buffer?

With this code I read the model data into a FloatBuffer, one float at a time: (defn create-vertex-buffer [mesh] (let [buffer (BufferUtils/createFloatBuffer (* (.mNumVertices mesh) 8)) ...
user1785730's user avatar
  • 3,759