The best way to handle 1 million triangles is to use the method you use for 999,999 triangles and adjust for one more.
Type: Posts; User: John Jenkins
The best way to handle 1 million triangles is to use the method you use for 999,999 triangles and adjust for one more.
The main difference is that triangles have three sides and quads have four. Hope this helps.
Good old gimbal lock. It has had me by the balls for quite some time. Let me introduce a new word to your vocabulary, Quaternions. It is an ugly word but a nice rotation. If you lookup...
The only Direct X 9 site I know of is www.directx4vb.com of course it is written in vb, which is the easiest language I have ever seen. Don't worry about whether to go to C++ C# or VB .Net ,...
I guess I heard wrong many times from many different sources.
I ask here because I heard it is an OpenGL feature. I have the ATI 9700. Can I use it for 3D games?
Cross platform is an advantage, however, I have never even seen a company that uses something other than Microsoft. We and all of our customers use Windows. The university and the big companies in...
I just got DirectX 9 and it looks way easier than previous versions. We are going from VS 6 to .Net and I can't get the opengl examples working well from csgl.
search for NEHE he has VB examples. As far as Java being easier for the web, I think .NET will fix that. However, getting opengl to work in .NET is a pain in the butt. I just got Direct X 9 and it...
I use opengl with VB. VB is sooooo easy I can't imagine anything easier.
Thanks satan
I have this idea to use the glulookat function. If I take the first and last points in the graph and come up with a funtion for the two points and get a slope of the function, I can then find the...
I am using the trackball class to do matrix rotations on my graphics. A problem that I have is that the data I read in goes up down forward and back. Preferibly I could autorotate it so that it...
First of all go to the NEHE tutorials and download the VB version of lesson 3.
In the NEHE examples just concentrate on the DrawGLScene method. Look between the glBegin and glEnd commands. Right...
VB 6 has a opengl library. In project references there is a VB opengl 1.3 I think is the exact name. I only program in VB6 and opengl. I started with learning the NEHE examples ...
Oh crap I just realized what a pain in the butt it is going to be with my mouse control rotations. Screw it. I am just going to draw a form ontop of a form.
I am trying to adapt a NEHE example to draw onto a picturebox. I know it is a combo of rendering context device context and make current calls but it eludes me on how to get it right at the moment.
It seemed advanced enough to me. You guys should lighten up a little. Some of you guys really like slamming people who just want to learn how to program. And now this guy tells me I am too stupid...
Yes push identity pop worked thanks for your help guys.
d
I suspect that the pushmatrix loadidentity popmatrix will do the trick. I don't know how those a and b posts happened maybe my computer is broken
c
see there it happened again dang it.
In my current program which I nabbed off the net, I think it might be easier just to tell the program to stop applying rotation calculations while I am drawing a certain feature. Basically what I...
How can I get my computer running again?