Questions tagged [floatbuffer]
31 questions
-1
votes
1 answer
How can i make .put(float f ) take a Float[ ]?
elcipes is telling me that my vertBuff.put(vertices); --- This method .put(float f) in The Type FloatBuffer is not applicable for the arguments (Float[]). How do i fix this error?
heres the code that has the vertBuff.put()
`public class Object…

Dakota Miller
- 493
- 1
- 4
- 22