ar_blender render shows the working Blender scene. ar_request_capture shows the object in Spatial, with its actual material, scale, and surroundings.
Turn on view sharing
Click the camera button in the desktop top bar. Periwinkle with a white icon means agent view sharing is enabled. Click again to disable it and cancel a pending inspection. Share view sends one current virtual view to the agent, even while ongoing permission is off. In XR, Vision on/off in the radial menu controls the same permission. Turning it on also shares one current view. The capture uses the headset eye pose when an immersive session is active.View sharing includes rendered virtual objects. It does not include a webcam feed, physical room imagery, or headset passthrough. Blender renders are generated on the execution host and do not require permission to capture the user’s Spatial view.
Inspect Spatial
First usear_world observe to get the actual entity ID. Then request the view you need:
sword with the observed ID. Omit options to capture the user’s current virtual view. Targeted views use an independent camera; the human’s position, orientation, and object placement remain intact.
Use scene to assess the actual app lighting. Studio supplies temporary neutral lighting and reflections. Clay reveals geometry without authored materials. Wireframe exposes topology. Diagnostic views help separate geometry problems from material or lighting problems.
The receipt includes scene revision, capture time, camera poses, image labels, and
physicalCamera: false. An asset must finish loading before targeted inspection succeeds.
Inspect Blender
For an existing project, render without editing or publishing another model revision:objects (one to 64 object names), camera (an authored camera name), position, look_at, orbit, distance, projection, size, samples, and style. Coordinates use Blender Z-up. Styles are scene, studio, and clay; samples range from one to 256. Rendering uses CPU Cycles on the configured execution host.
For a 360-degree background, Blender also accepts projection: "equirectangular" with style: "scene" and an even width up to 4096. It returns a 2:1 JPEG and a configuration you can apply as the Spatial sky. See Environments. Ordinary perspective and orthographic Blender views remain limited to 1536 pixels; Spatial inspection cameras use the separate options above.
Inside an execute script, render_view(**options) returns a working image. The latest four renders in that script are attached to its tool result. The script still publishes normally on completion. Temporary review cameras, lights, and render settings are restored afterward.
Close the loop
- Inspect the current geometry and available scene state.
- Render the working Blender model from a useful angle.
- Edit with
bpy, then publish the next preview. - Inspect the loaded result in Spatial using scene lighting.
- Compare diagnostic views if the model looks flat, dark, or incorrectly shaped.