Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
It's a question full of allsorts, let me break it down.

I currently have a 3D Windows app that takes the user-supplied image, applies it to a 3D model and then displays the result. The model is in OBJ format. I would like to be able to do this via a website. The process is:

1. Submit and Upload image - OK
2. Render a 3D scene on the server and take 3 snapshots
3. Present the images to the user - OK

So step 2 is what I am pondering at the moment. I can see that it is very possible using Javascript and WebGL, and I could do some very elaborate things this way. However, this exposes my proprietary models to the user.

There are some ideas floating around the internet regarding PHP and projects like Pear, but they all seem incomplete.

Is anyone aware of a PHP (or other language) type scripting approach that would get me started on this path?
Many thanks in advance for any guidance.
Posted
Comments
Sergey Alexandrovich Kryukov 14-Dec-13 14:01pm    
Not enough information. Of course you should do everything on server side, but what's the problem? You should understand that we have no idea of your models, data representation and technology.
—SA

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