After not really concentrating on this project for the last month or so since the previous project deadline was set, I have not really progressed as far as I would have liked. There are many things I want to be able to do but I don’t have the time / desire / knowledge to execute them.

So far I have imported my model into Vizard I managed to control of the ball you use to move over the cubes. I followed the move tutorial on the WorldViz but had to change the ‘move’ instruction to ‘translate’ so that it adds a number to its position rather than move it to a specified point each time. So you have free roaming environment.

Next on the list of things to do is get some kind of collision detection going on between cube and ball, then once that has been achieved I can work out how to get the cube to change colour and play a sound.

A few options are available for navigation of this, what I want to do is have a fixed camera position and you control the ball from a bird’s eye position. All I have managed to do so far is create a ‘window’ that looks down on the environment. This is a small updating image located in the top right of the main window.

I wanted to have 3D sound so as you move through the environment playing sounds, they appear to go behind you. Problems with this include no adequate speakers in the 3D projector room and the facet that the control system with the ball would have to change so the camera is a fixed distance behind the ball and translates through the environment accordingly. The sound itself is not complicated as their is a specific tutorial addressing 3D sound.

One more problem I have just realised is that my model of many cubes is interpreted as a single model, so currently I am re-importing a single cube and placing instances of it around the environment.

I may end up just having one cube that does some stuff but not very well… which is not really what I want but lack of anything better may preclude the possibility of a good final presentation.