adjust the position of the unit cube #593
Answered
by
Tom94
ggrp-china
asked this question in
Q&A
-
Hi, thanks for the great work! |
Beta Was this translation helpful? Give feedback.
Answered by
Tom94
May 10, 2022
Replies: 1 comment 3 replies
-
Hi there, if you'd like to just translate and scale the unit cube, you can use the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ggrp-china
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there, if you'd like to just translate and scale the unit cube, you can use the
scale
andoffset
parameters oftransforms.json
(seenerf_loader.cu
for details on how they're used). If you also want to rotate, you will have to apply that to all the camera matrices.