Skip to content

Commit

Permalink
Merge pull request BabylonJS#14542 from Popov72/fix-gltf-transmission…
Browse files Browse the repository at this point in the history
…-sprites

glTF transmission: Fix rendering sprites and particle systems in the opaque texture
  • Loading branch information
sebavan committed Nov 23, 2023
2 parents 42a4f41 + 2470281 commit 9e01230
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ class TransmissionHelper {
this._opaqueRenderTarget.lodGenerationScale = this._options.lodGenerationScale;
this._opaqueRenderTarget.lodGenerationOffset = this._options.lodGenerationOffset;
this._opaqueRenderTarget.samples = this._options.samples;
this._opaqueRenderTarget.renderSprites = true;
this._opaqueRenderTarget.renderParticles = true;

let sceneImageProcessingapplyByPostProcess: boolean;

Expand Down

0 comments on commit 9e01230

Please sign in to comment.