VRED 2023.1 What's New

Опубликовано: 11 Март 2026
на канале: VREDPRO
3,795
45

In this release we have added new improvements for Rendering like a new Clearcoat for Plastic Materials, a new Area Light that comes very close to a Full GI rendered result (LTC Light) and also improvements for Mixed reality.

See also here the documentation:
https://help.autodesk.com/view/VREDPR...

As mentioned in the video:
Here you can find the Python script example for the Varjo XR-3 Marker tracking modes:

// Set markers 301, 302 to predicted tracking:
vrImmersiveInteractionService.setMarkerTrackingType([301, 302], vrXRealityTypes.MarkerTrackingTypes.Predicted)
// Set markers 303, 304 to static tracking:
vrImmersiveInteractionService.setMarkerTrackingType([303, 304], vrXRealityTypes.MarkerTrackingTypes.Static)

Enjoy!