I am relatively new to Houdini but am a long time VRay user.
One issue that arose for me time and time again learning VRay in Houdini was that while the VRay docs basically just tell you what each parameter is, they don't tell you how to actually use any of the nodes.
I think it would be great if each page had a screenshot of the node setup in it showing some typical setups.
The current VRay docs remind me of code comments like this:
It would be nice to add a bunch more of the "how" to go with the "what"
One issue that arose for me time and time again learning VRay in Houdini was that while the VRay docs basically just tell you what each parameter is, they don't tell you how to actually use any of the nodes.
I think it would be great if each page had a screenshot of the node setup in it showing some typical setups.
The current VRay docs remind me of code comments like this:
Code:
a += 1; // Adds one to a
Comment