Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Disk Radius Script Not Working
#3
(24-06-2020, 12:05 PM)josemendez Wrote: 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.

thank you so much, it works! in terms of expense, should i keep this out of the update function entirely and only called periodically? or is it just expensive relative to the other parameters and so it won't destroy performance in the update?
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 goldenmommy - 24-06-2020, 07:14 PM