AlloSphere-Research-Group / AlloSystem

AlloSystem is a cross-platform suite of C++ components for building interactive multimedia tools and applications.
http://mat.ucsb.edu/allosphere/software.php
BSD 3-Clause "New" or "Revised" License
65 stars 22 forks source link

adding billboard function to Al_Quat and omni text rendering example #53

Closed kamindustries closed 9 years ago

kamindustries commented 9 years ago

A solution to rendering text in omni. I found a function that's used in Unity to maintain an up vector while rotating to a destination vector which makes for intuitive billboarding in the app. The example labels each vertex of a sphere in omni.

konhyong commented 9 years ago

Great!

grrrwaaa commented 9 years ago

Yeah that's super useful.