MackeyK24 Posted August 15, 2017 Share Posted August 15, 2017 I am trying to add a 4th LOD that is a billboard, but I don't see anywhere on how to actually use a billboard... how to make a billboard with a texture... Like a tree image. Can anyone tell me how to create billboard meshes with a texture... is that just a mesh with NO geometry BUT it does have a texture??? Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted August 15, 2017 Share Posted August 15, 2017 here we are: https://www.babylonjs-playground.com/#0720FC#0 Quote Link to comment Share on other sites More sharing options...
MackeyK24 Posted August 15, 2017 Author Share Posted August 15, 2017 3 minutes ago, Deltakosh said: here we are: https://www.babylonjs-playground.com/#0720FC#0 So a billboard is just a "Plane" mesh standing up with mesh.billboardMode = ALL /// FACE CAMERA and the Material is just a regular material... your using a color , but I assume I would assign a diffuse texture to use an image ??? Quote Link to comment Share on other sites More sharing options...
adam Posted August 15, 2017 Share Posted August 15, 2017 another example: https://www.babylonjs-playground.com/#UJEIL#13 Quote Link to comment Share on other sites More sharing options...
aWeirdo Posted August 15, 2017 Share Posted August 15, 2017 if you're using billboardMode all & just a simple texture/image, you could also use a sprite. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.