Dominikus Reiter: Sketch#20 WIP

just for fun:
VFXSketch_20_Dom_WIP9c

latest:
VFXSketch_20_Dom_WIP8

I will try to get close to those handsomely handpainted fx by Alex Redfish:

Ref:

Come on circle, we can do this!

8 Likes

Wow that looks really cool, love the style on it! Would love too see a breakdown how you did that later on.

Looking forward to see what you’ll do with it.

Edit: Or did my tired brain misunderstand and the gif is the the goal :stuck_out_tongue: (since it was 2 links my morning brain just assumed the gif was your progress)

Hey @Axelorio, I wish it was the progress ^^. Sorry if the initial post was misleading.
Gonna update asap with the first WIP, still a long way to go:

VFXSketch_20_Dom_WIP1_loop

2 Likes

No worries :stuck_out_tongue: Good luck none the less!

1 Like

Thanks @Axelorio

Some wispy results while playing with noise inputs:
VFXSketch_20_Dom_WIP2b

6 Likes

I love the cell shapes :open_mouth: Did you create them by subtracting?

yeah, well guessed. Some Simplex2D overkill subtracted from each other:

2 Likes

I’m a fan of the effect. I know that using the 3D noise node you can also pan in the z channel. might be interesting for flames.
I’m not directly trying to recommend noise because many people over here don’t like it but yeah :stuck_out_tongue:

1 Like

that panning in the Z channel part is very interesting. When I’m quite happy with the result, it might be cool to experiment with one of those framerate munchers!

1 Like

here is the next iteration:
VFXSketch_20_Dom_WIP3c

and with a bit more dynamic silhouette:

VFXSketch_20_Dom_WIP4

did some tweaking and cleanup, nearly happy with that:

VFXSketch_20_Dom_WIP6

4 Likes

Did some cleanup and a bit refinement too.
VFXSketch_20_Dom_WIP7c

It is quite simple now, with two sine distorted simplex2D noises and the circle sampled two times:

9 Likes

added polarisation for a more cartoony look and made it work from all perspectives while still using only one plane to render on.
VFXSketch_20_Dom_WIP8

9 Likes

that’s very interesting! how do you let it appear so volumetric (especially from above) while using only 1 plane?

Hey Simon,
It’s actually quite simple:

  • I’m using particle billboard aligned to view
  • Camera angle lerps between Circular and vertical UV distortion
  • Camera angle also lerps UV stretch and V position…
  • …And offsets the planes vertices downwards a bit when looking from above, so the base doesn’t appear to float while doing the move.

First I was lerping between two images for top and side view, but that gives that two semi-transparent things when the angle is inbetween. So fading UV distortions before the image input seems to prevent that.

Never used the same texture for top and side view, good to be allowed to use One Circle Texture only :smiley:

12 Likes

that sunds very smart!

how did you made these functions in material? thats awesome !!!

I think to let the fire pop a bit more, I would use a darker background and add some darker tones to the pedestal like if some coal would lay on it. Then, the fire should be way more visible.

1 Like

Hey @Applaz_YB I tried to clean it up already, got stuck with a strange tiling problem when unifying the top and side UVs before the 2 noise functions.
So atm I have 2 seperate pairs of noise to distort the circle UVs.
Def got to cut these down. Then I’ll be happy to share the process!

Had the same bespoke tiling problems when fiddling with a voronoi flame in shadertoy, got rid of the weird tiling by reducing the texcoord inputs to the bare minimum:
VFXSketch_20_Dom_WIP9c
voronoi flame based on one of IQs noise shaders Shader - Shadertoy BETA

Shouldn’t have gone that far astray for this contest though, at least the sidetracking gave me hope to wrangle the 3d flame into two noise functions again.

Thanks for your feeback @simonschreibt, will definitely apply that - your entry rocks hard btw!

1 Like

It’s logical yet so genius… i have to learn a lot still… Great job!

wow.i am looking forward to your final result. :heart_eyes: