3d rotation.
I need to rotate object around its geometric center (coordinates of which are known: cx,cy and cz). Also, I need to rotate it around axes, which are themselves rotated, since it's a freespace sim. I'm...
View ArticleIn search of a graphics engine
Does any one know of an engine that will take plain text decriptions of the scene to render a simple world?Adam
View Articleproblem with polygon drawing routine
I'm getting to a point with my 3d-engine where I will be able to start programming a game for it.Problem is a bunch of bugs.Prior to this post I had a problem with the polygons only drawing when...
View ArticleNeed help with DX9 Mesh class (.NET)
How am I supposed to render a mesh created by something likeMesh.Sphere(), Mesh.Torus()? I tried setting it up by tellingthe Device that we'll use mesh's vertex & index buffers...
View Article3d format problem :.md3
Hy! I'm looking for a good .md3 Quake files editor. Does anyone worked with this type of files before? I google-it a thousend times but not with the expected result. I could use .md2 also :) .Thanks in...
View ArticleDeleting textures
I made some code to make textures with C++ and OpenGL. The textures are store in this variable:[code]GLuint *TextureImage;[/code]I use this code to delete all the...
View ArticleDoes OpenGL suck?
OK I dont think it does. But I have heard some disturbing news. Mircosoft apparently works directly with 3d vendors to create hardware supported rendering (HAL functionality). Thus advanced effects...
View ArticleDirect3D
Where can I download d3d9.h and the .lib or .a files for Direct3D?:-)[white]Very secret writing.[/white]
View ArticleHow can I run a C code on GPU using openGL?
I have this code in C and want it to run on GPU using openGL. I am just beginning to learn openGL. My main concern is how to shift the code from running on CPU to GPU. Any help is appreciated. void...
View Articletrigonometry
I'm trying to create an application using Direct3D. I have a cylinder in a vertexbuffer (a narrow cylinder, think of it as a line), with the ends at 0,0,0 and 1,0,0. Now, i need to rotate it so that it...
View ArticleAnybody writing a 3d engine
At the moment is anybody writing a 3d engine ? Just asking out of curiosity.
View Article3D Graphics editor
Hi!I am looking for a 3D graphics editor to help my friend and I with a project. We are going to be creating a 3D fantasy game. Anyone intrested should email me at ( tyebobbertson@yahoo.com ) with the...
View Articlewireframe 3d image
Hi,I'm working on an embedded project. We are using wireframe modeling to represent 3d images. My requirement is that when that image(consider 12 lines cube) is rotated the lines on the back side...
View ArticleContinual landscape?
Alright, I need to figure out a good way to make a large, continual world with my 3D engine. Something along the lines of Oblivion or World of Warcraft. My initial idea was to simply make a huge world...
View Article3D graph using C++
I would like to know whether there is A programme that could help me in build up the 3D graph using the C++.
View ArticleMatrix Library
Can anyone give me some tips on how to design my Matrix library?particularly how to design and code a function to set the elements in a 4*4 matrix
View ArticleComputer Graphics Help Needed OpenGl
I am a student who really needs help with computer graphics, OpenGl, 3D transformation and so on. I am willing to pay for this help urgently I have some overdue assignments.Thanks Shane.
View ArticleGPU programming based volume rendering?
Hai all, Anyone who has got experience in GPU programming please reply okay
View Articlehelp - cannot import a .max file in carrara
i was wondeing if anyone could help me out with this and convert my .max file into either a lightwave or obj file, so i can import it into carrara. (it should be pretty simple, only a matter of opening...
View Articleviewing OpenGL online
If I would have created a 3D human modeling program (for a virtual fitting room system) using OpenGL written in C++, on my PC itself, how can I make it "online"..so that it can run in a browser? Will...
View Article