C # simple DirectX control

I would like to implement basic 3D rendering in my winforms application using DirectX

My model:

  • polygons with holes and thickness
  • cylinders
  • 2D text
  • basic textures
  • Lighting

Scene control:

  • increase
  • pan
  • Rotate

Is there any all-in-one .net control that I can easily overlay on the form and customize my model by adding form primitives?

+5
source share
2 answers

Finally, I implemented the Awesomium WebControl with an html page using the three.js library. This allows me to easily show 3d models (and dynamically generate a model) using GPU acceleration (WebGL backend).

0

, , , GraphicsDeviceControl, " , , , . , , , 3D-.

+1

All Articles