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

Programmatically add blender's "shrinkwrap" effect #21

Open
josauder opened this issue Dec 18, 2015 · 0 comments
Open

Programmatically add blender's "shrinkwrap" effect #21

josauder opened this issue Dec 18, 2015 · 0 comments

Comments

@josauder
Copy link
Owner

I want to move away from depending on Blender for this project. It would be cool if this project could stand alone without a dependency that is an entire program in itself (Blender) instead of being just a library (numpy, etc.)
I have added the possibility to write to .obj file format (wavefront) - this is functional but as of now the 3D data we produce in building_generation relies on Blender's "shrink wrap" modifier, which projects the "floor" meshes onto the underlying heightmap. It should be possible with some thought (yay linear algebra) to do this ourselves and produce a correct .obj file.

The goal is to be able to use our .obj file in any backend (Game Engines, Blender, maybe even a browser with the help of webgl/three.js).

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

1 participant