-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
Dev/asset file #876
Merged
Merged
Dev/asset file #876
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test: Use Floss and Chai to Replace Jest
* fix(transform):local translate
* feat: add `dependentComponents` decorator
* ci: remove ci on node 12 * test: fix version
* feat(renderer): add `priority` for renderer to order
* refactor: fix skybox mirror problem
* fix: change `region` and `pivot` origin to left-bottom
* v0.7.0-beta.4 * Update README.md * Update README.md * Update README.md * Add component denpendent decorator (galacean#796) (galacean#807) * feat: add `dependentComponents` decorator * fix(Renderer): destroy crash when material is null (galacean#808) * Improve BlendShape when use attribute mode (galacean#804) * feat: improve BlendShape when use attribute mode * v0.7.0-beta.5 * refactor: fix skybox mirror problem * fix: fixed the bug of animator revert when blendWeight length exceeds 4 (galacean#817) * fix: fixed the bug of animator revert when blendWeight length exceeds 4 * v0.7.0-beta.6 * refactor: fix shader * fix(text): fix horizontal and vertical alignment error (galacean#772) * fix(text): fix horizontal alignment error Co-authored-by: luzhuang <364439895@qq.com> Co-authored-by: singlecoder <singlecoder2014@gmail.com>
* feat: add `CharacterController` for physX backend
refactor: optimization camera code
* main: v0.7.0-beta.7 refactor: rename (galacean#827) Improve ShaderData Macro feature (galacean#823) refactor: clear import (galacean#825) types: export `BoolUpdateFlag` type (galacean#822) Fix crossFade bug when two AnimatorState use one AnimationClip (galacean#766) fix(text): fix horizontal and vertical alignment error (galacean#772) v0.7.0-beta.6 fix: fixed the bug of animator revert when blendWeight length exceeds 4 (galacean#817) v0.7.0-beta.5 Improve BlendShape when use attribute mode (galacean#804) fix(Renderer): destroy crash when material is null (galacean#808) Add component denpendent decorator (galacean#796) (galacean#807) Update README.md Update README.md Update README.md v0.7.0-beta.4
Merge latest main
…e` to `set` (galacean#844) * feat: refactor `cloneTo` to `copyFrom` for math library * feat: rename `setValue` to `set` for math library
* fix: transform`translate` and `rotate` space bug * refactor: opt comments
…cean#828) * feat: add sprite draw mode(support simple and sliced)
* feat: `InputManager` support pointer button and wheel
…, `HingeJoint` (galacean#853) * feat: basic physics joint
* feat(text): use char cache mode for TextRenderer
…galacean#861) * refactor(text): optimization performance for `TextRenderer` to update world positions
* fix: `pointer` position bug * fix: `pointerMovingDelta` value bug * fix: input `onPointerXX` bug not follow `Camera` cullingMask
gz65555
approved these changes
Jul 20, 2022
GuoLei1990
approved these changes
Jul 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
merge dev/0.8 into asset-file