-
-
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
Fix Material Resolved with Texture References #1076
Conversation
Codecov ReportBase: 34.28% // Head: 34.29% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1076 +/- ##
=======================================
Coverage 34.28% 34.29%
=======================================
Files 336 336
Lines 14504 14506 +2
Branches 2225 2227 +2
=======================================
+ Hits 4973 4975 +2
- Misses 8990 8992 +2
+ Partials 541 539 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
* commit 'b391c7441fc934139bf74d997424627b33ea9779': Fix physics lite raycast bug (galacean#999) (galacean#1104) fix: resource parser error (galacean#1105) v0.8.0-beta.31 feat: add release action (galacean#1102) Fix `Compoment`/`Script` `onDisable` and `onEnable` bug (galacean#1087) Revert "fix: onDisable() call back scene is null bug (galacean#1098)" (galacean#1101) fix: onDisable() call back scene is null bug (galacean#1098) Add AnimatorController loader for AniamtorController Editor (galacean#1078) v0.8.0-beta.30 fix: pointer moving delta bug (galacean#1083) v0.8.0-beta.29 fix: texture load bug in miniprogram (galacean#1077) v0.8.0-beta.28 v0.8.0-beta.27 Fix Material Resolved with Texture References (galacean#1076) Support glTF materials remap (galacean#1034) Fix wrong word recieveShadow to receiveShadow (galacean#1065) # Conflicts: # lerna.json # packages/core/package.json # packages/core/src/shadow/Extension.ts # packages/core/src/shadow/ShadowFeature.ts # packages/design/package.json # packages/draco/package.json # packages/loader/package.json # packages/loader/src/index.ts # packages/loader/src/resource-deserialize/index.ts # packages/loader/src/resource-deserialize/resources/animatorController/type.ts # packages/math/package.json # packages/oasis-engine/package.json # packages/physics-lite/package.json # packages/physics-physx/package.json # packages/rhi-webgl/package.json # tests/package.json
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: