Sebastien Vandenberghe 7 年之前
父节点
当前提交
d299ab332f
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      inspector/src/properties.ts

+ 6 - 0
inspector/src/properties.ts

@@ -121,6 +121,12 @@ module INSPECTOR {
         'PhysicsImpostor': {
             type: BABYLON.PhysicsImpostor
         },
+        'ImageProcessingConfiguration': {
+            type: BABYLON.ImageProcessingConfiguration
+        },
+        'ColorCurves': {
+            type: BABYLON.ColorCurves
+        }
     }
 
 }