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

methods missing? #1

Open
wasawi opened this issue Aug 14, 2013 · 2 comments
Open

methods missing? #1

wasawi opened this issue Aug 14, 2013 · 2 comments

Comments

@wasawi
Copy link

wasawi commented Aug 14, 2013

Hi I just cloned your addon and i get some errors.
it seems that some methods are missing.. but I might be doing something wrong..

Here is what I get:

testApp.cpp:67:12: Too few arguments to function call, single argument '_threshold' was not specified
testApp.cpp:138:10: No member named 'getUsingVbo' in 'ofxMarchingCubes'
testApp.cpp:139:8: No member named 'useVbo' in 'ofxMarchingCubes'
testApp.cpp:141:8: No member named 'useVbo' in 'ofxMarchingCubes'

Please let me know
thanks!

@larsberg
Copy link
Owner

Thanks for the heads up, I made some changes for another project recently and I forgot to update the example. Sorry about that!
Let me know if there are any other issues or suggestions. btw, you you may want to check this out if your looking for higher resolutions/speeds: https://github.com/chriskiefer/MarchingCubesGPU

@timscaffidi
Copy link

Got these errors trying to build the example project with OF 0.8.4:

src/main.cpp: In function ‘int main()’:
src/main.cpp:8:2: error: ‘ofGLWindowSettings’ was not declared in this scope
  ofGLWindowSettings settings;
  ^
src/main.cpp:8:21: error: expected ‘;’ before ‘settings’
  ofGLWindowSettings settings;
                     ^
src/main.cpp:9:2: error: ‘settings’ was not declared in this scope
  settings.setGLVersion(4,3);
  ^
src/main.cpp:12:25: error: ‘ofCreateWindow’ was not declared in this scope
  ofCreateWindow(settings);

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

No branches or pull requests

3 participants