You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm actually trying to figure out how to reduce the codebase size a little.
I'm not sure if Renderer.hasEvents(true) is used anywhere in JS or Ossia bindings, I can't find an example except in Ossia plugin's trackIsOver() method ...
Could the countLastEvent / lastEventPulled stuff be removed from Renderer.h ? lastEventPulled isn't even reset to false anywhere so I guess it's not really used anymore ... ?
The text was updated successfully, but these errors were encountered:
I'm actually trying to figure out how to reduce the codebase size a little.
I'm not sure if
Renderer.hasEvents(true)
is used anywhere in JS or Ossia bindings, I can't find an example except in Ossia plugin'strackIsOver()
method ...Could the
countLastEvent
/lastEventPulled
stuff be removed fromRenderer.h
?lastEventPulled
isn't even reset to false anywhere so I guess it's not really used anymore ... ?The text was updated successfully, but these errors were encountered: