Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Disk Radius Script Not Working
#2
After setting any property of a emitter shape, you need to recalculate the emission point distribution. This is a relatively expensive operation, and so must be called explicitly. Try:
Code:
disk.GenerateDistribution();
after setting its radius.
Reply


Messages In This Thread
Disk Radius Script Not Working - by goldenmommy - 24-06-2020, 10:23 AM
RE: Disk Radius Script Not Working - by josemendez - 24-06-2020, 12:05 PM