njbrown / texturelab

Free, Cross-Platform, GPU-Accelerated Procedural Texture Generator
Other
735 stars 45 forks source link

what does the height node mean #64

Open beyondlwm opened 2 years ago

beyondlwm commented 2 years ago

After I import a normal map in the image node, I link it to "height" node, expecting baking a height map.

However, after I check the source code, I found it just simply sample from the normal map's R/G/B channel as output.

does that exactly mean height ? Thanks!