-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
Completely black output #17
Comments
Found solution -- it was not working when I used NPM builds, but it works with latest from github |
I saw the same behavior and did some step through debugging. It turns out that |
I did delete threejs in three-software-renderer/node_modules and deleted three in package.json in three-software-renderer, but it did not work as well, still a black picture. |
I am seeing completely black output.
OSX node v8.11.3
When running example code, it outputs
THREE.SoftwareRenderer 82
<Buffer 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 ... >
and creates a black png of size 4414 bytes.
Code being used :
The text was updated successfully, but these errors were encountered: