stepping-and-rendering

Step the ovrtx renderer to produce camera and sensor frames.

201|25|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/NVIDIA-Omniverse/ovrtx --skill stepping-and-rendering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stepping-and-rendering
Source: https://github.com/NVIDIA-Omniverse/ovrtx/tree/main/.agents/skills/stepping-and-rendering
Command: npx skills add https://github.com/NVIDIA-Omniverse/ovrtx --skill stepping-and-rendering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Running a simulation step to produce rendered frames. Use when user asks to render a frame, step the renderer, simulate a sensor, or get an image from ovrtx.

Core Features & Use Cases

  • Step the renderer to advance the simulation by a delta time and generate outputs for cameras and sensors.
  • Render frames and read back the rendered images from ovrtx after a step.
  • Integrate sensor simulation into USD-based workflows for debugging and data collection.

Quick Start

Load your USD scene, initialize the ovrtx renderer, and call step with a delta time to produce the first frame.

Frequently Asked Questions about stepping-and-rendering

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I step the renderer to produce camera and sensor frames in ovrtx?

To step the renderer in ovrtx, load your USD scene, initialize the renderer, and call step with a delta time. This advances the simulation and generates deterministic camera and sensor outputs frame by frame.

Can I use ovrtx stepping to simulate sensors for USD scene debugging?

Yes, you can use ovrtx stepping to simulate sensors for USD scene debugging. The stepping mechanism integrates sensor simulation into USD-based workflows, advancing the renderer to collect and read back generated sensor data.

What do I need to generate deterministic rendered frames from USD scenes?

To generate deterministic rendered frames from USD scenes, you need a functioning ovrtx checkout with USD scenes and a properly initialized renderer. Calling step with a delta time ensures deterministic frame production.

How do I read back rendered images after a simulation step?

You read back rendered images from ovrtx after a step. By calling step with a delta time, the renderer advances the simulation, generates the camera and sensor outputs, and makes the images available for read back.

When should I use frame-by-frame stepping instead of continuous rendering?

Use frame-by-frame stepping instead of continuous rendering for workflows that require deterministic frame production, such as sensor data generation, simulation debugging, and test rendering of USD scenes.

Why are my ovrtx rendered frames not generating deterministic outputs?

Ovrtx rendered frames may lack determinism if the renderer is not properly initialized or if the USD scene is not loaded correctly. Ensure your ovrtx checkout is functioning and the renderer is initialized before stepping.