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
+        }
     }
 
 }