Jump to content

VEX shader problem


ziggx

Recommended Posts

Hi there,

I'm trying to make a snowy mountain shader that will shade displaced geometry from white at the top of the z-axis to green at the base of the z-axis. But I can't figure how to do this. Could any kind soul give me some suggestions?

Bet Wishes

Ziggx

Link to comment
Share on other sites

Hello Ziggx,

I'm by no means a person who should be giving advice on shader writing, but I attached something that might help get you going. The file contains a very simple VOP network. It's very "cheap" because the mountain is assumed to start from z=0 and peak at z=1 in world space. To make it general, you will need to compute the bounding box of the mountain, and ideally specify an arbitrary orientation. You'll also probably want to add some noise, and offer up oodles of parameters. This is the quickest thing I could whip up to give you an example. Hope it helps.

simple_peak_shader.hip.gz

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...