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

fix(engine): Fixed a series of issues and improved functionality #255

Merged
merged 3 commits into from
Jul 24, 2023

Conversation

hellmor
Copy link
Collaborator

@hellmor hellmor commented Jul 18, 2023

  1. Supports MeshCollider;

  2. Expand attribute animation to support more attribute curves and fix bugs in clone PropertyAnimation;

  3. After picking up the UI from the GUI, it no longer penetrates into the 3D space to pick up 3D objects;

  4. Support GUI for adaptive scaling based on screen size;

  5. Fix a bug caused by UI Image switching to sprites belonging to different atlases in the GUI.

  6. Fix bug: MeshRender clone;

  7. Added API (getBaseColor) for material to obtain references to baseColor;

  8. Improve the clone method of UnLitMaterial;

1. Supports MeshCollider;

2. Expand attribute animation to support more attribute curves and fix bugs in clone PropertyAnimation;

3. After picking up the UI from the GUI, it no longer penetrates into the 3D space to pick up 3D objects;

4. Support GUI for adaptive scaling based on screen size;

5. Fix a bug caused by UI Image switching to sprites belonging to different atlases in the GUI.

6. Fix bug: MeshRender clone;

7. Added API (getBaseColor) for material to obtain references to baseColor;

8. Improve the clone method of UnLitMaterial;
@hellmor hellmor added the bug Something isn't working label Jul 18, 2023
@hellmor hellmor added this to the 0.6 milestone Jul 18, 2023
@hellmor hellmor assigned lslzl3000 and unassigned lslzl3000 Jul 18, 2023
@hellmor hellmor requested a review from lslzl3000 July 18, 2023 02:29
Fix errors of SphereColliderShape.ts
decoration errors of experimentalDecorators
@X-OldGentleMan X-OldGentleMan merged commit 1b30982 into Orillusion:dev Jul 24, 2023
1 check passed
@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
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants