Jump to content
  • entries
    940
  • comments
    5,894
  • views
    864,017

Billboards Part 2


Josh

2,640 views

 Share

I tried a different approach for billboards that is giving good results. A single quad rotates around the vertical axis to face the camera. A series of 64 different view angles are rendered in a circle around the billboarded object. A second quad faces straight up and is gradually dissolved in when the angle between the object and the camera becomes vertical enough.

 

A combination of cross-fading and cross-dissolving is used to smoothly blend in between the different side views. The billboard itself is dissolved in as the 3D model is dissolved out. The net result is perfectly smooth blending between distances and view angles. The billboard representation of the model is extremely accurate and has much better lighting than Leadwerks 2 vegetation system had.

 

A couple of things I also had to do:

  • Activate alpha filtering in the mipmap generation routine in the texture converter. This will make tree branches look a lot better.
  • Add the ability to render to a specific mipmap of a texture. Works nicely!

 

There's still a lot to do, but the idea is starting to sprout.

 

blogentry-1-0-94182900-1444164899_thumb.jpg

  • Upvote 12
 Share

6 Comments


Recommended Comments

Will you add terrain shadows along with this? That feature would definitely help make the LE terrains look more realistic. Right now they just look 'off' without it.

  • Upvote 1
Link to comment

Josh, there's a secondary linked side effect you may have missed. when the lod level changes the shadow is noticeably modified.

You can see it here

from 1:22 to 1:28

Will your blending method also work with the shadows ?

Link to comment

Well, it's not exactly the whole shadow that is popping. It's the intensity of the shadow that varies when the object lod pops. Can't explain it better.

Link to comment
Guest
Add a comment...

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

×
×
  • Create New...