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.1.0-alpha.0 to 1.1.0

dist/OC.ts

43

dist/index.d.ts

@@ -25,2 +25,11 @@ declare namespace Cns {

/**
* The mandatory format of the optional preview mesh.
* Allowed formats are "OpenCTM", "OBJ", "FBX".
*/
colliderFormat?: "OpenCTM" | "OBJ" | "FBX";
/**
* An optional mesh to be used for collision detection.
*/
collider?: string;
/**
* The mandatory format of the optional main mesh.

@@ -71,4 +80,26 @@ * Allowed formats are "OpenCTM", "OBJ", "FBX", "DWG".

*
* "NormalMapTiling":
* The Geometry Normal Map should be repeated instead of clamped outside 0..1 UV range
* Some 3D libraries call this "wrapping mode" if true set to "repeat", default is "clamp"
* Target type: Boolean
*
* "NormalMapStrength":
* Changes the influence of the Geometry Normal Map in light calculation, default: 1,
* by multiplying the strength of the geometry normal map with this factor.
* Target type: number
*
* "RenderOrder"
* FRender order for 3D libraries that render transparent objects in a separate, second pass, back to front.
* Negative values are rendered earlier in the process, positive values later, 0 is default and keeps library ordering.
* Raytracers and renderers with advanced transparency handling must ignore this!
* This is NOT intended for effects different from a natural/physical correct scene, i.e. it can not be used for
* artistic effects!
* Target type: number
*/
parameters?: Record<"SuperDeformation", object>;
parameters?: {
SuperDeformation?: boolean;
NormalMapTiling?: boolean;
NormalMapStrength?: number;
RenderOrder?: number;
};
}

@@ -779,2 +810,4 @@ /**

}
type ERepresentation = "PreviewImage" // Perspective image, PNG or JPEG, approx. 1K x 1K
| "TopViewGraphics"; // Top-view 2D SVG, according to IDM Polster
/**

@@ -847,2 +880,6 @@ * An initial or incremental product representation.

status: Status;
/**
* Product-related representations.
*/
representations?: Record<ERepresentation, string>;
}

@@ -936,2 +973,6 @@ /**

configurationId?: string;
/**
* This optional attribute may contain the link of the original configuration.
*/
configurationLink?: string;
//#endregion General

@@ -938,0 +979,0 @@ /**

4

package.json
{
"name": "@intelligentgraphics/openconfiguration",
"version": "1.1.0-alpha.0",
"description": "Openconfiguration 1.1.0 Alpha 0 (1.1.0.1)",
"version": "1.1.0",
"description": "OpenConfiguration 1.1 (1.1.100)",
"publishConfig": {

@@ -6,0 +6,0 @@ "access": "public"

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