Render Texture (レンダーテクスチャ) は、ランタイムに作成、更新される特殊な テクスチャ です。使用するには、まず新しいレンダーテクスチャを作成し、カメラ の 1 つを指定して、そこにレンダリングします。次に、通常のテクスチャのように、マテリアル のレンダーテクスチャを使用できます。Unity Standard Assets の ウォーター プレハブは、リアルタイムの反射と屈折を作成するために、レンダーテクスチャを現実世界で使用する例の 1 つです。
Render Texture Inspector は、他のインスペクターとは異なりますが、Texture Inspector に非常に似ています。
Render Texture インスペクターは、リアルタイムで現在のレンダーテクスチャのコンテンツを表示します。これは、レンダーテクスチャを使用するエフェクトの非常に貴重なデバッグツールと言えます。
プロパティー | 機能 |
---|---|
Size | レンダーテクスチャのサイズ (単位: ピクセル)。2 のべき乗の値のサイズが選択できることに注目してください。 |
Anti-Aliasing | 適用するアンチエイリアスの量。なし、2、4、8 サンプル |
Depth Buffer | デプスバッファーのタイプ。なし、16 ビット、 24 ビット |
Wrap Mode | テクスチャのタイリング方法を選択します。 |
Repeat | テクスチャ自体が繰り返します (タイリング)。 |
Clamp | テクスチャの縁部分が伸長します。 |
Filter Mode | 3D 変形で伸長される際に、テクスチャをどのようにフィルタリングするかを選択します。 |
No Filtering | 拡大したテクスチャをブロック状にします。 |
Bilinear | 拡大したテクスチャをぼかします。 |
Trilinear | Bilinear に似ていますが、テクスチャを異なるミップレベル間でもぼかします。 |
Aniso Level | 急角度から見たときのテスクチャの品質を向上します。床や地面のテクスチャに適しています。 |
以下の手順で、ゲーム内で、ライブアリーナカメラを非常に素早く作成できます。
2017–09–19 限られた 編集レビュー で修正されたページ
GameObject メニューは Unity 4.6 で変更
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.