Are WPF and Direct3D drawing speeds comparable on complex 3D scene? If not, why? Will开发者_JAVA百科 some day converge?
I have drawings (arrays of points with x and y coordinates) that are rotated in 3d space: http://www.motiondraw.com/md/as_samples/Testing/_mindreader/main.html
Does anyone know of nice C++ library to get the Union, difference and intersection of 3d me开发者_高级运维shes?You might want to have a look at CGAL. It supports various boolean operations.Some of the
I\'m currently trying to draw a quadratic surface with openGL.When using a single window,my program can work well.Now I need a control panel so I create two windows,one is the frame window ,the other
What I need to do is create a simple preview of a minecraft \"dude\" with the correct texture applied.
How can i Display 3D Models? i got them in the .blend/.3ds etc. Format and would like to have like a Gallery for them. Whats an easy way to do that? I\'ve never worked with shockwave/flash etc so a Tu
I know I have a basic question, but I can\'t think how I can draw a cube while the camera is open. I can seperately open the camera or draw a cube in the scene with a background by using GLSurfaceView
i am making a program in opengl to animate a solid-sphere over a curve it goes like //display function void display()
I\'m stuck in this problem. I have a camera view and an opengl object (cube). I want to see the 3D object while the camera is open. However, when I add two views (opengl开发者_如何学Pythonview and ca
I have a mapping between 16 fixed numbers (points on the X axix) and their values (displayed on the Y axis). What I need is to display this data as XY-plot and to be able to change those values by mov