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

[共通] デフォルトのシーンは深度バッファを持たないようにする #648

Closed
Reputeless opened this issue Sep 20, 2021 · 1 comment

Comments

@Reputeless
Copy link
Member

v0.6.0 現在、デフォルトのシーンも深度バッファを作成するが、これをやめる?

利点:

  • メモリ消費が減る
  • シーンリサイズ時のパフォーマンスが向上する

欠点

  • デフォルトのシーンに 3D 描画をしても深度バッファが効かなくなる(そのようなサンプルは現在無い)
  • 2D 描画で深度バッファが使えない(現在 2D 描画で深度を扱う機能は提供していない)
@Reputeless Reputeless added this to ToDo in v0.6 Roadmap Sep 28, 2021
@Reputeless Reputeless changed the title デフォルトのシーンは深度バッファを持たなくても良い? [共通] デフォルトのシーンは深度バッファを持たないようにする Sep 28, 2021
@Reputeless
Copy link
Member Author

Web 版でも b08ddaa の作業を実施 (@nokotan )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant