Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone

I want to create a scene using 3ds max, add some c++ or c# controllers to be able to walk through the scene (using arrows for examples) and make it accessable via the internet ?
is that even possible???

in other words, I want to create a 3d book store and puplish it on the net
can it be done using 3ds max or should I use javascrpt instead??

Thanx
Posted

1 solution

You can do VRML, although its really not supported well.

I would use something like Unity3D[^] to do this. Then the user just has to install a plug-in and they can run your app. You can also publish on multiple platforms (iOS, Android) without much additional work. Scripting is done in C# and its very intuitive. You can import 3DS Max models and use them in your scene. Best of all, its free.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900