Jump to content

[Bug?] MergeMeshes() results in mesh artifacts on Kindle Fire 7


Nodragem
 Share

Recommended Posts

When running on Silk Browser on Amazon Kindle Fire 7 the Mesh Merge function results in garbled mesh artifacts.

screenshot_2018-11-25-20-13-32

screenshot_2018-11-25-20-15-43

 

Note that the merging works very well on Android and Apple device (using Chrome, or Safari).

I am going to report it on Github, but if you have reasons to think that this is not a bug, please let me know.

Link to comment
Share on other sites

So I try to reproduce the bug on the Playground, and I could not do it simply.

For now I succeeded to reproduce the texture black artefacts but not the texture green artefact. I could not reproduce the geometry artefacts either (I mean the artefact that change the geometry of the maze).

The texture black artefact seems to come from the use of BABYLON.PBRMetallicRoughnessMaterial; see the playground here: https://playground.babylonjs.com/#INZ0Z0#30

This is how the PG is rendered on the Amazon Fire 7:

Screenshot_2018-11-29-13-34-20.thumb.png.27410fe30fe7205a268c0c69092f08f6.png

The problem occurs even without the mergeMeshes() call.

Link to comment
Share on other sites

Have you tried dialing back some settings, like disabling webgl2 in engine options or engine.getCaps().highPrecisionShaderSupported = false;  It may be possible that the BabylonJS engine needs to account for a bug in the the browser/driver as @bghgary has suggested.

When I look at your first screenshot it looks like z-fighting with 2 planes - those misplaced triangles look like a face that does not belong.  I've tried mesh merging and was happier with more fine grained control using meshes generated manually (from data files). I was originally inspired by some code from this project (/scripts/PlanetChunckMeshBuilder), which is efficient and produces minimum vertices (ie: skipping occluded faces) :
http://svenfrankson.github.io/PlanetBuilderWeb/index.html

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...