Skip to content

Instantly share code, notes, and snippets.

@onedayitwillmake
Created April 6, 2011 03:56
Show Gist options
  • Save onedayitwillmake/905106 to your computer and use it in GitHub Desktop.
Save onedayitwillmake/905106 to your computer and use it in GitHub Desktop.
Cinder drawing a billboard plane
ci::Vec3f mRight, mUp;
_mayaCam.getCamera().getBillboardVectors(&mRight, &mUp);
ci::gl::drawBillboard( ci::Vec3f::zero(), ci::Vec2f(100.0f, 100.0f), 0.0f, mRight, mUp);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment