Questions tagged [managed-directx]

Tools and techniques to use DirectX through managed code. Managed DirectX is also known as MDX.

65 questions
0
votes
1 answer

What does SetPrivateData does in Managed DirectX?

Iv'e seen this method for a Texture, would someone explain me what does it do?
user187418
0
votes
2 answers

What are the basics for switching from DirectX to SlimDX?

I have an old application for playing video that uses DirectX and I would like to update it and prevent the "error" of Loader lock among other things. Can I ask what are the basic steps for converting the application? What do I have to pay special…
Pimenta
  • 1,029
  • 2
  • 13
  • 32
0
votes
3 answers

Program crashes when using Managed DirectX with .Net Framework 4.0

We are having a problem using DirectSound with the Managed DirectX dlls and the .Net Framework 4.0 The program works fine with .Net Framework 2.0 - but we have a requirement to upgrade to 4.0 to use some other components. When the program invokes…
Mike
  • 31
  • 4
-2
votes
2 answers

3D graphic frameworks for C#

I have a application for visualizing map data. Until today i have managed with using standard Forms.Graphics to draw 2D lines and other primitives in my windows application. I found out today that Managed C# DirectX is deprecated. Is there any…
Andreas
  • 6,958
  • 10
  • 38
  • 52
-3
votes
2 answers

(Computer graphic) Getting mouse coordinate after translate and rotate the world matrix

Hi is there any way to get the X,Y,Z of mouse in direct3d after I translate and rotate the world matrix?
Aldy syahdeini
  • 349
  • 1
  • 4
  • 16
1 2 3 4
5