优化 https://imgtec.eetrend.com/tags/3119/0 zh-hans 如何进行Drawcall优化? https://imgtec.eetrend.com/blog/2021/100553368.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/2021-09/%E5%8D%9A%E5%AE%A2/100553368-219081-6004479508_s.jpg?itok=oOP_Q-mf" 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>drawcall,也就是CPU通过调用图形接口,向GPU请求绘制数据的过程。CPU发出的请求会被封装成一个命令,并加入到命令队列。GPU执行完当前命令后,就会从命令队列再取一个命令执行。命令队列中,除了drawcall请求,还有状态切换的请求等。</p> </div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> Fri, 03 Sep 2021 09:01:14 +0000 demi 100553368 at https://imgtec.eetrend.com GPU编程中如何进行纹理优化? https://imgtec.eetrend.com/blog/2021/100552804.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/2021-08/%E5%8D%9A%E5%AE%A2/100552804-216560-yellow-01.jpg?itok=L9JTGTbl" 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>纹理是GPU编程中最常见的资源类型之一,因此针对纹理,我们可以有很多优化的方式。无论是哪种优化方式,都会基于以下核心思路:(1)显存减少;(2)带宽降低;(3)缓存友好;(4)采样次数减少。</p> </div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> Tue, 17 Aug 2021 01:42:38 +0000 demi 100552804 at https://imgtec.eetrend.com Unity5技巧:12个方法优化VR应用 https://imgtec.eetrend.com/blog/2021/100113241.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/2021-05/%E5%8D%9A%E5%AE%A2/100113241-207765-un-34.jpg?itok=4G_BeB41" 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>VR应用比非VR应用需要更强的计算,性能优化是一个很重要的任务。若目标平台是像GearVR这样的手机设备,优化就更重要了。</p> </div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> Thu, 27 May 2021 08:24:38 +0000 demi 100113241 at https://imgtec.eetrend.com 优化内容资源,你需要这张优化执行列表 https://imgtec.eetrend.com/blog/2021/100060913.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/2021-01/%E5%8D%9A%E5%AE%A2/100060913-119106-deer-130.jpg?itok=pfGs2uwQ" 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>游戏开发中在引擎基本定型的情况下,内容资源的优化对优化游戏起到主要的作用。不论是作为美术、策划、TA,在整个开发的不同阶段都需要有这个意识和执行力,了解自己的每一项内容操作及设置,会对游戏的运行有哪方面的影响(CPU,GPU,内容,包体等),以此指导内容的制作。</p> </div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> Tue, 12 Jan 2021 09:56:37 +0000 demi 100060913 at https://imgtec.eetrend.com 浅谈Unity3D游戏如何优化~ https://imgtec.eetrend.com/blog/2020/100050909.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-08/%E5%8D%9A%E5%AE%A2/100050909-103918-unity2.jpg?itok=6hqi-uXc" 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>作为一个入行不足三年的攻城狮来讲,讲引擎中的优化,经验确实不足,unity3D引擎作为一款侧重移动端游戏开发引擎来讲,优化游戏是确实有必要的,毕竟他要适配所有机型的前提下又要保证游戏画面的清晰度,特效的绚丽多彩,所以国内大部分游戏公司都要喜欢招收既会码代码又会做优化的复合人才。 废话不多说,直接上方案。 </p> </div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> Wed, 05 Aug 2020 09:38:34 +0000 demi 100050909 at https://imgtec.eetrend.com unity中的渲染优化技术——(游戏物体、UI、模型的优化,以及移动平台的一些优化) https://imgtec.eetrend.com/blog/2020/100050575.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-07/%E5%8D%9A%E5%AE%A2/100050575-102639-unity1.jpg?itok=6OJ-CedG" 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>和渲染优化相关的东西很多,大致可分为网格、着色器材质、光照和阴影。相关的优化技术有相机视椎体剔除、遮挡剔除、基于层的分类剔除与合并绘制调用。LOD降级分为着色器的LOD降级和LodGroup降级。</p> </div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> Fri, 17 Jul 2020 02:10:17 +0000 demi 100050575 at https://imgtec.eetrend.com unity中的渲染优化技术——(减少需要处理的顶点和片元数目) https://imgtec.eetrend.com/blog/2020/100050499.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-07/%E5%8D%9A%E5%AE%A2/100050499-102306--chs.jpg?itok=GQv7cUGC" 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>建模时尽可能减少模型中三角面片的数目,一些对于模型没有影响、或是肉眼非常难察觉到区别的顶点都要尽可能去掉。美术人员往往需要优化网格结构。很多三维软件都有相应的优化选项,可以自动优化网格结构。</p> </div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> Mon, 13 Jul 2020 07:10:57 +0000 demi 100050499 at https://imgtec.eetrend.com unity中的渲染优化技术——(减少draw call数目方法二:静态批处理、共享材质、批处理的选择) https://imgtec.eetrend.com/blog/2020/100050438.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-07/%E5%8D%9A%E5%AE%A2/100050438-102185-unity4.jpg?itok=B6lcJXVP" 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>相比于动态批处理来说,静态批处理适用于任何大小的几何模型。它的实现原理是,只在运行开始阶段,把需要进行静态批处理的模型合并到一个新的网格结构中,这意味着这些模型不可以在运行时刻被移动。但由于它只需要进行一次合并操作,因此比动态批处理更加高效。</p> </div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> Fri, 10 Jul 2020 03:54:05 +0000 demi 100050438 at https://imgtec.eetrend.com unity中的渲染优化技术——(减少draw call数目 方法一:动态批处理) https://imgtec.eetrend.com/blog/2020/100050388.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-07/%E5%8D%9A%E5%AE%A2/100050388-101914-nature-0.jpg?itok=QBGazObE" 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>批处理的实现原理就是为了减少每一帧需要的draw call数目。为了把一个对象渲染到屏幕上,CPU需要检查哪些光源影响了该物体,绑定shader并设置它的参数,再把渲染命令发送给GPU。</p> </div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> Wed, 08 Jul 2020 03:31:18 +0000 demi 100050388 at https://imgtec.eetrend.com unity中的渲染优化技术——(影响性能的因素、unity中的渲染分析工具) https://imgtec.eetrend.com/blog/2020/100050315.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-07/%E5%8D%9A%E5%AE%A2/100050315-101684-hua_2.jpg?itok=5cJVcasN" 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>游戏优化不仅是程序员的工作,更需要美工人员在游戏的美术上进行一定的权衡,例如避免使用全屏的屏幕特效,避免使用计算复杂的shader,减少透明混合造成的overdraw等。这是由程序和美工人员等各部分人员共同参与的工作。</p> </div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> Fri, 03 Jul 2020 09:07:03 +0000 demi 100050315 at https://imgtec.eetrend.com unity性能优化-GPU https://imgtec.eetrend.com/blog/2020/100047033.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-01/%E5%8D%9A%E5%AE%A2/100047033-88516-unity88.jpg?itok=yUi0_jNo" 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>GPU:负责整个渲染流水线。它会从处理CPU传递过来的模型数据开始,进行Vertex Shader、Fragment Shader等一系列工作,最后输出屏幕上的每个像素。因此它的性能瓶颈包括顶点、像素、显存等因素有关。</p> </div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> Fri, 10 Jan 2020 09:15:37 +0000 demi 100047033 at https://imgtec.eetrend.com Unity渲染优化(UI向) https://imgtec.eetrend.com/blog/2019/100043744.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/2019-06/%E5%8D%9A%E5%AE%A2/100043744-72476-unity88.jpg?itok=BloTsMNe" 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>我们经常用渲染管道(rendering pipeline)来描述渲染(rendering),而且有一点必须铭记在心:高效的渲染就是保证信息快速流通。</p> </div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> Mon, 17 Jun 2019 04:08:58 +0000 demi 100043744 at https://imgtec.eetrend.com Unity中的常见性能优化 https://imgtec.eetrend.com/blog/2019/100042180.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/2019-04/%E5%8D%9A%E5%AE%A2/100042180-65942-3.jpg?itok=vtsMUFcG" 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>对于不在摄像机拍摄范围内的对象,对这一对象的绘制是完全没有必要的,所以可以用到遮挡剔除技术:将静态物体勾选static;选择Windows-&gt;Occlusion Culling打开遮挡剔除窗口,单机Bake;修改bake界面的参数大小,可以修改Bake的单元的大小......</p> </div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> Fri, 12 Apr 2019 03:41:33 +0000 demi 100042180 at https://imgtec.eetrend.com Unity3D性能优化总结 https://imgtec.eetrend.com/blog/2019/100018802.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/2019-04/%E5%8D%9A%E5%AE%A2/100018802-64925-unity3.jpg?itok=_ClWYn26" 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>务必删除脚本中为空或不需要的默认方法; 只在一个脚本中使用OnGUI方法;避免在OnGUI中对变量、方法进行更新、赋值,输出变量建议在Update内; 同一脚本中频繁使用的变量建议声明其为全局变量,脚本之间频繁调用的变量或方法建议声明为全局静态变量或方法;不要去频繁获取组件,将其声明为全局变量......</p> </div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> Tue, 02 Apr 2019 02:27:44 +0000 joycha 100018802 at https://imgtec.eetrend.com 【下载】PowerVR低级GLSL优化 https://imgtec.eetrend.com/content/2019/100018673.html <!-- THEME DEBUG --> <!-- CALL: theme('field') --> <!-- FILE NAME SUGGESTIONS: * field--field-main-image--article.tpl.php * field--article.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/2019-03/wen_zhang_/100018673-64600-xz.jpg?itok=yqPgpJkh" 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--article.tpl.php * field--article.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>本文档描述了为PowerVR Rogue架构优化GLSL代码的方法。这些优化是低级的,因此可用于从硬件中获得最后10%的性能提升。在使用这些技术之前,有必要确保使用了最优的算法,并充分利用GPU。</p> </div> </div> </div> <!-- END OUTPUT from 'sites/all/themes/Imgtec/templates/field.tpl.php' --> Thu, 28 Mar 2019 02:16:50 +0000 demi 100018673 at https://imgtec.eetrend.com