VRED Python examples¶
Overview of the VRED Python examples. They can be found in VRED by using ‘File->Open Examples’.
Animations¶
Annotations¶
Collision detection¶
Constraints¶
File Import and Export¶
Lightmaps¶
Materials¶
Measurement¶
Metadata¶
Physics¶
Programming¶
Sceneplates¶
Scenetree¶
User input¶
User interface¶
Virtual Reality Device Interaction¶
- Implementation of a custom device interaction
- Combine a custom and a default device interaction
- Connect to signals of device actions
- Extend the default teleport to multi user teleport
- Print device actions of a device interaction
- Print out all available device interactions
- Scale geometry in VR by using controllers
- Set the default teleport to a virtual button.
- Virtual VR controllers
Virtual Reality Device Handling¶
- Add a child node to the node of a VR Controller
- Add a child node to the node of a VR Tracker
- Get a VR device by its serial number
- Print the serial number of all connected devices
- Print the serial number of a device
- Print the current finger position on the touchpad
- Switch the visualization mode of a VR device
- Define and use virtual buttons on the touchpad of a VR controller
- Triggering the vibration functionality of a controller
- Connecting to a signal that is executed, when the controller collides with a node
Virtual Reality Immersive Tools¶
Virtual Reality Script Plugins¶
Virtual Reality Collaboration¶
Virtual Reality Hands¶
Deprecated Virtual Reality Examples¶
These examples use the deprecated vrOpenVRController / vrOculusTouchController classes. New code should make use of vrdVRDevice.
Deprecated Scenetree Examples¶
Other Script Plugins¶
Uncategorized¶
Snippets¶
- accessAttachments
- accessCameraBlendTexture
- accessXRiteMaterial
- collectVisibleGeometries
- convertAllMaterialGroups
- convertRoughness
- createMaterial
- ctypestest
- disableVertexCacheAnimation
- selectLightVisibilityReference
- substanceMaterialTools
- tagEditing
- textureAnimation
- toggleNavigationMode
- Menu with Show Terminal button
- A toolbar icon with a single action
- A toolbar icon with a multiple actions in a submenu