cocos-engine icon indicating copy to clipboard operation
cocos-engine copied to clipboard

baking reflection probe needs extra pass convert float to rgbe

Open jk20012001 opened this issue 2 years ago • 0 comments

Use Case

cube reflection probe baking

Problem Description

transparency objects can't be drawn with reflection probe

Proposed Solution

  1. use floating-point format RT
  2. add transparency objects to render queue
  3. add convertRGBE pass
  4. add switch named "support transparency objects" in probe component, for non-realtime probe, it always be off

How it works

No response

Alternatives Considered

none

Additional Information

No response

jk20012001 avatar Sep 21 '23 02:09 jk20012001