On this page

Overview

Skyfields are useful when you want to create high altitude cloud patterns above your scene. However, if you want detailed hero clouds, there are several tools you can use to model them.

General workflow

  1. Choose one of the following tools to create the initial shape of your cloud.

  2. Optionally use these nodes to create a more interesting and detailed cloud shape.

  3. Once you have the initial cloud volume, you can use the following nodes to add detail.

The following example shows Cloud Shape from Line creating spheres around a line. The Cloud Shape Replicate node is then used to add smaller spheres around the initial shape, providing more detail. Next, Cloud Billowy Noise applies a billowy cloud like displacement noise to the volume, and Cloud Wispy Noise applies a thin feather like displacement noise to the bottom of the cloud.

Example: VDB from Polygons

VDB from polygons let you use polygon sources, which gives you greater control over shaping the incoming source. However, this method takes longer to cook than VDB from Particles.

  1. Put down a Test Geometry: Rubber Toy.

  2. Dive inside and append a Transform SOP.

  3. Increase the Uniform Scale to 20 to increase the size of the cloud.

  4. Put down a Scatter and Align SOP and connect the first input to the output of the Transform node.

  5. Set the Global Seed to 4238, change the Point Count Method to Number of Points, and set the Total Points to 250.

  6. In the Rotation Around Normal section, set the Min Angle to 53, the Max Angle to 360, and the Offset Angle to 222.

  7. Put down an Attribute Noise SOP and connect it to the output of the Scatter and Align node.

  8. Change the Attribute Names from Cd to P, set the Range Values to Zero Centered, and change the Amplitude to 0.1.

  9. Attach a Cloud Shape Generate SOP, increase the Point Separation to 1, and turn off Flatten Bottom.

  10. In the Secondary Shapes section, set Displacement to 0.5.

  11. Put down a VDB from Polygons SOP and connect the first input to the output of Cloud Shape Generate node.

  12. Turn off the Distance VDB checkbox and turn on the Fog VDB checkbox (density attribute).

  13. Connect at VBD Smooth SOP and increase the Filter Voxel Radius to 5.

  14. Put down a Cloud Billowy Noise SOP and connect the first input to the output of the VDB Smooth node.

  15. Set the Amplitude to 2 and the Element Size to 2.5.

  16. Put down a Cloud Wispy Noise SOP and connect the first input to the output of the Cloud Billowy Noise node.

  17. Increase the Substeps to 2, the Amplitude to 10, and turn off the amplitude for the Y axis. This will add some subtle variation to the cloud shape.

  18. Increase the Element Size to 10, turn on the Per Component button, and set the Element Scale to 0.5, 0.5, 1.

  19. Append a Cloud Adjust Density Profile SOP and set the Edge Thickness to 0.099.

  20. Put down a Cloud Clip SOP and connect the first input to the output of the Cloud Adjust Density Profile node.

  21. Turn on Noise Displacement and increase the Amplitude to 2, and the Element Size to 5. This will make the bottom of the cloud have more interesting details.

Example: VDB from Particles

VDB from Particles does not offer as much control in source shaping as the VDB from Polygons method, but it cooks much faster.

  1. Put down a Test Geometry: Rubber Toy.

  2. Dive inside and append a Transform SOP.

  3. Increase the Uniform Scale to 20 to increase the size of the cloud.

  4. Put down a Scatter and Align SOP and connect the first input to the output of the Transform node.

  5. Set the Global Seed to 4238, change the Point Count Method to Number of Points.

  6. In the Rotation Around Normal section, set the Min Angle to 53, the Max Angle to 360, and the Offset Angle to 222.

  7. Put down an Attribute Noise SOP and connect it to the output of the Scatter and Align node.

  8. Change the Attribute Names from Cd to P, set the Range Values to Zero Centered, and change the Amplitude to 7.

  9. Put down an Attribute Wrangle SOP and connect the first input to the output of the Attribute Noise node.

  10. Use the VEXpression @pscale *= rand(@ptnum) * 4; to give each point a random scale so there is some variation in size.

  11. Put down a VDB from Particles SOP and connect the first input to the output of Attribute Wrangle node.

  12. Turn off the Distance VDB checkbox and turn on the Fog VDB checkbox (density attribute).

  13. Connect at VBD Smooth SOP and increase the Filter Voxel Radius to 5.

  14. Put down a Cloud Billowy Noise SOP and connect the first input to the output of the VDB Smooth node.

  15. Set the Amplitude to 5 and the Element Size to 2.

  16. Turn on Worley Details and change the Blend value to 0.5 for a more interesting look.

  17. Put down a Cloud Wispy Noise SOP and connect the first input to the output of the Cloud Billowy Noise node.

  18. Increase the Substeps to 2, the Amplitude to 50, and turn off the amplitude for the Y axis.

  19. Increase the Element Size to 25, turn on the Per Component button, and set the Element Scale to 0.5, 0.5, 1.

  20. Put down a Cloud Clip SOP and connect the first input to the output of the Cloud Wispy Noise node.

  21. Turn on Noise Displacement and increase the Amplitude to 2, and the Element Size to 5. This will make the bottom of the cloud have more interesting details.

