[V8i C++] - Is level table dirty?

Hello.
Is there a way to determine if level table of model reference contains changes, so I should use mdlLevelTable_rewrite?

Thanks in advance.

Parents Reply
  • What type of (model reference) changes are you looking to determine and are you looking for notification, or to perform a manual (programmatic) comparison?  e.g. Call mdlLevelTable_getDisplayMask(modelRef) once prior to an operation, then again at a later point to see if anything has changed.

    If you could provide a little more insight about the problem you are attempting to solve I may be able to identify a different approach.  Unfortunately, the level bitmask isDirty is a private method and the best we can do is notify an application once a change is about to propagate through.



Children