Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
September 10, 2010, 10:35:44 am
Home
Help
Search
Calendar
Login
Register
Quest3D
>
Quest3D Topics
>
Demos
> Topic:
SSAO for Quest3D (Source code available for purchase)
Pages:
1
2
3
[
4
]
5
6
7
8
...
16
Go Down
Print
Author
Topic: SSAO for Quest3D (Source code available for purchase) (Read 14650 times)
David Gulla
March 25, 2009, 10:21:52 pm
Quote from: ali rahimi shahmirzadi on March 25, 2009, 10:17:37 pm
When i publish it with 4.2.3 and run the exe it give me this error. But in 4.2.2 it work fine.
i have the same error... tried everything allready. standalone, installer and webview don't work, qviewer works. we have to resave in 4.2.2 and publish. thank got for the 4.x.x compatibility...
ali rahimi shahmirzadi
www.ali-rahimi.net
March 25, 2009, 10:30:39 pm
Viktor is there any chance that we have Cascade Shadow maps in q3d. I dont see any example of it in q3d. Is it hard to add? It seams new q3d will have Cascade Shadow maps. Am i right?
Viktor Kuropyatnik
VRM Team
March 25, 2009, 10:47:27 pm
Massimo1967
Theoretically yes, practically it's difficult as every big enought surface requires different treatment to minimize light bleeding. Something like PCF can be done with smart material. I think Micha did something like that. He is using VSM much longer than me.
I'm still using 4.2.2, this and other projects started with that version, don't want to switch to next one until they finished.
David
Sorry, didn't uderstood, did you managed to compile it finally or not?
It shouldn't be that hard, from programming point it's quite simple, there are a lot of discussion and example of it. But anyway it takes time.
«
Last Edit: March 25, 2009, 10:59:05 pm by Viktor Kuropyatnik
»
Massimo1967
March 25, 2009, 10:56:30 pm
very thanks for reply.
Micha can you complete Viktor's work adding a smart material shadow?
Thanks
David Gulla
March 25, 2009, 11:11:02 pm
no Victor, I didn't manage to compile it... there's somewhere something (how usual) that I can't fix. your stuff has no issues, there's something with the version interference or just with the 4.2.3 and above. I've had 4.0 and 4.2.1 installed, everything worked fine, with yours and other hybrids. then I installed 4.2.3 and the problems started to happen - unfortunately I got no time to completely remove quest and install again 4.2.1 pure. but I'm convinced it'd run...
micha_kobald
pixvertex
March 26, 2009, 10:17:05 am
i get 30 fps with shadows at 1920*1200
8800gts quadcore at 3.2ghz vista 64bit sp1 enough ram
Viktor Kuropyatnik
VRM Team
March 26, 2009, 10:21:30 am
That's quite nice, this scene contains 656k of polygons, all of them are used for shadow calculation. Could be better if find a way to dramatically increas transform stage. I was reading about double speed rendering, when only depth is rendered, but not sure that it can be achived in Quest3D.
«
Last Edit: March 26, 2009, 10:23:38 am by Viktor Kuropyatnik
»
olaf lubanski
March 26, 2009, 10:37:10 am
so when are we going to see some cool looking projects using viktor's SSAO?
for now i think i am still too stupid to integrate it into my own project, but i would love to see some other's work!
micha_kobald
pixvertex
March 26, 2009, 10:45:18 am
i am still interested in the source license victor. When will you release it ?
Viktor Kuropyatnik
VRM Team
March 26, 2009, 10:53:22 am
Need to document code properly, I'm planning to finish it before weekend.
EDIT: Ohh.. need to finalise a store as well. So, that would be next week, monday-tuesday.
«
Last Edit: March 26, 2009, 10:55:59 am by Viktor Kuropyatnik
»
Jos van Ouwerkerk
3D capacity
March 26, 2009, 10:58:35 am
Quote from: Viktor Kuropyatnik on March 26, 2009, 10:21:30 am
That's quite nice, this scene contains 656k of polygons, all of them are used for shadow calculation. Could be better if find a way to dramatically increas transform stage. I was reading about double speed rendering, when only depth is rendered, but not sure that it can be achived in Quest3D.
It should be possible with Quest3D. The video driver should pick this up automatically if the right state settings are set. So, it should work if you just disable color writes in the technique.
«
Last Edit: March 26, 2009, 12:11:44 pm by Jos van Ouwerkerk
»
Viktor Kuropyatnik
VRM Team
March 26, 2009, 11:16:22 am
Thats exactly the isue, if I switch off the color write than rendering can be done only into depth texture (aka hardware shadow maps, 24bit), but we don't have ability to use it as a custom buffer in R2T. Am I missing something?
Jos van Ouwerkerk
3D capacity
March 26, 2009, 12:13:35 pm
Quote from: Viktor Kuropyatnik on March 26, 2009, 11:16:22 am
Thats exactly the isue, if I switch off the color write than rendering can be done only into depth texture (aka hardware shadow maps, 24bit), but we don't have ability to use it as a custom buffer in R2T. Am I missing something?
No, that's a problem with DirectX 9 as far as I know. You can speed up depth rendering, but only to fill the z buffer, which you can't access. DirectX 10 should support reading back the z buffer.
Viktor Kuropyatnik
VRM Team
March 26, 2009, 12:21:08 pm
I mean, how then depth can be captured if color write is disabled? In Crysis they used hardware shadow maps surface, as you get a better speed rendering into it.
Jos van Ouwerkerk
3D capacity
March 26, 2009, 01:24:15 pm
Quote from: Viktor Kuropyatnik on March 26, 2009, 12:21:08 pm
I mean, how then depth can be captured if color write is disabled? In Crysis they used hardware shadow maps surface, as you get a better speed rendering into it.
Well, that's where DirectX 10 probably comes into play
Pages:
1
2
3
[
4
]
5
6
7
8
...
16
Go Up
Print
Quest3D
>
Quest3D Topics
>
Demos
> Topic:
SSAO for Quest3D (Source code available for purchase)
Jump to:
Please select a destination:
-----------------------------
Quest3D
-----------------------------
=> Job opportunities
=> Events
=> Announcements
=> F.A.Q.
-----------------------------
Open
-----------------------------
=> Open Board
-----------------------------
Quest3D Topics
-----------------------------
=> General Questions
=> Demos
=> Tips & Tricks
=> New features
=> Plug-ins
-----------------------------
Advanced
-----------------------------
=> OO (Object Oriented Programming)
=> Physics
=> HLSL and Shaders
Loading...