Skip to content
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

Volume Editor Issues #26

Closed
footsoldier opened this issue May 8, 2019 · 2 comments
Closed

Volume Editor Issues #26

footsoldier opened this issue May 8, 2019 · 2 comments
Labels

Comments

@footsoldier
Copy link

Hi Raoul,

I'm having some issues with the volume editor code. I've been able to solve a couple errors but don't seem to be making much progress so I wanted to reach out.

I'm looking at public/editor/index.js.

Currently, the volume editor linked in the readme does not work for me. It throws some 404 errors. I pulled down the repo and fixed these errors by copying the terrain and textures folders from public/demo to public/editor.

Then, I got an error that "setOrbit was not a function". I fixed this by commenting out line 11801.

Then, I got an error "TypeError: Cannot read property 'length' of undefined" which comes from line 9814

I'm afraid I'm missing a file or library or else I wouldn't keep getting errors. Thank you for your help.

I'm using Chrome OS Version 74.0.3729.125 (Official Build) (64-bit).

By the way, the Demo project worked perfectly.

@vanruesc
Copy link
Owner

vanruesc commented May 8, 2019

Hi,

the volume editor is currently broken. The main issue is that this library isn't complete yet. There are quite a few things I'd like to change and add, but I don't have the time and resources to commit myself to this project right now. I will continue working on this library at some point, but I don't know when that will be.

@footsoldier
Copy link
Author

No worries, thanks for the reply. The demo should get me headed in the right direction. Awesome work, by the way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants