首页 > 其他 > 详细

Render Texture

时间:2014-07-27 21:54:49      阅读:419      评论:0      收藏:0      [点我收藏+]

Render Texture

  Render Textures are special types of Textures that are created and updated at runtime. To use them, you first create a new Render Texture and designate one of your Cameras to render into it. Then you can use the Render Texture in a Material just like a regular Texture.

  The Water prefabs in Unity Standard Assets are an example of real-world use of Render Textures for making real-time reflections and refractions.

  Render Textures are a Unity Pro feature.

  bubuko.com,布布扣  

  与Camera结合后,Render Texture可以用于实现镜子效果。

参考:file://localhost/Applications/Unity/Unity.app/Contents/Documentation/Documentation/Components/class-RenderTexture.html

Render Texture

原文:http://www.cnblogs.com/tekkaman/p/3871236.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!