码迷,mamicode.com
首页 > 其他好文 > 详细

Vertex Lit

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

标签:des   style   color   os   strong   io   html   ar   

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

标签:des   style   color   os   strong   io   html   ar   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!