Skip to content

Conversation

@oscarlorentzon
Copy link
Member

Motivation

Make spatial visualization responsive for up to ~10k cameras in view

Contribution

  • Logarithmic raycasting complexity through Octree structure for cameras
  • Linear camera frame render complexity improved through less objects, less render calls, and less matrix updates
  • Add spatial intersect API to raycast camera frames
  • Rename spatial configuration tilesVisible property to cellsVisible
  • Add spatial configuration cell grid depth property

Test Plan

yarn lint
yarn build
yarn test
yarn start

@oscarlorentzon oscarlorentzon added this to the 4.0.0 milestone Apr 29, 2021
@oscarlorentzon oscarlorentzon merged commit 6239a95 into main Apr 29, 2021
@oscarlorentzon oscarlorentzon deleted the feature-spatial-perf branch April 29, 2021 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants