Scirra / Construct-bugs

Public bug report submissions for Construct 3 and Construct Animate. Please read the guidelines then click the 'Issues' tab to get started.
https://www.construct.net
104 stars 82 forks source link

3d rendering transparency glitch #8004

Closed rationality6 closed 2 weeks ago

rationality6 commented 3 weeks ago

Problem description

There is an issue drawing the transparency in 3D rendering. Please see attached.

rendering glitch

Screenshot 2024-05-10 at 12 30 20 AM

Attach a .c3p

it's also happen in official game

Steps to reproduce

  1. open official game Ancient watcher

Observed result

rendering glitch

Expected result

More details

Affected browsers/platforms:

First affected release:

System details

View details PASTE HERE
NickR-Git commented 3 weeks ago

You may be able to solve this issue for now by putting the sprite on a different layer than the background.

AshleyScirra commented 2 weeks ago

This appears to be a regression from r380 - an optimization for rendering effects in 3D accidentally caused incorrect rendering with fog in some cases. I've reverted the optimization for the next release which fixes it.