@xviewer.js/debug 1.0.4-alpha.8 → 1.0.4-alpha.9
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/dist/main.cjs +9 -5
- package/dist/main.cjs.map +1 -1
- package/dist/module.js +9 -5
- package/dist/module.js.map +1 -1
- package/package.json +2 -2
package/dist/main.cjs
CHANGED
|
@@ -3101,8 +3101,14 @@ const materialProperties = {
|
|
|
3101
3101
|
transparent: {
|
|
3102
3102
|
order: 2
|
|
3103
3103
|
},
|
|
3104
|
+
depthWrite: {
|
|
3105
|
+
order: 3
|
|
3106
|
+
},
|
|
3107
|
+
depthTest: {
|
|
3108
|
+
order: 4
|
|
3109
|
+
},
|
|
3104
3110
|
side: {
|
|
3105
|
-
order:
|
|
3111
|
+
order: 5,
|
|
3106
3112
|
value: {
|
|
3107
3113
|
FrontSide: 0,
|
|
3108
3114
|
BackSide: 1,
|
|
@@ -3110,12 +3116,10 @@ const materialProperties = {
|
|
|
3110
3116
|
}
|
|
3111
3117
|
},
|
|
3112
3118
|
color: {
|
|
3113
|
-
order:
|
|
3114
|
-
dir: "diffuse"
|
|
3119
|
+
order: 6
|
|
3115
3120
|
},
|
|
3116
3121
|
opacity: {
|
|
3117
|
-
order:
|
|
3118
|
-
dir: "diffuse",
|
|
3122
|
+
order: 7,
|
|
3119
3123
|
min: 0,
|
|
3120
3124
|
max: 1,
|
|
3121
3125
|
step: 0.01
|