首页 > 其他 > 详细

Vertex Lit

时间:2014-07-26 17:06:21      阅读:453      评论:0      收藏:0      [点我收藏+]

Vertex Lit

  Vertex Lit path generally renders each object in one pass, with lighting from all lights calculated at object vertices.

  It‘s the fastest rendering path and has widest hardware support (however, keep in mind: it does not work on consoles).

  Since all lighting is calculated at vertex level, this rendering path does not support most of per-pixel effects:

    1)shadows

    2)normal mapping

    3)light cookies

    4)highly detailed specular highlights

参考:file://localhost/Applications/Unity/Unity.app/Contents/Documentation/Documentation/Components/RenderTech-VertexLit.html

Vertex Lit,布布扣,bubuko.com

Vertex Lit

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

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