Marcin Ignac
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?
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...
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.
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.
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?...
https://github.com/pex-gl/pex-renderer/blob/079742f59fa0f0e14e0db0daeb5ee9698ef50d8e/systems/geometry.js#L175
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...
In nodes when clicking toggle `flipY` I get the following errors 