Shadow Mapping in Source

Grab your favourite IDE and tinker with the innards of game engines

Re: Shadow Mapping in Source

Postby jimonions on Tue Mar 05, 2013 11:57 am

Always wanted to try this out, but the downloads page is empty. SVN also doesn't work.
User avatar
jimonions
Regular
Regular
 
Joined: Tue Feb 01, 2011 10:41 am

Re: Shadow Mapping in Source

Postby joe_rogers_11155 on Tue Mar 05, 2013 12:55 pm

Somebody HELP THIS MAN
"Day breaks, but decay soon follows." - Ava Winona
Currently developing in radio silence... 99 Bolts
Here's another project of mine... Assault on Overwatch
Are you new to Source SDK? VDC
joe_rogers_11155
Veteran
Veteran
 
Joined: Wed Oct 08, 2008 11:11 pm
Location: United States

Re: Shadow Mapping in Source

Postby SM Sith Lord on Sat Mar 23, 2013 6:30 pm

Put in some work on my mod today. I got a material shader that can load snapshots of websites or images, soon to be live webviews. Looks awesome being projected from the light source :D

Image
Image
SM Sith Lord
Been Here A While
Been Here A While
 
Joined: Sat Nov 25, 2006 4:25 pm
Location: Los Angles, CA

Re: Shadow Mapping in Source

Postby joe_rogers_11155 on Sat Mar 23, 2013 11:51 pm

it seems to me that a special ability like that would be best for unidirectional projections, ie onto a movie screen or onto the floor. amazing ability though.
"Day breaks, but decay soon follows." - Ava Winona
Currently developing in radio silence... 99 Bolts
Here's another project of mine... Assault on Overwatch
Are you new to Source SDK? VDC
joe_rogers_11155
Veteran
Veteran
 
Joined: Wed Oct 08, 2008 11:11 pm
Location: United States

Re: Shadow Mapping in Source

Postby dark0r on Sun Mar 24, 2013 4:47 am

SM Sith Lord wrote:Put in some work on my mod today. I got a material shader that can load snapshots of websites or images, soon to be live webviews. Looks awesome being projected from the light source :D

Image
Image

Remember to enable texture filtering on your snapshots to reduce aliasing!
dark0r
Been Here A While
Been Here A While
 
Joined: Sat Mar 25, 2006 10:16 am
Location: de_hell

Re: Shadow Mapping in Source

Postby SM Sith Lord on Sun Mar 24, 2013 5:33 pm

I would love to do that once I figure out how. :D

The webview is rendered onto a procedural texture. Is there a way to enable texture filtering on a procedural texture?
SM Sith Lord
Been Here A While
Been Here A While
 
Joined: Sat Nov 25, 2006 4:25 pm
Location: Los Angles, CA

Re: Shadow Mapping in Source

Postby SM Sith Lord on Tue May 07, 2013 7:53 pm

Here's a YouTube video of the projector light playing back a video with volume light effects in Anarchy Arcade:
SM Sith Lord
Been Here A While
Been Here A While
 
Joined: Sat Nov 25, 2006 4:25 pm
Location: Los Angles, CA

Re: Shadow Mapping in Source

Postby Epifire on Tue May 07, 2013 9:14 pm

Looks great, Sith Lord. I like how you also have an arcade for The Old Republic too.
Image
User avatar
Epifire
Senior Member
Senior Member
 
Joined: Fri Mar 25, 2011 8:54 pm
Location: Minnesota, where you're froze 24/7

Re: Shadow Mapping in Source

Postby MrTwoVideoCards on Wed May 08, 2013 3:36 am

Dude, sexy. Also yeah we should move the deferred mod to it's own thread Gary.
User avatar
MrTwoVideoCards
Monothetic
 
Joined: Thu Aug 02, 2007 11:18 am
Location: IN YOUR SOUL

Re: Shadow Mapping in Source

Postby Gary on Wed May 08, 2013 4:22 pm

