Marcin Ignac

Results 174 issues of Marcin Ignac

Now that we have `renderer.loadScene` we still need to use pex-context for loading textures like jpg/png and hdr. Would it be good to have `renderer.loadTexture(url)` helper?

type/feat

Currently only entities and Orbiter have it implemented.

needs-review
type/feat

As per glTF spec: https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/Specification.adoc#alpha-coverage

needs-review
type/feat
scope/gltf

It's because of pipeline catching https://github.com/pex-gl/pex-nodes/issues/108

needs-review
type/feat

Compare with gltf as I think we have gamma colors and gltf has linear https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#metallic-roughness-material

type/feat

There seem to be three in place...

needs-review
type/feat
type/fix
scope/pbr

Building shader preprocessor flags from scratch every frame just in case come light changed or material property is wasteful takes a lot of time in getMaterialProgram https://github.com/pex-gl/pex-renderer/blob/master/index.js#L152. It could be...

type/perf