I have a problem on http://mr.si/ with CSS3 3D transformation. I am doing it plainly for fun and exploring new CSS functions but it disturbs me.
Years ago at uni I wrote a ray tracer in C++, but now I can hardly remember any of it. Just for fun, I decided to try writing a ray tracer again, this time in C#. But sadly I\'m struggling getting sta
I have an object (a cone) with a base on a vertex X1 (the circle base of the con开发者_StackOverflow中文版e has it\'s center on X1) and points to Oz. I would like to rotate it, so it would point to a
If you have an equilateral triangle in 3D space, where all the sides are of length 1, there are two points that you could use to form a tetrahedron. One floating out in front of the triangle, and one
I want to create cube model of a 32x32 bitmap in opengl. For example, the result should look something like this given a 2D bitmap of Bob-omb from Super Mario: http://fc02.deviantart.net/fs49/f/2009/1
I have a triangle mesh and I\'m trying to calculate the normals so I can apply them when drawing the mesh. I\'m using immediate mode (will probably change to vertex arrays when I get time to understan
I want to create a 3D cylinder, sphere, cone using Actionscript for Flash Player 10开发者_高级运维. Is there any available class?
How to draw on a 3D model in java 3D. Like draw Line or a point. I have been able to import models. But stuck on how to draw on models.
I\'m 开发者_开发问答looking for a Java library to write out ply files.If there isn\'t one, I\'d like to look into writing one.If you only want to write ply files then I would suggest to write your own
I\'m trying to create a camera to move around a 3d space and am having some problems setting it up. I\'m doing this is Java, and apparently using gluPerspective and gluLookAt together creates a confli