|
Some recent topics started on our forums |
xdriller
|
Hi,
This is the game I've been developing for the last year or so. It's an open source Mr Driller remake using Ogre as rendering engine. My goal is to add some more features and levels to create my first complete video game ever.
I've packed ev... |
Posted February 8, 2010 6:41:46 PM
|
ARB_shadow_ambient alternative
|
I have shadows working on my game using shadow maps. The problem is, the shadow are completly blank. I have the level textures on GL_TEXTURE0 and the shadow map on GL_TEXTURE1. I've been trying to use diferent texture blendings to get... |
Posted September 2, 2006 11:43:50 AM
|
multitexturing question
|
I'm trying to get the following blend of textures in my game, but can not get to the right formula for it.
What I'm looking for is a way to darken the first texture with the second one only some percentage like:
+ =
[help] h... |
Posted August 27, 2006 3:43:20 AM
|
FBO dirty shadow map problem
|
I'm trying to add shadow mapping to my game. To get a higher resolution shadow map, I started using a frame buffer object. But since I did that, I get strange results; the shadows projected to the floor, stays there even when the car goes away and cl... |
Posted August 10, 2006 2:28:14 PM
|
My shadow mapping is very ugly.
|
Hi,
For the last month I've been trying to implement shadow mapping for my game. The problem is I get results that hurt my eyes.
See image -> http://durmieu.sdf-eu.org/files/yeppa.jpg
One of the problems is that when the vertical sides of... |
Posted July 30, 2006 8:52:07 AM
|
Nitrito 0.2
|
Nitrito is an attempt to create a GPL stunts type racing game with editable tracks based on 3d tiles.
Hope you like de screenshots.
http://sourceforge.net/projects/nitrito/
Bu!
Durmieu |
Posted June 26, 2006 7:27:28 PM
|
View All Topics Started By This User
|
|
Some recent replies made on our forums |
xdriller
|
Update: windows 7 crashes (hopefully) fixed
https://sourceforge.net/projects/xdriller/files/xdriller/0.7/xdriller-0.7.1.zip/download |
Posted February 12, 2010 8:00:22 AM
|
Shader 3.0 experiments
|
Amazing... |
Posted September 26, 2006 2:24:21 AM
|
ARB_shadow_ambient alternative
|
Well, I can't get it to work right, it's to difficult for me. The game has been evolving well until i tried to get shadows for it, and that was about two months ago. Since then I have nothing new. Even if I got the shadows soft and transparent I will... |
Posted September 2, 2006 12:51:30 PM
|
Blending Multiple Textures
|
woooo!!!
thank you very much, this was exatly what I was looking for. you made my day
Bu!
Durmieu |
Posted August 21, 2006 1:20:42 PM
|
FBO dirty shadow map problem
|
the only thing that helps is drawing a big quad facing down under the scene.
dont understand why. |
Posted August 13, 2006 8:53:14 AM
|
texture bigger than the windows
|
I'm having actualy the same problem as you. As far as I know, what we need to do is render offscreen to a pbuffer or a frame buffer object (fbo).
The only problem is... I still don't know how to do that. Ill try to find out soon.
try here... |
Posted August 9, 2006 10:57:10 AM
|
My shadow mapping is very ugly.
|
well, I dont use any shaders, just simple shadow mapping, this is the first time a try to do something like this. The "soft" shadows are due to
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); and
glTexParameteri(GL_TEXTURE_2D,... |
Posted July 30, 2006 10:01:55 AM
|
My shadow mapping is very ugly.
|
I wish I could have a bigger shadow map. But, if I am not mistaken, for getting bigger shadow maps than the size of the screen you need to render the shadow map to an off screen buffer, I have no idea how to do that so far, but will read more.
I... |
Posted July 30, 2006 9:51:27 AM
|
X-Moto 0.2.0
|
Nice job. But, the rotation is a bit low respone response. Right now is quite adictiv. Keep working on it.
By the way, I like the GUI. |
Posted July 30, 2006 4:20:20 AM
|
3D Model Loader
|
obj because is simple, I found very useful code for the obj loader here:
http://www.gamedev.net/community/forums/topic.asp?topic_id=312335
Bu!
Durmieu |
Posted July 2, 2006 6:02:13 PM
|
View All Replies Made By This User
|