@configura/internal 2.1.0-alpha.2 β 2.2.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -46
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,53 +1,15 @@
|
|
|
1
|
-
# π¦πΈοΈ web-core-internal
|
|
1
|
+
# π¦πΈοΈ web-core-internal
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Overview
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
This is an npm WASM package generated from rust binaries. The WebAssembly module is
|
|
6
|
+
responsible for reading catalogue files in `dex` format. It is used
|
|
7
|
+
to process and handle `ctm`, and `dex` file formats.
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
int16 β 16-bit signed integer
|
|
11
|
-
int β 32-bit signed integer
|
|
12
|
-
int64 β 64-bit signed integer
|
|
9
|
+
For more information on Stage:
|
|
13
10
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## Guide to Axes
|
|
18
|
-
|
|
19
|
-
The X axis is red.
|
|
20
|
-
The Y axis is green.
|
|
21
|
-
The Z axis is blue.
|
|
22
|
-
|
|
23
|
-
X is roll
|
|
24
|
-
Y is pitch
|
|
25
|
-
Z is yaw
|
|
26
|
-
|
|
27
|
-
## Guide to materials
|
|
28
|
-
|
|
29
|
-
### PHYSICALLY-BASED RENDERING
|
|
30
|
-
|
|
31
|
-
#### DIFFUSION & REFLECTION
|
|
32
|
-
|
|
33
|
-
<https://marmoset.co/posts/basic-theory-of-physically-based-rendering/>
|
|
34
|
-
|
|
35
|
-
Diffusion => diffuse => reflect specific color => albedo
|
|
36
|
-
Reflection => specular => reflect everything
|
|
37
|
-
|
|
38
|
-
#### TRANSLUCENCY & TRANSPARENCY
|
|
39
|
-
|
|
40
|
-
Translucent => colored light "comes out the back", eg. finger
|
|
41
|
-
Transparent => possible to see through, eg. glass window
|
|
42
|
-
|
|
43
|
-
#### METALNESS
|
|
44
|
-
|
|
45
|
-
Metal => low diffusion, high reflection, colored reflection
|
|
46
|
-
Non metal (dielectric) => high diffusion, low reflection, non-colored reflection
|
|
47
|
-
|
|
48
|
-
#### FRESNEL
|
|
49
|
-
|
|
50
|
-
Reflective at certain angles, not very big variety, less evident the less smooth
|
|
11
|
+
- [Stage Product Information](https://www.configura.com/products/stage)
|
|
12
|
+
- [Stage Documentation](https://docs.configuracloud.com/)
|
|
51
13
|
|
|
52
14
|
## OpenCTM
|
|
53
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@configura/internal",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0-alpha.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "web_core_internal.js",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "b01f3df9b902478356fb957c7b85ec6e3f2c5e9c"
|
|
29
29
|
}
|