Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@intelligentgraphics/openconfiguration

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intelligentgraphics/openconfiguration - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

dist/OC.ts

0

dist/index.d.ts

@@ -0,0 +0,0 @@ declare namespace Cns {

@@ -0,0 +0,0 @@ 'use strict';

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc