If you want you can send me your code and I will inspect it...
miguel@wayne.edu
mc
Type: Posts; User: Miguel_dup1
If you want you can send me your code and I will inspect it...
miguel@wayne.edu
mc
JustHanging, that would be right... But when our fellow requesting help says "a mesh" it sounds like he is not using filled polygons. I am assuming too much I guess.
But if he is getting those...
Guys, I doubt that the issue is due to T&L and video card combination... I have both, a raedon and an NVidia and I get consistent results with both when using the same method of data feeding. e.g....
Sorry, I need to be more explicit... Both faces must be filled.
Regards,
mc
I have not helped in this forum in a long time... But it is never too late...
Are you drawing your mesh as lines or as filled polygons?
Draw them as filled polygons...
Miguel C
For this kind of work, you have frustum culling... I have a question though... Are doing brute force on your heightmap, or you are using roam or something of that nature?
The reason is because you...
True, I already mentioned it and it is an desicion that is made depending on what is easier for each individual.
What is the use of projecting a vector in order to translate or rotate?...
I have not been in the OGL world for a long time due to work. But GODDAMN some things do not change. Right Mihail?? Some people just suck for a life time and never snap out of it...
Well, to help...
Sofia, why dont you post some code?
Does you program work as expected when you call glColor outside the glBegin and glEnd?
Well, I wrote I skydome algorithm and it does what you seem to be asking for... http://141.217.130.254/miguel
That is my temp address.
I finished something that should get posted sometime today....
I have some stuff on different camera systems done without lookat...
temp site: http://141.217.130.254/miguel
Humus, bad ass article, I am going to read it as soon as I get a chance... I like it...
Hey, did you start with ATI at last?
I have noticed that tga are much better, as they support 32 bits. http://www.opengl.org/discussion_boards/ubb/wink.gif Just saying.
bmp files comppressed? I have not heard of it.
With that said,...
It is up and running. http://www.opengl.org/discussion_boards/ubb/smile.gif
That error is because it is looking for the header in a linux (unix) file system...
Put the headers wherever you want, and make sure you have the right path for the header in your include...
Yeah, my bad about the files not found...
I am transfering all my work to a new server while I work some issues with my old server... So, I will prolly have everything up later today when I get out...
Well, I guess something you can really do knack is throw the thread off topic!!!!
Do we have some kind of throw exception error handling for this?? Maybe std::throw_exception( )?
Did you read books...
Threads would be your friend for this.
I have gone through several bottles of rum and a few cases of beer already trying to follow up on this tribes 2 like war!!!! :P
I even almost got shot HS!!!
WHY IS THIS THREAD STILL ALIVE? http://www.opengl.org/discussion_boards/ubb/confused.gif
THREAD->KILL() does not work anymore?
I have a few camera systems on my site. I use quaternions, euler angles....
http://cheo.resnet.wayne.edu/miguel/
You should take a look at them.
You have
http://www.gametutorials.com/
You also have my site
http://cheo.resnet.wayne.edu/miguel/
DONE!!! I am still experiencing some blurs from the tests...
glBlendDrink4f( GL_RUM, 30.0, GL_VODKA, 10.0, GL_WATER, 0.0000001f, GL_ICE, 0.5f );
I'll tell you, the GL_WATER is hurt by the evil...
dorbie, you missed an extension or two I just made available on my site. GL_GIMME_CORONA_WITH_LIME_OR_LEMMON_NOW
I get about 150 fps in one pass. It has some very realistic blurring effect, and if...
I actually put on my site a few camera models using quaternions, euler angles and stuff... Check them out.
One of the methods (the one I use in my engine) I use quaternions to axis angles. This...