Changeset View
Changeset View
Standalone View
Standalone View
object_cloud_gen.py
| Context not available. | |||||
| pDensity.point_density.turbulence_strength = 6.3 | pDensity.point_density.turbulence_strength = 6.3 | ||||
| pDensity.point_density.turbulence_scale = 2.9 | pDensity.point_density.turbulence_scale = 2.9 | ||||
| pRampElements[1].position = .606 | pRampElements[1].position = .606 | ||||
| pDensity.point_density.radius = pDensity.point_density.radius + 0.1 | pDensity.point_density.radius += 0.1 | ||||
| elif scene.cloud_type == '2': # Cirrus | elif scene.cloud_type == '2': # Cirrus | ||||
| print("Cirrus") | print("Cirrus") | ||||
| Context not available. | |||||