Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Switching to another renderer when using postprocessing

オープン
#126 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
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

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

pmndrs/react-postprocessing のほかの issue

pmndrs/react-postprocessing の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。