Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi ^_^

I want to make a 3d painter using c#.

First of all I want to display 3 panels - XY, XY and YZ Views. The user will paint what he wants in each panel. After that he will click on a button to combine the 3 views and get a 3d model from these panel. He also can render this model freely.

How can I do that? And what is the most suitable and simplest language to do that so? (Open gl, XNA, WPF etc)?

this pictures will Illustrates what I want: Views : 3D Views

3D Object after combining 3 views : 3D Object

any extra information will be helpful.

Thanks :)
Posted

1 solution

<grid>
Triangle
<viewport3d name="MainViewPort" cliptobounds="True">
<viewport3d.camera>
<perspectivecamera>
FarPlaneDistance="100"
LookDirection="-12,-11,-10"
UpDirection="0,1,0"
NearPlaneDistance="1"
Position="11,10,9"
FieldOfView="75" />

<modelvisual3d>
<modelvisual3d.content>
<directionallight>
Color="White"
Direction="-2,-3,-1" />



 
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