@xviewer.js/debug 1.0.4-alpha.1 → 1.0.4-alpha.11

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/module.js CHANGED
@@ -3080,8 +3080,14 @@ const materialProperties = {
3080
3080
  transparent: {
3081
3081
  order: 2
3082
3082
  },
3083
+ depthWrite: {
3084
+ order: 3
3085
+ },
3086
+ depthTest: {
3087
+ order: 4
3088
+ },
3083
3089
  side: {
3084
- order: 3,
3090
+ order: 5,
3085
3091
  value: {
3086
3092
  FrontSide: 0,
3087
3093
  BackSide: 1,
@@ -3089,12 +3095,10 @@ const materialProperties = {
3089
3095
  }
3090
3096
  },
3091
3097
  color: {
3092
- order: 4,
3093
- dir: "diffuse"
3098
+ order: 6
3094
3099
  },
3095
3100
  opacity: {
3096
- order: 5,
3097
- dir: "diffuse",
3101
+ order: 7,
3098
3102
  min: 0,
3099
3103
  max: 1,
3100
3104
  step: 0.01