The MASM Forum

General => The Workshop => Topic started by: Farabi on July 30, 2012, 03:32:52 PM

Title: [SOLVED][OpenGL]Shadow Volume Problem
Post by: Farabi on July 30, 2012, 03:32:52 PM
(http://ompldr.org/vZW5sZg/Untitled.png)

Im making a shadow volume. As you can see when I used GL_REPLACE everything is worked properly, but when I used GL_INCR everything is ruined up. I want to know where is my mistake.Please tell me if you ever encounted something like this. Thanks for your time.

Onan Farabi,
Title: Re: [OpenGL]Shadow Volume Problem
Post by: Farabi on August 04, 2012, 11:06:08 PM
My SiS Mirage Driver is buggy. Lots of feature did not worked even the feature name is on the list. I wont trust any vendor except ATi and nVidia.
Title: Re: [OpenGL]Shadow Volume Problem
Post by: Farabi on August 10, 2012, 08:52:29 PM
Finally its working. After doing research for 6 months, I get it working. Demo Application http://ompldr.org/vZjIxYw/ShadVol.zip (30 MBytes)
(http://ompldr.org/vZjIxMw/ShadVol.JPG)

(http://ompldr.org/vZjIxaA/SC.JPG)

Self shadowing and very robust. On nVidia GTS-450 I can use it for shadowing hundreds of object which had 80k vertex each one.
Title: Re: [OpenGL]Shadow Volume Problem
Post by: dedndave on August 10, 2012, 11:47:41 PM
 :t
Title: Re: [OpenGL]Shadow Volume Problem
Post by: Farabi on August 11, 2012, 01:53:24 PM
Thanks all, without you I will never achieve this, for me, this is the ultimate achievment for all of my live  :greenclp: .  This technique is the hardest I ever encountered.
Unfortunately sending goods from indonesia to another country is outrageous as hell, lets hope someday the shipping cost is 2 USD/kg so I can pay for your help. I had many from my lands lots of harvest.
Title: Re: [OpenGL]Shadow Volume Problem
Post by: Farabi on August 11, 2012, 02:17:47 PM
I want to show another demo.

(http://ompldr.org/vZjJkMg/SSV2.PNG)

This demo showed you that the shadow is not limited to a flat planar surface but worked to anything and can shadowing anything as accurate as it should be.
If your GPU Card allow for hardware accelerate for double side stencil, it will calculate the double side of the vertex simultaneously.
Title: Re: [OpenGL]Shadow Volume Problem
Post by: dedndave on August 12, 2012, 02:42:37 AM
that looks great, Onan   :t
Title: Re: [OpenGL]Shadow Volume Problem
Post by: Farabi on August 12, 2012, 03:36:17 PM
Thanks dave, im very happy to be able to understand how it worked. Lots of the calculations should be done manually, but after i undestand it, it became a trivial matter.
Title: Re: [OpenGL]Shadow Volume Problem
Post by: Farabi on August 12, 2012, 03:57:59 PM
Im still able to optimize this further but I dont think i should. nVidia GTS 450 will be a standard hardware in a couple of years and I'll look stupid to do my current tech of optimizing algo which need extra few hundreds kbytes and iteration which is not worth the effort.

Code is not important but understanding it is much more important.  I ll just not release the code but also will make a tutorial because some people helped me making it.
Title: Re: [OpenGL]Shadow Volume Problem
Post by: Farabi on August 15, 2012, 11:05:48 PM
http://ompldr.org/vZjQyeg/Test.zip

Another demo
(http://ompldr.org/vZjQydQ/DEMOSS.PNG)
Title: Re: [OpenGL]Shadow Volume Problem
Post by: Farabi on August 18, 2012, 01:16:55 PM
Another Demo
http://fgameengine.googlecode.com/files/DEMO.zip (http://fgameengine.googlecode.com/files/DEMO.zip)
(http://fgameengine.googlecode.com/files/SS4.PNG)

This demo intended to demonstrate how the shadow volume able to shadowing it self. This shadow technique is fast and robuts.
Title: Re: [OpenGL]Shadow Volume Problem
Post by: Farabi on August 31, 2012, 09:39:42 PM
 http://ompldr.org/vZmIyNQ/PlaneGame.zip

(https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-snc6/265985_3897302871116_1209030358_o.jpg)
Title: Re: [OpenGL]Shadow Volume Problem
Post by: Farabi on September 17, 2012, 07:24:54 PM
Not so good but it is demonstrating the skeletal animation system http://fgameengine.googlecode.com/files/DemoAnimation.zip
(https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-snc6/s480x480/207855_3951638629476_2001918073_n.jpg)
Title: Re: [OpenGL]Shadow Volume Problem
Post by: Farabi on December 04, 2012, 04:35:50 PM
Im making another demo to demonstrate the ground system and the dynamic shadow.
http://ompldr.org/vZ2s0bQ/GroundDemoWithBuilding.zip
Title: Re: [SOLVED][OpenGL]Shadow Volume Problem
Post by: Farabi on December 31, 2012, 03:05:52 PM
(https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-ash4/407403_4429361012237_41040537_n.jpg)

I tested with a few object and it worked. The frame rate is not dropped even if I used several object. Object that are not on the screen or behind another object is not drawn and it saving a lot of time. I think Im going to start to test to create a whole town.