-
Notifications
You must be signed in to change notification settings - Fork 68
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
files used in the examples missing #8
Comments
I got the teapot working and wrote a make script for it.
wondering where you got the dragon from :) |
also the voxel source files for magica ?
|
I download the teapot.ply into correct place, and run Only shows this 1.206229528s, without the graphic show up. Why? Try with MacOS and Ubuntu, the same result. |
@ajeecai It writes a file to the current working directory called |
Oh, how stupid I am, I didn't take a look into the code to find it out. Thank fogleman |
for example the teapot is dependent on the teapot-ply existing.
mesh, err := LoadPLY("examples/ply/teapot.ply")
If they are too big maybe you can add a reference in the readme to where you got it and the others failing example from.
I found one here, but not sure if this is the right one
https://people.sc.fsu.edu/~jburkardt/data/ply/teapot.ply
Hope this is not too much bother.. Its just alot of run playing around with this.
The text was updated successfully, but these errors were encountered: