donmccurdy / glTF-Transform-View

Syncs a glTF-Transform Document with a three.js scene graph.
Other
49 stars 9 forks source link

Performance review #61

Closed donmccurdy closed 1 year ago

donmccurdy commented 1 year ago

Going through various TODO(perf) links in codebase.

donmccurdy commented 1 year ago

Related to #6. It'd be much easier to debug performance on update cycles, with some way to visualize the chain of events. Performance hasn't been an issue so far, so I think it may be too soon to dig into this quite yet.