Sebastien Vandenberghe hace 7 años
padre
commit
d299ab332f
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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
+        }
     }
 
 }