Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

May 16, 2024 Update. #154

Merged
merged 1 commit into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion documents/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<body>
<script src="https://cdn.jsdelivr.net/npm/mermaid@9/dist/mermaid.min.js"></script>
<script src="../documents/js/ui_helpers.js"></script>

</script>

<!-- Navigation_Area-->
Expand Down
113 changes: 65 additions & 48 deletions documents/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,11 @@ body,
background-color: rgb(255, 253, 245);
}

.custom_colorbox
{
min-width: 1em;
min-height: 1em;
width: 2.5em;
height: 2.5em;
.custom_colorbox {
min-width: 1em;
min-height: 1em;
width: 2.5em;
height: 2.5em;
}

@font-face {
Expand Down Expand Up @@ -143,10 +142,10 @@ aa .text-shadow-2 {

/* Model viewer */
model-viewer {
width: 100%;
height: 100%;
min-height: 256;
background-color: #7d7d7d;
width: 100%;
height: 100%;
min-height: 256;
background-color: #7d7d7d;
}


Expand Down Expand Up @@ -178,50 +177,68 @@ model-viewer {
}


/* Custom styles for input range thumb */
input[type="range"]::-webkit-slider-thumb {
background-color: #7d7d7d; /* Change thumb color in Webkit browsers (Chrome, Safari) */
width: 16px; /* Set the width of the thumb */
height: 16px; /* Set the height of the thumb */
transform: translateY(0%);
}
/* Custom styles for input range thumb */
input[type="range"]::-webkit-slider-thumb {
background-color: #7d7d7d;
/* Change thumb color in Webkit browsers (Chrome, Safari) */
width: 16px;
/* Set the width of the thumb */
height: 16px;
/* Set the height of the thumb */
transform: translateY(0%);
}


input[type="range"]::-webkit-slider-runnable-track {
background-color: #ccc; /* Track color in Webkit browsers */
}

input[type="range"]::-moz-range-thumb {
background-color: #7d7d7d; /* Change thumb color in Mozilla Firefox */
width: 16px; /* Set the width of the thumb */
height: 16px; /* Set the height of the thumb */
transform: translateY(0%);
}
input[type="range"]::-webkit-slider-runnable-track {
background-color: #ccc;
/* Track color in Webkit browsers */
}

input[type="range"]::-moz-range-track {
background-color: #ccc; /* Track color in Mozilla Firefox */
}
input[type="range"]::-moz-range-thumb {
background-color: #7d7d7d;
/* Change thumb color in Mozilla Firefox */
width: 16px;
/* Set the width of the thumb */
height: 16px;
/* Set the height of the thumb */
transform: translateY(0%);
}

input[type="range"]::-moz-range-track {
background-color: #ccc;
/* Track color in Mozilla Firefox */
}

input[type="range"]:active::-ms-thumb {
background-color: #7d7d7d; /* Change thumb color in Microsoft Edge */
width: 16px; /* Set the width of the thumb */
height: 16px; /* Set the height of the thumb */
transform: translateY(0%);
}
input[type="range"]:active::-ms-thumb {
background-color: #7d7d7d;
/* Change thumb color in Microsoft Edge */
width: 16px;
/* Set the width of the thumb */
height: 16px;
/* Set the height of the thumb */
transform: translateY(0%);
}

input[type="range"]::-ms-track {
background-color: #ccc; /* Track color in Microsoft Edge */
}
input[type="range"]::-ms-track {
background-color: #ccc;
/* Track color in Microsoft Edge */
}

input[type="range"]:active::-webkit-slider-thumb {
background-color: #7d7d7d; /* Change thumb color in Webkit browsers (Chrome, Safari) */
}
input[type="range"]:active::-webkit-slider-thumb {
background-color: #7d7d7d;
/* Change thumb color in Webkit browsers (Chrome, Safari) */
}

input[type="range"]::-moz-range-thumb {
background-color: #7d7d7d; /* Change thumb color in Mozilla Firefox */
}
input[type="range"]::-moz-range-thumb {
background-color: #7d7d7d;
/* Change thumb color in Mozilla Firefox */
}

input[type="range"]:active::-ms-thumb {
background-color: #7d7d7d; /* Change thumb color in Microsoft Edge */
}
input[type="range"]:active::-ms-thumb {
background-color: #7d7d7d;
/* Change thumb color in Microsoft Edge */
}

.inverted-svg {
filter: invert(1);
}
2 changes: 0 additions & 2 deletions documents/definitions/LamaAdd.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate2.html">separate2</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate3.html">separate3</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate4.html">separate4</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="swizzle.html">swizzle</a>
</div>
</div>
<div class="ps-3">
Expand Down Expand Up @@ -386,7 +385,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="absval.html">absval</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="acos.html">acos</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="add.html">add</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="arrayappend.html">arrayappend</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="asin.html">asin</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="atan2.html">atan2</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="ceil.html">ceil</a>
Expand Down
8 changes: 0 additions & 8 deletions documents/definitions/LamaConductor.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate2.html">separate2</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate3.html">separate3</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate4.html">separate4</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="swizzle.html">swizzle</a>
</div>
</div>
<div class="ps-3">
Expand Down Expand Up @@ -386,7 +385,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="absval.html">absval</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="acos.html">acos</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="add.html">add</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="arrayappend.html">arrayappend</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="asin.html">asin</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="atan2.html">atan2</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="ceil.html">ceil</a>
Expand Down Expand Up @@ -1340,8 +1338,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
IMPL_lama_conductor_tangent_rotate_normalize[tangent_rotate_normalize]
IMPL_lama_conductor_conductor_bsdf[conductor_bsdf]
IMPL_lama_conductor_iridescence_relative_ior[iridescence_relative_ior]
IMPL_lama_conductor_thin_film_bsdf[thin_film_bsdf]
IMPL_lama_conductor_thin_film_conductor_bsdf[thin_film_conductor_bsdf]
IMPL_lama_conductor_tinted_bsdf[tinted_bsdf]
style IMPL_lama_conductor_out fill:#0C0, color:#FFF
IMPL_lama_conductor_out([out])
Expand Down Expand Up @@ -1418,10 +1414,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
IMPL_lama_conductor_iridescence_relative_ior --"thinfilm_ior"--> IMPL_lama_conductor_conductor_bsdf
IMPL_lama_conductor_iridescenceIOR --"in1"--> IMPL_lama_conductor_iridescence_relative_ior
IMPL_lama_conductor_exteriorIOR --"in2"--> IMPL_lama_conductor_iridescence_relative_ior
IMPL_lama_conductor_iridescenceThickness --"thickness"--> IMPL_lama_conductor_thin_film_bsdf
IMPL_lama_conductor_iridescence_relative_ior --"ior"--> IMPL_lama_conductor_thin_film_bsdf
IMPL_lama_conductor_thin_film_bsdf --"top"--> IMPL_lama_conductor_thin_film_conductor_bsdf
IMPL_lama_conductor_conductor_bsdf --"base"--> IMPL_lama_conductor_thin_film_conductor_bsdf
IMPL_lama_conductor_conductor_bsdf --"in1"--> IMPL_lama_conductor_tinted_bsdf
IMPL_lama_conductor_tint --"in2"--> IMPL_lama_conductor_tinted_bsdf
IMPL_lama_conductor_tinted_bsdf --> IMPL_lama_conductor_out
Expand Down
6 changes: 3 additions & 3 deletions documents/definitions/LamaDielectric.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate2.html">separate2</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate3.html">separate3</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate4.html">separate4</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="swizzle.html">swizzle</a>
</div>
</div>
<div class="ps-3">
Expand Down Expand Up @@ -386,7 +385,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="absval.html">absval</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="acos.html">acos</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="add.html">add</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="arrayappend.html">arrayappend</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="asin.html">asin</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="atan2.html">atan2</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="ceil.html">ceil</a>
Expand Down Expand Up @@ -1355,6 +1353,7 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
subgraph IMPL_lama_dielectric
IMPL_lama_dielectric_reflectivity_color[reflectivity_color]
IMPL_lama_dielectric_artistic_ior[artistic_ior]
IMPL_lama_dielectric_swizzle[swizzle]
style IMPL_lama_dielectric_fresnel_mode_switch fill:#C72, color:#FFF
IMPL_lama_dielectric_fresnel_mode_switch{fresnel_mode_switch}
IMPL_lama_dielectric_relative_ior[relative_ior]
Expand Down Expand Up @@ -1414,8 +1413,9 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
end
IMPL_lama_dielectric_reflectivity --"in"--> IMPL_lama_dielectric_reflectivity_color
IMPL_lama_dielectric_reflectivity_color --"reflectivity"--> IMPL_lama_dielectric_artistic_ior
IMPL_lama_dielectric_artistic_ior --"ior-->in"--> IMPL_lama_dielectric_swizzle
IMPL_lama_dielectric_IOR --"in1"--> IMPL_lama_dielectric_fresnel_mode_switch
IMPL_lama_dielectric_artistic_ior --"ior-->in2"--> IMPL_lama_dielectric_fresnel_mode_switch
IMPL_lama_dielectric_swizzle --"in2"--> IMPL_lama_dielectric_fresnel_mode_switch
IMPL_lama_dielectric_fresnelMode --"which"--> IMPL_lama_dielectric_fresnel_mode_switch
IMPL_lama_dielectric_fresnel_mode_switch --"in1"--> IMPL_lama_dielectric_relative_ior
IMPL_lama_dielectric_exteriorIOR --"in2"--> IMPL_lama_dielectric_relative_ior
Expand Down
2 changes: 0 additions & 2 deletions documents/definitions/LamaDiffuse.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate2.html">separate2</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate3.html">separate3</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate4.html">separate4</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="swizzle.html">swizzle</a>
</div>
</div>
<div class="ps-3">
Expand Down Expand Up @@ -386,7 +385,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="absval.html">absval</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="acos.html">acos</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="add.html">add</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="arrayappend.html">arrayappend</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="asin.html">asin</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="atan2.html">atan2</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="ceil.html">ceil</a>
Expand Down
2 changes: 0 additions & 2 deletions documents/definitions/LamaEmission.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate2.html">separate2</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate3.html">separate3</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate4.html">separate4</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="swizzle.html">swizzle</a>
</div>
</div>
<div class="ps-3">
Expand Down Expand Up @@ -386,7 +385,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="absval.html">absval</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="acos.html">acos</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="add.html">add</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="arrayappend.html">arrayappend</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="asin.html">asin</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="atan2.html">atan2</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="ceil.html">ceil</a>
Expand Down
2 changes: 0 additions & 2 deletions documents/definitions/LamaLayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate2.html">separate2</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate3.html">separate3</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate4.html">separate4</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="swizzle.html">swizzle</a>
</div>
</div>
<div class="ps-3">
Expand Down Expand Up @@ -386,7 +385,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="absval.html">absval</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="acos.html">acos</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="add.html">add</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="arrayappend.html">arrayappend</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="asin.html">asin</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="atan2.html">atan2</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="ceil.html">ceil</a>
Expand Down
2 changes: 0 additions & 2 deletions documents/definitions/LamaMix.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate2.html">separate2</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate3.html">separate3</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate4.html">separate4</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="swizzle.html">swizzle</a>
</div>
</div>
<div class="ps-3">
Expand Down Expand Up @@ -386,7 +385,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="absval.html">absval</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="acos.html">acos</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="add.html">add</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="arrayappend.html">arrayappend</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="asin.html">asin</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="atan2.html">atan2</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="ceil.html">ceil</a>
Expand Down
2 changes: 0 additions & 2 deletions documents/definitions/LamaSSS.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate2.html">separate2</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate3.html">separate3</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="separate4.html">separate4</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="swizzle.html">swizzle</a>
</div>
</div>
<div class="ps-3">
Expand Down Expand Up @@ -386,7 +385,6 @@ <h5><img src="../../documents/images/logo3d_2_small.png" alt="MaterialX Learn"
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="absval.html">absval</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="acos.html">acos</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="add.html">add</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="arrayappend.html">arrayappend</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="asin.html">asin</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="atan2.html">atan2</a>
<a class="idx text-left btn btn-sm btn-outline-secondary border-0 py-0" type="button" href="ceil.html">ceil</a>
Expand Down
Loading