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 ArticleMath in computer graphics
Hi, i'm new to computer graphics and know a little about programming languages like c and c++ and trying assembly. I would like to know what kind of math i need to learn in order to do computer...
View Article3D programming in VB.NET
Hi all,I have a really quick question - can Visual Basic .NET be used for Direct X and 3D game programming? What 3D files would / could be imported into the program? .3ds?Thanks for your helpAdrian
View Articlesimulating a map
hi,i need help writing a sw to simulate the map of a geographical area as 3-D. i need the sw to be able to automatically navigate from one part of the map to another following appropriate routes
View ArticleHow do I make a raytracer to use in a game
[b][red]This message was edited by addyk2004 at 2005-8-2 5:24:30[/red][/b][hr][blue]I wanted to make a 3D game but I don't know how to make the engine, and I don't want to use Direct3D or OpenGL, I...
View Articlewhat 3d object format should I use
I have just finished making my 3D polygon engine useable.There are still some bugs and things I have to implement.One of these things are how to load a 3D object.Now here is my question:What 3D object...
View ArticleHelp, need help with RAYTRACER, please someone HELP
[blue]I wanted to make a 3D game but I don't know how to make the engine, and I don't want to use Direct3D or OpenGL, I just want to use MS-DOS. I got some theoryes about mathematical projections with...
View ArticleHELP! Graphics library creating
[b][red]This message was edited by Malekovits at 2005-8-9 5:36:50[/red][/b][hr]Hi all,I need help on this:I 'm interesting in making my own, hardware accelerated, graphics library (something like...
View Articlehelp
where can i get function list of the directx dlls for 3d graphics programming like rendering ,transformations,shadowing.
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 ArticleImage Processing Application -help required
[color=Blue][/color]Dear All,I need to develop a Image Processing Application which can do OCR- recognition of typewritten text and ICR
View ArticleOld trigonometric project - Is any use?
Hi... I have an old project from 1990...I think it is quite nice, but I don't know if there is any use of it:http://attilahorvath.free.fr/Lissajouissimo/Anyone have any idea ?Thanks...
View Article