Skip to content
New issue

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

[BUG]: 天空盒bitmapcube加载注释错误 #388

Closed
Davidyanlong opened this issue Apr 17, 2024 · 1 comment · Fixed by #421
Closed

[BUG]: 天空盒bitmapcube加载注释错误 #388

Davidyanlong opened this issue Apr 17, 2024 · 1 comment · Fixed by #421
Labels
bug Something isn't working

Comments

@Davidyanlong
Copy link

Bug描述

这里的注释顺序是nx, px, ,py, ny, nz, pz
f45506e6f0938e6f360a31781775dac
正确的顺序应该是px, nx, py, ny, pz, nz

Bug复现流程

ef5a0978f64ea4f1238460e038ac618

期待的结果

正确的呈现天空盒

报错截图

如果可以,提供发生错误的截图

测试引擎版本:

v0.7.2

本机系统 (请填写完整):

  • OS: win
  • Browser: chrome
  • Version: 123

本机配置

  • CPU: e.g. Intel I7 13700, Apple M2
  • Graphics Card: e.g, Intel UHD 670, Apple M2, GTX 3070
@Davidyanlong Davidyanlong added the bug Something isn't working label Apr 17, 2024
@orillusion-admin
Copy link
Contributor

能给我们一套比较完善的素材么?我们用来测试下,看看这个顺序是具体哪里的问题~

@lslzl3000 lslzl3000 linked a pull request Jul 18, 2024 that will close this issue
lslzl3000 added a commit that referenced this issue Jul 18, 2024
* fix(doc): fix TextureCube order

* Update Res.ts

* Update BitmapTextureCube.ts
lslzl3000 added a commit that referenced this issue Jul 21, 2024
## [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}`
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants