Here are some examples of interactive objects in VR Sketch, a VR tool available for SketchUp at vrsketch.eu:
Classic doors, Sliding doors, Rotating objects and sliding objects.
To create your own interactive objects, you can make a position or rotation value interactive by using dynamic strings on the component or group. Use the format ANIMATE("VAR", MIN, MAX).
For example:
To animate rotation on the Y-axis from 0 to 360 degrees, use ANIMATE("RotY", 0, 360).
- Comments