Aura Munoz

Results 7 issues of Aura Munoz

- Port source code to typescript

Currently, the Avatar size is hardcoded, the same with the matching css for the dimensions of the wrapping html element

community

Please include the following in your bug report: **Version of emscripten/emsdk:** emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.61 (67fa4c16496b157a7fc3377afd69ee0445e8a6e3) **Failing command line in full:** Compiling ` em++...

### Description of Change(s) - Add support for building pxr/base with Emscripten Test can be run using ctest with the result: 78% tests passed, 23 tests failed out of 106...

### Description of Change(s) - Introduce a base class for the shader generators that implements common functionality to improve code reuse and reduce code duplication. - Guard MaterialX's Metal shader...

### Description of Change(s) - Implement early fragment test directly in the shader when it is not supported by the graphics API. - Add a new test for OIT in...

### Description of Change(s) Add texture support for geometric shader. Currently texture is only supported in materialNetworkShader, lightingShader and renderPassShader. But we found that we may need texture support in...