3DTilesRendererJS icon indicating copy to clipboard operation
3DTilesRendererJS copied to clipboard

TilesRendererBase: Add more "structure" for cached, per-engine fields

Open gkjohnson opened this issue 1 year ago • 1 comments

Related to #422

  • Ie add a "cached" (or similarly named) object to tiles in the "Base" class implementation and existing slots for canonical objects, like "scene" or "content"
  • Sub classes like three.js can reliably set these fields so the base class can use them in function signatures - subclasses can otherwise set any other fields needed.

gkjohnson avatar Dec 19 '24 03:12 gkjohnson

This change will also allow more events to be moved to the TilesRendererBase since the event content passes the "scene" to the event body.

gkjohnson avatar Jan 21 '25 13:01 gkjohnson