I think I can split threads. I can try ripping all of the deferred talk to it's own. I've wanted to do this for a while now, cause deferred mod does way more than touch shadow mapping. Give me a little bit.

Alright, no good. I'll have to get someone else to later. I got a weird error when trying.
Have a question related to modding or something I posted? Something that needs staff attention? I haven't been active lately, but feel free to PM me or message me on Steam(link below)

User avatar
Gary
Interlopers Staff
Interlopers Staff
 
Joined: Wed Dec 16, 2009 12:40 am
Location: USA, FL

Re: Shadow Mapping in Source

Postby levan563 on Fri May 31, 2013 2:49 pm

Hey how are progress?
The Revenge Leader
levan563
Member
Member
 
Joined: Wed May 23, 2012 5:15 pm
Location: Ukraine

Re: Shadow Mapping in Source

Postby MrTwoVideoCards on Fri May 31, 2013 7:17 pm

Nothing new so far for deferred or gary's stuff (I think). There will be some stuff soon for deferred though.
User avatar
MrTwoVideoCards
Monothetic
 
Joined: Thu Aug 02, 2007 11:18 am
Location: IN YOUR SOUL

Re: Shadow Mapping in Source

Postby Gary on Fri May 31, 2013 7:20 pm

Go ahead and make a new thread for it when you guys update it.

I haven't done anything new lately. I might try to work on my improved env_global_light again.
Have a question related to modding or something I posted? Something that needs staff attention? I haven't been active lately, but feel free to PM me or message me on Steam(link below)

User avatar
Gary
Interlopers Staff
Interlopers Staff
 
Joined: Wed Dec 16, 2009 12:40 am
Location: USA, FL

Re: Shadow Mapping in Source

Postby Botolf on Tue Jun 04, 2013 3:38 pm

Recently poking around in SwarmDeferred again, though I'm stumped on a (most probably) trivial setup issue. I'm on revision 59 and build works for me without incident, but I seemingly have summoned the shaderpocalypse compiling src.

Code: Select all
Shader 'shaders\fxc\shadowpass_vs30.vcs' - Couldn't load combo 192 of shader (dyn=24)
Shader 'shaders\fxc\shadowpass_ps30.vcs' - Couldn't load combo 12 of shader (dyn=3)
Shader 'shaders\fxc\shadowpass_vs30.vcs' - Couldn't load combo 384 of shader (dyn=24)
Shader 'shaders\fxc\shadowpass_ps30.vcs' - Couldn't load combo 24 of shader (dyn=3)
Shader 'shaders\fxc\shadowpass_ps30.vcs' - Couldn't load combo 6 of shader (dyn=3)
Shader 'shaders\fxc\volumpass_point_ps30.vcs' - Couldn't load combo 2020 of shader (dyn=4)
Shader 'shaders\fxc\volumpass_spot_ps30.vcs' - Couldn't load combo 2020 of shader (dyn=4)

Couldn't load vertex shader radiosity_gen_vs30
Couldn't load pixel shader radiosity_gen_global_ps30
Couldn't load vertex shader debug_radiosity_grid_vs30
Couldn't load pixel shader debug_radiosity_grid_ps30
Couldn't load vertex shader radiosity_propagate_vs30
Couldn't load pixel shader radiosity_propagate_ps30
Couldn't load pixel shader radiosity_propagate_ps30
Couldn't load pixel shader radiosity_blend_ps30


Found the missing pixel shaders in the src directories, but that hasn't amended the other shader errors or the situation seen here (plus crashes if I move too much from the spawn, though I figure that's related):

Image


Any idears?
User avatar
Botolf
Regular
Regular
 
Joined: Sat Jan 16, 2010 7:38 am

Re: Shadow Mapping in Source

Postby MrTwoVideoCards on Thu Jun 06, 2013 5:54 am

Did you compile the shaders correctly?
User avatar
MrTwoVideoCards
Monothetic
 
Joined: Thu Aug 02, 2007 11:18 am
Location: IN YOUR SOUL
PreviousNext

Return to Programming

Who is online

Users browsing this forum: Google [Bot]

cron