Example: Cloud from curve

In this example, the Cloud Shape from Line node converts incoming curves to varied points that you can use to create clouds using VDB from Particles.

  1. Use the Spiral SOP to create a curve.

  2. Set the Turns to 2, and the Radius Scale to 25 to increase the size of the cloud.

  3. Put down a Cloud Shape from Line SOP and connect it to the output of the Spiral node.

  4. Set the Point Separation to 0.5, and the Particle Scale to 1.2

  5. On the Secondary Shapes tab, turn on Scatter, and set the Particle Scale to 0.5.

  6. Put down a VDB from Particles SOP and connect the first input to the output of Cloud Shape from Line node.

  7. Set the Voxel Size to 0.05, turn off the Distance VDB checkbox, turn on the Fog VDB checkbox (density attribute), and increase the Point Radius Scale to 2.

  8. Put down a Cloud Billowy Noise SOP and connect the first input to the output of the VDB from Particles node.

  9. Set the Amplitude to 2 and the Element Size to 3.

  10. Put down a Cloud Wispy Noise SOP and connect the first input to the output of the Cloud Billowy Noise node.

  11. Increase the Amplitude to 50, the Element Size to 5, and turn on the Evolve Noise checkbox to give it a more interesting look.

Example: Cloud from Polygons

This example shows how to create a cloud using a polygonal shape as the source. However, it uses VDB from Particles instead of VDB from Polygons since this method is faster.

  1. Put down a Sphere SOP and change the Primitive Type to Polygon.

  2. Set the Radius to 1, 0.4, 2, increase the Uniform Scale to 5, and Frequency to 10. This will make your cloud larger and give it an oval shape instead of a round one.

  3. Put down an Attribute Noise SOP and connect it to the output of the Sphere node.

  4. Change the Attribute Names from Cd to P, set the Range Values to Zero Centered, and change the Amplitude to 2.5.

  5. In the Noise Pattern section, change the Noise Type to Fast Simplex Cloud and increase the Element Size to 10.

  6. Put down a Cloud Shape from Polygon SOP and connect it to the output of the Sphere node.

  7. Set the Packing Density to 0.75.

  8. Put down a VDB from Particles SOP and connect the first input to the output of Cloud Shape from Polygon node.

  9. Set the Voxel Size to 0.05, turn off the Distance VDB checkbox, and turn on the Fog VDB checkbox (density attribute`).

  10. Put down a Cloud Billowy Noise SOP and connect the first input to the output of the VDB from Particles node.

  11. Set the Amplitude to 2 and the Element Size to 1.5.

  12. Turn on Worley Details and change the Blend value to 0.5.

  13. Put down a Cloud Wispy Noise SOP and connect the first input to the output of the Cloud Billowy Noise node.

  14. Increase the Amplitude to 50 and the Element Size to 7.

  15. Put down a Cloud Clip SOP and connect the first input to the output of the Cloud Wispy Noise node.

  16. Set the Distance to -1.3, and turn on Noise Displacement. This will flatten to bottom of the cloud and give it a more interesting look.

Geometry

Understanding

Modeling

Terrain

Fracturing

  • Destruction

    How to break different types of materials.

Clouds

Next steps

Guru level