zoukankan      html  css  js  c++  java
  • [Unity3D]Light说明

    • Shader type: No shader是性能最高的选项:

    • Render mode说明:Auto是系统在判定只有在关键帧的时候才渲染,其余Frame不渲染,这样能提高性能

    • 若是固定的物体,则可以设置为Static,并且将灯光重新baking: Windows-> Lighting中点击Build

    • 如何设置的是一个房间,则在General GI中设置如下,原因是:On mobile, we don’t have a lot of computation power or memory, so we need to save on anything we can. While it is great to get a lot higher fidelity with Directional Specular lightmapping, we just simply cannot afford it.
      Maybe one day in the future when mobile phones are as strong as computers today, we can use it. Until then, we will stick with Non-Directional. That said, it still looks pretty good.
  • 相关阅读:
    Java 标识符
    Java 关键字详解
    Java 语言的主要特性
    redis学习
    垃圾回收
    JVM内存结构
    sql总结(DML)
    sql总结(DDL)
    加密算法
    《数据结构》 定长顺序串常用操作代码集合
  • 原文地址:https://www.cnblogs.com/xiuj/p/6360161.html
Copyright © 2011-2022 走看看