My goal:
I want to import a 3D file into vvvv to use it as an environment. My idea is to create an environment in blender with floating (maybe moving) objects, then import 1 3D file with everything into vvvv. In vvvv I want to place a camera into the imported environment and move the camera inside it to create a loop animation.
the problem
I tried to use the geometry file node but I cannot find it. I did download 2 packs: dx11 and dx.particles and put them into the the “packs” folder.
my question
How do I load the packs correctly and how can I import the meshes into vvvv?
Thank you in advance! I’m very new to this programm so any information will help a ton!
Are you using beta or gamma? Those packs are for beta but you’ve posted in the gamma forum. If you are using beta you can also check out @woei’s SceneGraph.
That was most likely the problem. I was using gamma. I didn’t know I could only use these packs in beta. But I got it working now with the FileModel and ModelEntity node. Thank you!