From 03df69e81bd82ca7968a3ea40314a6cc8ad52559 Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Fri, 20 Jan 2012 10:26:17 +0100 Subject: Added a few material flags Change-Id: Id324ebb82df985f1a7380761cc4923f60c7d1f20 Reviewed-by: Kim M. Kalland --- src/quick/scenegraph/coreapi/qsgmaterial.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/quick/scenegraph/coreapi/qsgmaterial.cpp') diff --git a/src/quick/scenegraph/coreapi/qsgmaterial.cpp b/src/quick/scenegraph/coreapi/qsgmaterial.cpp index 709ab6c039..d010394a76 100644 --- a/src/quick/scenegraph/coreapi/qsgmaterial.cpp +++ b/src/quick/scenegraph/coreapi/qsgmaterial.cpp @@ -471,6 +471,12 @@ QSGMaterial::~QSGMaterial() \value Blending Set this flag to true if the material requires GL_BLEND to be enabled during rendering. + + \value RequiresDeterminant Set this flag to true if the material relies on + the determinant of the matrix of the geometry nodes for rendering. + + \value RequiresFullMatrix Set this flag to true if the material relies on + the full matrix of the geometry nodes for rendering. */ -- cgit v1.2.3