2015-11 month report

20151101~2015117

  • UI frameword
    • 重构 nelf/Toolbar(completed, 20151102)
    • window shortcut(doing)
    • Effect UI
    • Simple Material Window
    • window dock(Visual Studio Style)
  • Object Controller
    • Rotation Controller(completed, 20151102)
    • Translation Controller(20151103)
    • Scale Controller(20151105)
    • Picking Helper(20151105)
  • Light Controller
    • Spot Light Mesh(2015117)
    • Directional Light Mesh(2015117)
    • Point Light Mesh(2015117)
    • Light Parameters UI
  • Others
    • 追查渲染速度变慢的原因(新的 mesh 框架) (20151103)
      • 原因是 cow.obj 有300多个 meshpart, 默认情况下每一个 meshpart 都会切换一次 effect, GpuConstantTable 等,因此就导致的速度很慢。