We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.orillusion.com/guide/graphics/shadow.html 阴影介绍中的阴影类型案例,当把阴影类型设置为PCF时,画面不显示,控制台报错
在自己的项目中,阴影设置类型为PCF,也是同样的报错以及不显示画面
0.7.2
The text was updated successfully, but these errors were encountered:
fix(PCF): PCF shadow error (#371)
c47257c
release v0.8.2
bafad6a
## [0.8.2](v0.8.1...v0.8.2) (2024-07-21) ### Bug Fixes * **doc:** fix TextureCube order ([#388](#388)) ([#421](#421)) ([7e4e15d](7e4e15d)) * **MeshRenderer:** replace geometry error ([#415](#415)) ([c79e287](c79e287)) * **PCF:** PCF shadow error ([#371](#371)) ([c47257c](c47257c)) * **pick:** fix undefined values ([#416](#416)) ([5548467](5548467)) * **pick:** fix gui pick events ([#422](#422)) ([367f469](367f469)) * **pick:** fix right click ([#418](#418)) ([b248c45](b248c45)) ### BREAKING CHANGES * **PointerEvent3D:** simplified `event.data` with `{worldPos, screenUv, meshID, worldNormal}`
No branches or pull requests
Bug描述
https://www.orillusion.com/guide/graphics/shadow.html
阴影介绍中的阴影类型案例,当把阴影类型设置为PCF时,画面不显示,控制台报错
在自己的项目中,阴影设置类型为PCF,也是同样的报错以及不显示画面
报错截图
测试引擎版本:
0.7.2
The text was updated successfully, but these errors were encountered: