python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Direct2D1 being throttled due to resource intensive 3d app running
So this is a very curious issue I've come across, and to start, there is another stackoverflow question along similar lines that is unanswered:
DirectX 11 application slows down dramatically when not ...
Ben
Votes: 0
Answers: 0
Converting GDI System.Drawing.Bitmap to SharpDX Bitmap
I have the following code for converting a GDI Bitmap to a SharpDX Bitmap and renderering that to a form handle.
public Renderer(IntPtr hWnd, Size size) {
RenderHandle = hWnd;
RenderSize = siz...
iegrm
Votes: 0
Answers: 0
Rendering Lines with Bezier Curves in DX11
I want to input control points through the tessellation stages and output them as bent lines.
I expand the lines into billboarded quads in the geometry shader.
Right now I input a bunch of random vert...
Emil Johansson
Votes: 0
Answers: 1
How to Run Java3D on Window10 with Intel(R) UHD Graphics 630 Card(DirectX), using Eclipse
I could not load a 3D object using Java3D 1.5.1. I tried a few examples like:
(1) HelloUniverse.java from https://www.cs.utexas.edu/~scottm/cs324e/CodeSamples/HelloUniverse.java
The major error for th...
Perry Ning
Votes: 0
Answers: 1