Marcin Ignac

Results 174 issues of Marcin Ignac

Currently we implement fromPointToPoint as fromDirection by creating dir vector on the fly and saving on the 95% same code. But is it at cost of GC garbage?

type/perf

In the previous version of pex-renderer we could combine transmission with alpha blending and have reflective glass 50% faded out based on `baseColor.a` opacity. That is no longer possible. Setting...

needs-review
type/fix

Currently they are hardcoded ```js getPipelineOptions() { return { depthWrite: true, depthTest: true }; }, //should be getPipelineOptions(entity) { return { depthWrite: !!entity.material.depthWrite, depthTest: !!entity.material.depthTest }; }, ``` allowing you...

Seems like our transmission shader depends on envmap to be in the scene to activate right glsl path.

needs-review
type/fix
scope/pbr
medium

Assume color is HDR and you can combine threshold with emissive intensity > 1 so selecting color source is not needed. You can then drop emissive output buffer as well.

needs-review
type/feat
scope/post-processsing
medium

https://gainmap-creator.monogrid.com 200MB exr -> 10MB jpg? Hell yeah! Questions: - [x] is gain map support pex-renderer, pex-shaders or lib-renderer feature? - [x] can i resize the jpg and keep metadata?...

high

https://github.com/pex-gl/pex-renderer/blob/079742f59fa0f0e14e0db0daeb5ee9698ef50d8e/systems/geometry.js#L175

type/feat
type/perf
scope/ecs

It would be super useful to have autocomplete for attachments / notes / tags like here https://codemirror.net/demo/complete.html Currently I need to click attachments button, memorise the name of the file...

enhancement

In nodes when clicking toggle `flipY` I get the following errors ![Image](https://github.com/user-attachments/assets/ed3c5cc4-6f36-4c9d-a9ce-b0c92b71642f)

type/fix