I have a formula that depends on theta and phi (spherical coordinates 0<=theta<=2*pi and 0<=phi<=pi). By inserting each engle, I obtained a quantity. Now I have a set of data for different
i need your help about this issue badly. i am trying to model a simple scene in 3d out of 2d images. i am using 2 images (left and right-the famous tsukuba scene)
How can i use 3D view inside WinForms? Should i use XNA ? I found this tutorial: http://create.msdn.com/en-US/education/catalog/sample/winforms_series_1
I am currently developing a 3D action game on Symbian^3 platform. So far I am using 289 objects in my game application. I have loaded all开发者_如何学Python of these objects through index vertex array
i am writing a 3d modeler similar to Blender for a game i am making. Since programs like blender export very complicated file types with alot of unneeded data i wanted to write a simple editor for my
Is it possible to create a 3d first person perspective game with Silverlight 5? Java applets can do it: for example Minecraft game using OpenGL. WebGL can\'t do it: see How to implement mouselook in
Sorry for the random question Years ago I built a 3D world in directX.If I remember the models were in .x and I even had characters that were animated.
I have implemented a small scene graph to be rendered by OpenGL, all the objects derive from a common Node class and during OpenGL frame rendering I just call the visit method of the root node and it
Imagine there is plane in between a virtual person and an object. The object is a box with a certain xyz scaling and rotation. The plane is like a glass window. The person is looking at the object thr
I am trying to optimize some OpenGL code and I was wondering if someone knows of a table that would give a rough approximation of the relative costs of various OpenGL functions ?