Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Obi Particle Attachment marking constraint as dirty every frame
#1
When using ObiParticleAttachment as Dynamic constraint, the constraints are set to dirty every frame.
This causes the constraints to be re-created every frame which allocates GC every frame. 

A good example of what I mean is in the "Rocker" sample scene. I see 1 KB GC being allocated every frame.

Is there some way to check if the constraint actually changed before it is marked as dirty?
Reply


Messages In This Thread
Obi Particle Attachment marking constraint as dirty every frame - by Kristianstoyl - 21-10-2020, 04:10 PM