We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whenever I try to extend the Array prototype the following error repeatedly occurs:
TypeError: Cannot call method 'getProgram' of undefined at XML3D.extend.renderObjectsToActiveBuffer (http://localhost:8080/xml3d/js/xml3d-4.5.1.js:23663:46) at XML3D.extend.renderScene (http://localhost:8080/xml3d/js/xml3d-4.5.1.js:23622:26) at XML3D.extend.renderToCanvas (http://localhost:8080/xml3d/js/xml3d-4.5.1.js:23145:39) at CanvasHandler.draw (http://localhost:8080/xml3d/js/xml3d-4.5.1.js:19319:39) at tick (http://localhost:8080/xml3d/js/xml3d-4.5.1.js:19220:22)
The text was updated successfully, but these errors were encountered:
Fix for issue #46. Correctly use an object map for opaque renderObjects.
6f84826
In one point of the code we used an array when we wanted to use an object. I fixed this now, so this issue should be solved.
Sorry, something went wrong.
No branches or pull requests
Whenever I try to extend the Array prototype the following error repeatedly occurs:
The text was updated successfully, but these errors were encountered: