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: wrong word recieveShadow to receiveShadow #1065

Merged
merged 1 commit into from
Sep 22, 2022

Conversation

shiguanghai
Copy link
Contributor

Ps: 官方示例文档 中给出的 shadow 示例 cubeRenderer["recieveShadow"] = !castShadow; 也需要更改。

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@yangfengzzz yangfengzzz added the good first issue Good for newcomers label Sep 21, 2022
@codecov-commenter
Copy link

Codecov Report

Base: 34.34% // Head: 34.33% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (5a0d581) compared to base (8bceb30).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1065      +/-   ##
==========================================
- Coverage   34.34%   34.33%   -0.02%     
==========================================
  Files         335      335              
  Lines       14487    14487              
  Branches     2221     2221              
==========================================
- Hits         4976     4974       -2     
  Misses       8974     8974              
- Partials      537      539       +2     
Impacted Files Coverage Δ
packages/core/src/shadow/Extension.ts 18.75% <0.00%> (ø)
packages/core/src/shadow/ShadowFeature.ts 2.56% <0.00%> (ø)
packages/math/src/Color.ts 89.28% <0.00%> (-3.58%) ⬇️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@GuoLei1990
Copy link
Member

GuoLei1990 commented Sep 22, 2022

感谢!我们已经在0.9 里程碑中重新设计了阴影,详见: #985
但不影响该 PR 合并到现在的 main 分支。

@GuoLei1990 GuoLei1990 added the bug Something isn't working label Sep 22, 2022
@GuoLei1990 GuoLei1990 merged commit 90d4990 into galacean:main Sep 22, 2022
GuoLei1990 added a commit to GuoLei1990/galacean-engine that referenced this pull request Oct 17, 2022
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants