-
Notifications
You must be signed in to change notification settings - Fork 195
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
4D render #193
Comments
the current code already does that with generateCameraFromTransforms in scene/dataset_readers.py |
Can I add motion to the point cloud file? Currently it cannot display animation. |
yes u just need have a bunch of cameras with time from 0 to 1 and then render the point clouds for each camera. |
Can I combine them into a single point cloud file? |
@thangnd2000 have you get solution for this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can I create a full range of rotations so I can have a quality output at all angles? for example 360 degrees.
The text was updated successfully, but these errors were encountered: