@intelligentgraphics/openconfiguration
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -0,0 +0,0 @@ declare namespace Cns { |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "@intelligentgraphics/openconfiguration", | ||
"version": "1.4.1", | ||
"description": "OpenConfiguration 1.4.1 (1.4.1.100)", | ||
"version": "1.4.2", | ||
"description": "OpenConfiguration 1.4.2 (1.4.2.100)", | ||
"license": "./LICENSE", | ||
@@ -6,0 +6,0 @@ "publishConfig": { |
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"title": "Scene", | ||
"description": "The Scene is the central part of an OC data set. Each OC data set contains exactly one.\n\nA Scene may contain initial product representations and/or updates.\n\nA Scene may contain products that should be inserted instantly, as well as add-ons to be inserted later on and shown as placeholders before.\n\nVersion: 1.3.2", | ||
"description": "The Scene is the central part of an OC data set. Each OC data set contains exactly one.\n\nA Scene may contain initial product representations and/or updates.\n\nA Scene may contain products that should be inserted instantly, as well as add-ons to be inserted later on and shown as placeholders before.", | ||
"type": "object", | ||
@@ -758,2 +758,11 @@ "required": [ | ||
}, | ||
"GeometryColliderFormat": { | ||
"type": "string", | ||
"enum": [ | ||
"OpenCTM", | ||
"OBJ", | ||
"GLB", | ||
"FBX" | ||
] | ||
}, | ||
"GeometryDeformationFormat": { | ||
@@ -835,11 +844,2 @@ "type": "string", | ||
}, | ||
"GeomtryColliderFormat": { | ||
"type": "string", | ||
"enum": [ | ||
"OpenCTM", | ||
"OBJ", | ||
"GLB", | ||
"FBX" | ||
] | ||
}, | ||
"ImageFormat": { | ||
@@ -1605,3 +1605,3 @@ "type": "string", | ||
{ | ||
"$ref": "#/definitions/GeomtryColliderFormat" | ||
"$ref": "#/definitions/GeometryColliderFormat" | ||
}, | ||
@@ -1751,2 +1751,13 @@ { | ||
}, | ||
"displacement": { | ||
"description": "Displacement map for material structures. Used only for high def renderings with suitable high def meshes", | ||
"anyOf": [ | ||
{ | ||
"$ref": "#/definitions/TextureMap" | ||
}, | ||
{ | ||
"type": "null" | ||
} | ||
] | ||
}, | ||
"emission": { | ||
@@ -1786,3 +1797,3 @@ "description": "Emission color. No map supported", | ||
"parameters": { | ||
"description": "Optional geometry-related parameters, to be resolved at client-side. \"DoNotRescale\": Marks the material as not re-scaleable. Re-scaling can be applied for psychological reasons, for instance. Target type: Boolean\n\n\"Overlay\": For alpha-map materials, tells the renderer that the associated geometry should be an overlay to other geometries at the same location. Target type: Boolean\n\nIGXC Compatibility: Metamaterial parameters but without redundancy.", | ||
"description": "Optional geometry-related parameters, to be resolved at client-side.\n\n\"DisplacementBase\" Like in Blender\n\n\"DisplacementScale\" Like in Blender\n\n\"DoNotRescale\": Marks the material as not re-scaleable. Re-scaling can be applied for psychological reasons, for instance. Target type: Boolean\n\n\"Overlay\": For alpha-map materials, tells the renderer that the associated geometry should be an overlay to other geometries at the same location. Target type: Boolean\n\nIGXC Compatibility: Metamaterial parameters but without redundancy.", | ||
"default": null, | ||
@@ -1789,0 +1800,0 @@ "type": [ |
Sorry, the diff of this file is not supported yet
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
160122
7
4568