DeepSpaceBanana's Sketchbook

You are just crazy!!! I like you psychedelic / disco shaders :D!!!

1 Like

Some early R&D on something I’m hoping to use to make placeable Whirlpools for an Ocean Shader.

https://imgur.com/1DEqDYi

18 Likes

Thanks man! Love your stuff too, I jsut stalked your BaamBaamBoom Thread :stuck_out_tongue:

Mini Sunday Project.

https://imgur.com/fpWw4LC

7 Likes

Is this Volumetric/Raymarching or just Tesselated mesh?

Mesh that Tesselates based on distance to the camera.

Looks really nice and smooth, one more question =)

How do you handle normal reconstruction? Usually, when doing vertex offset in a shader you need to reconstruct your normals, there are several ways to do it but I didn’t manage to find a perfect solution.

I still need to figure out accurate normal reconstruction, at the moment I’m using a temporary hack to fake normals, I haven’t worked on this in a while so I can’t remember exactly what I did, i can dig up the file when I get home.

Reworked the Crystal Ball shader a bit this evening, I think it feels more grounded without the weird edge glow, I think the subtlety also works better.

https://imgur.com/UT0iAor

5 Likes

This is my temporary hack, N= (Heightfield * vec3(0.5,0.0,0.0) + vec3(0,0,1));

Wont work with more complex deformations, also only works along one axis, so only on planes.

Been re-watching the Clone Wars animated show lately, so here’s a wip of a Star wars Style Hologram Shader.

https://imgur.com/NizHUBY

4 Likes

sexy! is the scanline pattern world-space mapped? i see that it deforms with the cylindrical geometry but it doesnt look like mapped on the cylinder in a traditional way …

sexy! is the scanline pattern world-space mapped? i see that it deforms with the cylindrical geometry but it doesnt look like mapped on the cylinder in a traditional way …

Thanks. I did try Mapping it to world position, but in the end I went with ScreenSpace, I felt it worked better for a Hologram Feel. Also in the clone wars, the bars definitely look like they are mapped in screen space.

1 Like

Doodle from last night, another hologram type thingy, with some parameters to control appearance a little

6 Likes

Finally got down to updating my blog, added a breakdown of my glitch shader Here for anyone interested.

12 Likes

Better late than never I guess, my submission for the #RealTimeVFX. Definitely need to rework the timing curves, but meh…

Fun Fact, this actually doesn’t use any vector fields or particle simulation, the blue glowy dots, are animated using curl noise in the shader.

When you move it around it almost looks like the simulation is cached in world space

Add some time to the shader, and it looks like a simulation

5 Likes

I’ve added another breakdown, it’s a star wars inspired Hologram Shader and BP System, you can find it Here

4 Likes

Finally finished up writing about my rainy surface function, Ironically now i’m going to redo the whole thing as a post process material, since that’s much more convenient to use :stuck_out_tongue: DeepSpaceBanana Art - Art

15 Likes

That rain looks rad! question what is a post process material?

Whoo! If you mixed it up with bright drips emitters at he edges of the shelter it would sell it completely. Great work!

1 Like