Short report.
So far I was able to control a camera node inside a jMonkeyEngine application using data received from DWI's Organic Motion stage. Additionally, I connected video goggles to the computer that renders 3D scene and now a user inside the stage can manipulate the camera and see the environment around wearing goggles. I started to work on the visual content. Right now I have a very simple scene where I have several obstacles (holes in the ground with fire and smoke coming through) and the final point (portal) that the user should reach to complete the task.
Here is a screenshot:
The next step is to check for collisions between character's feet and the holes (what?).
So far I was able to control a camera node inside a jMonkeyEngine application using data received from DWI's Organic Motion stage. Additionally, I connected video goggles to the computer that renders 3D scene and now a user inside the stage can manipulate the camera and see the environment around wearing goggles. I started to work on the visual content. Right now I have a very simple scene where I have several obstacles (holes in the ground with fire and smoke coming through) and the final point (portal) that the user should reach to complete the task.
Here is a screenshot:
The next step is to check for collisions between character's feet and the holes (what?).
Comments