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

Error: Volume Must be a cube with same X, Y, Z resolution #2

Open
Acimaz opened this issue Nov 19, 2018 · 2 comments
Open

Error: Volume Must be a cube with same X, Y, Z resolution #2

Acimaz opened this issue Nov 19, 2018 · 2 comments

Comments

@Acimaz
Copy link

Acimaz commented Nov 19, 2018

Is it possible to Make the volume to have a cubic boundary by maintaining the volume inside?

image

Like changing its height to have the same size as x and z which would make it possible to export this as well.

@peeweek
Copy link
Contributor

peeweek commented Nov 23, 2018

Hello,

if you need to use a custom bounding volume you can use the reference bounds input (for instance of a box) to the ISOOffset node (if I get it right, this is the one you used?), then set the Override Bounds to true and specify the resolution using a non-square uniform sampling (Here, I used 64 cubed for this SDF)

image

@peeweek
Copy link
Contributor

peeweek commented Nov 23, 2018

For the export, this is not implemented atm but could be in the future indeed.

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