Bernard Kwok

Results 88 issues of Bernard Kwok

# Proposal For Vulkan Support In MaterialX # Shader Generation Ecosystem The following shows how Vulkan code generation would fit into the current eco-system (at time of writing). Note that...

The OSL code generator currently is incomplete in it's restrictions list for identifier conflicts. All standard OSL types as well as any custom types added by the generator should be...

This is a placeholder and the current additions under discussion include: - Add in the ablity to install the MDL SDK and use mdlc for compile checks and/or dxr renderer...

Update #1060 ## Changes * Add docs from Pixar USD spec page. Includes additional notation about `normal` input on `UsdPreviewSurface`. * Add in normalmap version for `UsdUvTexture` along with new...

* Update for more recent OIIO build. ( [2.3.17 - July 2022 ](https://github.com/OpenImageIO/oiio/releases/tag/v2.3.17.0)) available as download via vcpkg) * Need to include OpenImageUI_Util library as part of build so change...

This issue to to add clarity of handling normal and colorspace inputs / outputs for `UsdPreviewSurface` and `UsdUvTexture`: # Normal Handling The normal input on `UsdPreviewSurface` can be confusing to...

## Issue - There are a number of classes which do not expose the static attribute enumeration strings. - This includes the Element class and various derived classes. ## Effect...

help wanted
good first issue

## Issue Currently if you just look at the shipped "standard" `libraries` folder there is no way to determine for what release it is used for. - It is possible...

## Issue Currently the [specification](https://github.com/AcademySoftwareFoundation/MaterialX/blob/main/documents/Specification/MaterialX.Specification.md#nodedef-output-elements) notes that outputs can have default inputs / values to handle if a node is disabled / pass-through. > Attributes for NodeDef Output elements: name...

## Issue Fixes #1495 Fixed #1494 * The glTF loader does not load in multiple texcoords so can't use them if they exist. It does for colors. * Both the...