Jump to content

  • Log In with Google      Sign In   
  • Create Account

Agr

Member Since 18 Sep 2012
Offline Last Active May 17 2013 11:12 AM
-----

Topics I've Started

Frustum from modelViewProjection matrix?

12 January 2013 - 04:20 AM

See title. Is this even possible and how if so?

When i say "Frustum" i do not mean plane representation. I want to get something like this

 

float left,right,top.bottom,near,far;

Vector3 origin;

Quaternion rotation;

bool parallel;


DXT mipmaps

18 September 2012 - 12:09 PM

So here's the question: is that even possible to generate mip levels for DXT compressed texture without unpacking whole image?

PARTNERS