-
Notifications
You must be signed in to change notification settings - Fork 219
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
Worldless issue #109
Comments
theres a lot of parts that fit together, so it gets a little confusing. have you tried this one? https://github.com/maxogden/voxel-hello-world#get-it-running-on-your-machine feel free to ask more questions here, and if possible include the code you tried. |
I know I posted this awhile ago but I just came back to VoxelJS and I'm having the same issue. The actual engine runs but still no world. Here is the code:
I assumed there would be a default world as the tutorial i was following would specify. |
are you seeing any errors in the javascript console? Looks like it should generate a sphere world. |
Whenever I try to create a flat world with code I copied off of the voxel.js engine page but nothing shows up. Whenever I tried to use the voxel-perlin-terrain generator i see flashes of the generated world. I also tried to create a sphere with the given code and still nothing. I thought maybe i needed to move the player up with the "player.yaw.postion(x,y,z)" function. The console then gave me an error saying "Object is not a function". I am an amateur programmer so if this is something simple I don't see it.
The text was updated successfully, but these errors were encountered: