Log into your account to keep track of your progress. You can work through the lessons without logging in but your progress will be lost when you refresh the page.

<h4>Today's Topic: Scattering Randomized Geometry Over Terrain</h4>

In this tutorial, you will learn two methods for scattering randomized geometry over terrain. Regardless of the number of source objects, this fully procedural setup will automate the randomization process. Additionally, you'll learn how to procedurally create rock geometry for randomization.

  1. Easy Way:
  • Assembly Node: Create unique name attributes for the geometry library.
  • AttribFromPieces: Randomize name attributes within the object amount range.
  1. Hard Way:
  • rand(): Generate random values between 0 and 1.
  • sprintf(): Format strings for naming.
  • fit01(): Fit the range of values.
  • int(): Convert float to integer.
  • printf(): Test local variables.

By the end of this tutorial, you'll have a comprehensive understanding of both approaches, enabling you to choose the one that best fits your workflow. Enhance your Houdini skills and speed up your production process with these powerful techniques!


COMMENTS

  • There are currently no comments

Please log in to leave a comment.