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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
这里的注释顺序是nx, px, ,py, ny, nz, pz 正确的顺序应该是px, nx, py, ny, pz, nz
正确的呈现天空盒
如果可以,提供发生错误的截图
v0.7.2
The text was updated successfully, but these errors were encountered:
能给我们一套比较完善的素材么?我们用来测试下,看看这个顺序是具体哪里的问题~
Sorry, something went wrong.
fix(doc): fix TextureCube order (#388) (#421)
7e4e15d
* fix(doc): fix TextureCube order * Update Res.ts * Update BitmapTextureCube.ts
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}`
Successfully merging a pull request may close this issue.
Bug描述
这里的注释顺序是nx, px, ,py, ny, nz, pz

正确的顺序应该是px, nx, py, ny, pz, nz
Bug复现流程
期待的结果
正确的呈现天空盒
报错截图
如果可以,提供发生错误的截图
测试引擎版本:
v0.7.2
本机系统 (请填写完整):
本机配置
The text was updated successfully, but these errors were encountered: