Skip to content
Discussion options

You must be logged in to vote

Hi there, if you have a stored camera path, you can use

testbed.load_camera_path(args.camera_path)
testbed.render(start_t=time)

where time is a value from 0 to 1 that indicates the position along the path.

As for R, T, slice and time:

  • R is a quaternion describing the orientation (R for rotation) of the camera,
  • T is the position (T for translation) of the camera,
  • slice is used to animate the slice plane when rendering in slice mode, or, alternatively, to animate the focal plane when rendering with depth of field, and
  • time is the current time along the camera path at the time of saving it.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@buptseelihang
Comment options

@kajc10
Comment options

@0xiNach
Comment options

Answer selected by buptseelihang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #406 on March 29, 2022 17:55.