-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Closed
Description
Describe the bug
When having at least one object in the outline pass selectedObjects array and a scene that also has a points object, the outline pass gets rendered in the middle of the points. This does not happen in desktop chrome in windows nor could I reproduce it in a new iPad or iPhone. It does happen in all of the Android Chromes that I have tested and also on an iMac (tested by @Mugen87 ).
To Reproduce
Steps to reproduce the behavior:
- Create a simple object and add it to the scene
- Create a points cloud and add it to the scene
- Add effect composer, render pass, and outline pass
- Add the simple object to the outline selectedObjects array
- Make the particles move a little to make the bug appear more clearly
- Render the scene with the composer
Live example
Expected behavior
I would expect the outline pass artefact not to show up on points on any of the platforms and browsers.
Screenshots
Platform:
- Device: mobile and desktop (iMac)
- OS: Android (could not reproduce this on iOS)
- Browser: Chrome (not Windows desktop)
- Three.js version: r120 (latest at this point)
