I am making a 3d car game and I have a problem with rotation. I want to rotate a model around itself but when I move, it starts to move around
Okay, so I need to create a 3D data-structure at run-time, I decided to use std::vector, the problem is as follows: I know the dimension of the 1st dimension at instantiation time (when I create the o
In order to perform picking in OpenGL, I need to cross the vector received by gluUnproject with开发者_StackOverflow社区 the shape.
I am to create a 3D volume out of grayscale image set using Matlab. A set contains a continuous and quantized slices of 2D grayscale image. I am still considered myself a r开发者_运维知识库ookie in Ma
I am trying to perform picking in O开发者_如何学编程penGL, and have 3 questions in 1. I use twice the Unproject command, once with 0 and once with 1 as near/end planes.
I have a 3D TV and feel that I would be shirking my responsibilities (as a geek) if I didn\'t at least try to make it display pretty 3D images of my own creation!
I would like to reconstruct 3d images from a set of dicom images. I hope you are aware of dicom images. I am planning to use OpenGLES for generating 3d view of images. Like I have a set of images as a
I am looking for a dependable workflow that will allow interactive, 3D models deployed on the web (i.e.: low-poly, low-res). The question is ho开发者_运维知识库w to target and programmatically animate
I\'d like to animate a concave donut topology object (coffee cup) as it implodes. The crumpling should be irregular - Like it\'s done by a hand or by vacuum implosion, not like a bellows compressing.
Is there an easy way to plot 3D functions using Silverlight 4 or 5? The most useful thi开发者_运维百科ng I found was this link, but even so it was way over my head.