Martin Valigursky

Results 102 issues of Martin Valigursky

https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_materials_anisotropy/README.md ![image](https://github.com/playcanvas/engine/assets/59932779/1758811a-8a27-49b3-b6c2-037313732245) test models: https://github.com/cx20/gltf-test/tree/master/tutorialModels/AnisotropyBarnLamp

feature request
area: graphics
area: gltf

https://developer.oculus.com/documentation/web/webxr-space-warp/ Steps: - provide motion vector and depth buffer data for objects in the scene - implement the WebXR Space Warp

feature request
area: graphics
area: xr

as we're adding support for sRGB textures, the UI shaders execute in linear space. A lot of this is handled by the StandardMaterial, but the element system needs to handle...

area: graphics
area: ui

This is similar to #6759 - StandardMaterial.emissiveTint is always assumed false, and the tint is always applied. - the emissive color defaults to BLACK as before, which makes materials correctly...

area: graphics
enhancement

## Overview This is the main ticket to communicate the plan and major changes for Engine 2.0.0. Over the years, the engine has introduced many new features and deprecated several...

feature request
🔥🔥🔥‎
V2

partially implements https://github.com/playcanvas/engine/issues/3715 - when a color buffer with sRGB format (for example SRGBA8) is used by RenderTarget to render to, the generated shaders skip in-shader linear to gamma conversion,...

feature request
area: graphics

- Both WebGL and WebGPU supports sRGB version of compressed texture formats - compressed texture formats are used when the asset has `{ srgb = true; }` option, similarly to...

feature request
area: graphics

- [ ] currently all particle components / emitters are updated (simulated) at the start of the frame - which means even particles off-screen are always simulated - [ ]...

area: particles
enhancement

initial implementation: https://github.com/playcanvas/engine/pull/6657 possible improvements: - [ ] currently the SSAO depends on the depth-prepass. This could be optional and depth-drab pass can be used instead to obtain the depth....

area: graphics
enhancement

https://github.com/playcanvas/engine/pull/6271 and perhaps make it the default one.

enhancement