Click here to Skip to main content
15,881,139 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to load a 3d object and texture 3d obj with a picture,then generate to a jpg .
I want do this function in asp.net server side.How to do this?
Posted
Comments
chlohee 11-Aug-14 5:31am    
What kind of 3D object? What is this for? You'll probably have to render the 3d object first and then save it as a jpg.
Member 3498276 12-Aug-14 2:39am    
I want import 3d object create by 3dmax,and allow user to upload a picture as model surface,so I need to make a texture process in server side,combine user picture and 3dmax obj,then generate a jpg show to user
chlohee 12-Aug-14 4:24am    
Use DirectX to texture and render it on the server side and return the finished result.

http://social.msdn.microsoft.com/Forums/en-US/83a6802f-b950-41f3-810c-5da2e5129adc/how-to-import-3ds-max-files-in-c?forum=csharplanguage

1 solution

You should learn WebGL[^]...
 
Share this answer
 
Comments
Member 3498276 12-Aug-14 3:54am    
webgl process on client side,I want process this on server side

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