Reputation: 1
I have a 3D model (.max file) made in Autodesk 3ds max and I want to change textures of different objects by selecting from a list of textures on my website and get the whole scene rendered.
For example: A room wherein I want to change textures of table, walls and floor by clicking on the tabs on my website. This can be done on the 3ds max software itself but I want to change it using texture tabs on my website by clicking the tabs, I guess it requires rendering on the server side itself.
How to go on with it, I as of now know HTML, CSS, Javascript, jQuery n PhP. Let me know if I need to learn anything else for this One more problem here with the above is if I run Autodesk 3Ds max on server, this can be done if there is only one user. What if there are more users which will be the case and they try changing textures of different objects at the same time, is it possible?
Upvotes: 0
Views: 407
Reputation: 187
You can try diving into RealityServer. It is a product of a company called migenius, which works in real time on a similar concept - applying different materials in real time on 3D objects. www.migenius.com
Upvotes: 0