Switching to another renderer when using postprocessing
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 25/100
- issue の種類
- 機能追加
- 明瞭さ
- 説明が足りない
- 活発さ
- 停滞
- 技術スタック
- react, three.js, typescript
調査の方向性
リンク先の postprocessing の使用ガイドと、react-three-fiber で使用されている renderer の設定から始めます。シーンを保持したまま renderer の設定を変更できるかどうかを確認し、react-postprocessing における実用的な切り替え方法または制約を文書化してください。
索引モデルが issue の本文から書いたものです。
説明
Let's say we have a scene and a GUI switch that enables/disables some postprocessing effects.
The optimal renderer settings depend on whether we use postprocessing or not, for example, an optimal postprocessing workflow requires the following settings among others:
{
antialias: false,
depth: false
}
And to render directly to the screen (without postprocessing), we need these values:
{
antialias: true,
depth: true
}
As far as I know, renderer settings cannot be changed on the fly.
What is the best practical solution in this situation?
Is it possible to switch renderer back and forth while keeping the same scene?
If so, how to implement it with react-postprocessing and react-three-fiber?
- 主要言語
- TypeScript
- スター
- 1.4k
- フォーク
- 134
- 平均マージ
- 4分
- マージ済み PR(30日)
- 4
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
pmndrs/react-postprocessing のほかの issue
-
難易度 3/5 1〜2日 初心者へのやさしさ 42/100
pmndrs/react-postprocessing#343 · コメント 1 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
pmndrs/react-postprocessing#286 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
pmndrs/react-postprocessing#280 · コメント 2 件 · リアクション 1 件 ·
-
enhancement
pmndrs/react-postprocessing#253 · リアクション 4 件 · 担当者 1 名 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 25/100
pmndrs/react-postprocessing#240 · コメント 1 件 · リアクション 1 件 ·
pmndrs/react-postprocessing の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
mksglu/context-mode#1200 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
jaegertracing/jaeger-ui#4506 ·
-
area:desktop area:ui bug platform:macos
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
anthropics/claude-code#96687 ·
-
good first issue
難易度 1/5 1時間未満 初心者へのやさしさ 95/100
AOSSIE-Org/DebateAI#582 · コメント 2 件 ·