@intelligentgraphics/openconfiguration
Advanced tools
Comparing version 1.1.0-alpha.0 to 1.1.0
@@ -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 @@ /** |
{ | ||
"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" |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
71533
2183
1
2
0