光照贴图 https://imgtec.eetrend.com/tags/7793/0 zh-hans Unity shader之——基于光照贴图(lightmap)的烘焙详细介绍 https://imgtec.eetrend.com/blog/2020/100052677.html <!-- THEME DEBUG --> <!-- CALL: theme('field') --> <!-- FILE NAME SUGGESTIONS: * field--field-main-image--blog.tpl.php * field--blog.tpl.php * field--field-main-image.tpl.php * field--image.tpl.php x field.tpl.php --> <!-- BEGIN OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> <!-- This file is not used by Drupal core, which uses theme functions instead. See http://api.drupal.org/api/function/theme_field/7 for details. After copying this file to your theme's folder and customizing it, remove this HTML comment. --> <div class="field field-name-field-main-image field-type-image field-label-hidden"> <div class="field-items"> <div class="field-item even"><img class="img-responsive" src="https://cdn.eetrend.com/files/styles/picture400/public/2020-09/%E5%8D%9A%E5%AE%A2/100052677-106421-unity4.jpg?itok=zC0itp32" width="400" height="220" alt="" /></div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> <!-- THEME DEBUG --> <!-- CALL: theme('field') --> <!-- FILE NAME SUGGESTIONS: * field--body--blog.tpl.php * field--blog.tpl.php * field--body.tpl.php * field--text-with-summary.tpl.php x field.tpl.php --> <!-- BEGIN OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> <!-- This file is not used by Drupal core, which uses theme functions instead. See http://api.drupal.org/api/function/theme_field/7 for details. After copying this file to your theme's folder and customizing it, remove this HTML comment. --> <div class="field field-name-body field-type-text-with-summary field-label-hidden"> <div class="field-items"> <div class="field-item even"><p>光照贴图(Lightmap)是一种效果明显的模拟光照的方法,这种光照贴图需要提前渲染,因此可以应用在静态效果图中,属于全局照明技术。但是这种方法一般只适用于静态物体。当然unity做了很多工作,可以让我们混合使用静态光照贴图和动态实时光源,无缝地照亮场景中静态或动态的物体。</p> </div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> Thu, 10 Sep 2020 05:47:48 +0000 demi 100052677 at https://imgtec.eetrend.com