Sebastien Vandenberghe %!s(int64=7) %!d(string=hai) anos
pai
achega
d299ab332f
Modificáronse 1 ficheiros con 6 adicións e 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
+        }
     }
 
 }