You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tune quickstart capture framing and downsampling for documentation media
The quickstart GIFs rendered the OVRTX path tracer straight to their 320x240
publication size, so robot silhouettes and shadow edges aliased badly, and the
per-task focal lengths left the subject occupying a small part of the frame
with a large empty floor area around it.
Capture at 1280x960 and let the generator downsample with lanczos, which
resolves the detail that rendering directly to the final size destroyed. Tighten
the focal lengths per task to the largest value that keeps the subject inside
the published crop. The safe value is scene-specific rather than a fixed ratio:
Cartpole clips its pole above 21, and Kuka Allegro is held at 24 because its
lift policy raises the arm above the pose a zero action holds.
Ease the denoiser from 2:2:6:6 to 1:1:3:3 now that supersampling rather than
blurring removes the path-tracer noise, and widen the GIF palette from 128 to
256 colors with sierra2_4a dithering to avoid banding on the smoother gradients.
0 commit comments