Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(BoundingBox): add isBoundChange tag to Entity #257

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

hellmor
Copy link
Collaborator

@hellmor hellmor commented Jul 21, 2023

Add tags to entity to check for any changes in the bound, and optimize the repeated calculation of the bound

Add tags to entity to check for any changes in the bound, and optimize the repeated calculation of the bound
@hellmor hellmor added the feature New feature or request label Jul 21, 2023
@hellmor hellmor added this to the 0.6 milestone Jul 21, 2023
@X-OldGentleMan X-OldGentleMan merged commit 70ece43 into Orillusion:dev Jul 24, 2023
1 check passed
@hellmor hellmor deleted the perfBoundingBox branch July 25, 2023 06:58
@lslzl3000 lslzl3000 mentioned this pull request Jul 28, 2023
lslzl3000 added a commit that referenced this pull request Jul 29, 2023
## [0.6.7](v0.6.6...v0.6.7) (2023-07-28)

### Bug Fixes

* **engine:** Fixed a series of errors ([#255](#255)) ([1b30982](1b30982)) ([#264](#264)) ([6ae06db](6ae06db)) ([#258](#258)) ([e5153df](e5152df)) 
* **light:** fix light enable ([#266](#266)) ([50429ea](50429ea))
* **AtmosphericScattering:** fix sky Rendering error on Mac ([#254](#254)) ([5b57016](5b57016))

### Features

* **build:** add non-minified dist version ([acb1c7c](acb1c7c))
* **samples:** new graphic/grass/terrain/drawcall/physics samples ([#265](#265)) ([6e51c74](6e51c74)) ([#258](#258)) ([e5153df](e5152df))
* **globalFog:** add feature of height fog ([#250](#250)) ([e9e2f83](e9e2f83))
* **grass:** add grass system ([#258](#258)) ([e5153df](e5152df))
* **material:** add LambertMaterial ([#258](#258)) ([e5153df](e5152df))
* **collider:** support MeshCollider ([#264](#264)) ([6ae06db](6ae06db))


### Performance Improvements

* **BoundingBox:** add isBoundChange tag to Entity ([#257](#257)) ([70ece43](70ece43))
@lslzl3000 lslzl3000 mentioned this pull request Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants