-
-
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
Merge latest dev/0.8 to dev/asset-file #860
Merged
Merged
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
* dev/0.8: (28 commits) v0.8.0-alpha.3 v0.8.0-alpha.2 Use char cache mode for TextRenderer (galacean#837) Add basic physics joint component include `FixedJoint`, `SpringJoint`, `HingeJoint` (galacean#853) `InputManager` support pointer button and wheel (galacean#831) fix: TextureCube is left-hand,so x need inverse (galacean#855) Add SpriteRenderer drawMode property(support simple and sliced) (galacean#828) v0.8.0-alpha.1 v0.8.0-alpha.0 Feat(core): add more clear flag item for Camera.clearFlags (galacean#843) Fix transform`translate` and `rotate` space bug (galacean#847) Refactor `cloneTo` to `copyFrom` for math library and rename `setValue` to `set` (galacean#844) optimization camera code (galacean#830) feat: physics character controller (galacean#818) v0.7.0-beta.7 refactor: rename (galacean#827) Merge latest main (galacean#820) fix: change `region` and `pivot` origin to left-bottom (galacean#809) Fix SkyBox render mirror problem (galacean#816) feat: add `priority` for renderer to order(galacean#803) ... # Conflicts: # lerna.json # packages/core/package.json # packages/core/src/2d/dynamic-atlas/DynamicTextAtlas.ts # packages/core/src/2d/sprite/Sprite.ts # packages/core/src/2d/sprite/SpriteMask.ts # packages/core/src/2d/sprite/SpriteRenderer.ts # packages/core/src/2d/text/TextRenderer.ts # packages/core/src/Renderer.ts # packages/core/src/Transform.ts # packages/core/src/physics/index.ts # packages/design/package.json # packages/design/src/physics/IPhysics.ts # packages/draco/package.json # packages/loader/package.json # packages/loader/src/SpriteAtlasLoader.ts # packages/math/package.json # packages/math/src/CollisionUtil.ts # packages/math/src/Vector2.ts # packages/math/src/Vector3.ts # packages/math/src/Vector4.ts # packages/oasis-engine/package.json # packages/physics-lite/package.json # packages/physics-lite/src/LitePhysics.ts # packages/physics-physx/package.json # packages/physics-physx/src/PhysXPhysics.ts # packages/resource-process/package.json # packages/resource-process/tsconfig.json # packages/rhi-webgl/package.json # tests/package.json
GuoLei1990
changed the title
Merge latest dev/0-.8 to dev/asset-file
Merge latest dev/0.8 to dev/asset-file
Jul 11, 2022
JujieX
approved these changes
Jul 11, 2022
gz65555
approved these changes
Jul 11, 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.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information: