Jump to content

Coloring backface


Hartha
 Share

Recommended Posts

This will be trickier because the mesh has only one material. So you cannot not apply a texture on some faces.

One option would be to duplicate the mesh, create a new material with the color you want and invert the backFace culling

Link to comment
Share on other sites

If you're ok using BABYLON.CustomMaterial, you can do this like so:

http://www.babylonjs-playground.com/#PMVQPJ#3

It's probably a bit faster doing the dot product in the vertex shader though:

http://www.babylonjs-playground.com/#PMVQPJ#4

You would probably want to pass in the desired color as a uniform instead of hard coding it.

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...