Eventhing looks new and shiny now!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
int handle = GLES20.glGetUniformLocation(shader.getProgram(), "your_uniforms_name");
GLES20.glUniform1iv(handle, intArray.length, intArray, 0);
QuoteIs it possible to obtain the calculated normals so they could be fed into the vertexcontroller immediately?
Page created in 0.045 seconds with 13 queries.