@intelligentgraphics/openconfiguration
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -342,2 +342,7 @@ declare namespace Cns { | ||
/** | ||
* Displacement map for material structures. Used only for high def renderings | ||
* with suitable high def meshes | ||
*/ | ||
displacement?: Nullable<TextureMap>; | ||
/** | ||
* Default mapping, may be overridden by specific texture maps. | ||
@@ -352,3 +357,8 @@ */ | ||
* Optional geometry-related parameters, to be resolved at client-side. | ||
* "DisplacementBase" | ||
* Like in Blender | ||
* | ||
* "DisplacementScale" | ||
* Like in Blender | ||
* | ||
* "DoNotRescale": | ||
@@ -366,3 +376,3 @@ * Marks the material as not re-scaleable. Re-scaling can be applied | ||
*/ | ||
parameters?: Nullable<Record<"DoNotRescale" | "Overlay", object>>; | ||
parameters?: Nullable<Record<"DisplacementBase" | "DisplacementScale" | "DoNotRescale" | "Overlay", object>>; | ||
} | ||
@@ -369,0 +379,0 @@ } |
{ | ||
"name": "@intelligentgraphics/openconfiguration", | ||
"version": "1.4.0", | ||
"description": "OpenConfiguration 1.4.0 (1.4.0.100)", | ||
"version": "1.4.1", | ||
"description": "OpenConfiguration 1.4.1 (1.4.1.100)", | ||
"license": "./LICENSE", | ||
@@ -6,0 +6,0 @@ "publishConfig": { |
@@ -187,3 +187,3 @@ { | ||
"AlphaColorMap": { | ||
"description": "Texture map with additional color value and alpha mode. The relationship between both will be defined in the application context.", | ||
"description": "Texture map with additional color value. The relationship between both will be defined in the application context.", | ||
"type": "object", | ||
@@ -190,0 +190,0 @@ "required": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119807
3259
216