Announcements

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Revit Move objects in VR

Jrooker06
Collaborator

Revit Move objects in VR

Jrooker06
Collaborator
Collaborator

A client of mine is using 3ds Max along with Unreal Engine and custom programming to create the ability to pickup items in the VR and move them. I would like to do the same thing with my electrical devices.

 

Does anyone know how exactly they are doing this or a website that would get me on the right path?

0 Likes
Reply
351 Views
1 Reply
Reply (1)

jeremytammik
Autodesk
Autodesk

Here is a pretty old implementation making use of a web server and a Forge viewer extension to manipulate a Revit BIM model in real time:

  

https://github.com/jeremytammik/roomedit3dv3

  

It makes use of a web socket for efficient real-time communication between the two worlds.

 

It also points to several other samples connecting the desktop and cloud that may be of interest.

   

Maybe it will provide some ideas.

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes