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

Missing collider .obj files #16

Closed
inequation opened this issue Apr 10, 2016 · 2 comments
Closed

Missing collider .obj files #16

inequation opened this issue Apr 10, 2016 · 2 comments

Comments

@inequation
Copy link

Hey there,

I found this implementation of the Disney paper on the internet and wanted to take a look. :) I've got it to build under Windows and VS2013 (see my fork), but there seems to be a data subdirectory that's missing from the repo. There are two hardcoded paths:

  D:\projects\snow\project\scene\scenecollider.cpp(86):        OBJParser::load( PROJECT_PATH "/data/models/sphereCol.obj", colliderMeshes );
  D:\projects\snow\project\scene\scenecollider.cpp(89):        OBJParser::load( PROJECT_PATH "/data/models/plane.obj", colliderMeshes );

These files can't be big, so it'd be cool if you could upload them. That is, if you still have them – I know what it's like with these university projects. ;)

Regards,

Leszek

@ericjang
Copy link
Collaborator

Done! They are in data/models. I've also added a number of other OBJ files in that folder that can be loaded as snow-containing volumes / test scenes. The data/scenes folder contains XML templates that can be loaded into the Mitsuba renderer.

@inequation
Copy link
Author

Nice, thanks!

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

2 participants