Will PlayCanvas ever support RTX rendering

Will RTX graphics ever be on playcanvas?

Because a game I am doing now I want to be able to make it look like RTX.

Hi @GraphicBuildGames,

RTX refers to support for hardware based raytracing and it’s an NVIDIA GPU feature.

Right now WebGL doesn’t provide any support for hardware raytraced rendering. There are plans for WebGPU, after it’s initial release, to add official support for hardware raytracing (for compatible hardware).

Given the broad spectrum of devices that PlayCanvas devs are usually required to target (mobile/tablet/laptop/desktop), even if API/software support was in place you would still only target a small number of supported devices with it.

In the meantime, what rendering features are you trying to implement with RTX?

1 Like