Is there any software that can take a max scene (or a DWG if need be) and allow a user to do a virtual walkthrough? Would like the user to walk through the scene from a human perspective.
Would be good if it were web based, ie flash or java (if it has to…).
i’ve used irrlicht with sucess in the past, it’s free and comes with a max exporter which can handle lightmaps.
it takes a bit to setup, cause you need a c++ compiler. but there are free tools around, and they have some good tutorials on their site on that.
once the setup for walkthroughs is done, it’s a matter of minutes to insert a new scene, placing the camera and compile.