mirror of https://github.com/axmolengine/axmol.git
add comments
This commit is contained in:
parent
c1b5984ce8
commit
e19ce7054b
|
@ -70,6 +70,8 @@ protected:
|
|||
bool _preMultiplyMV;
|
||||
};
|
||||
|
||||
//This type of quad command will not multiply vertex by modelview matrix, so you need a shader together with modelview matrix
|
||||
//OR the rendering result will be not correct
|
||||
class NopreMultiplyMVQuadCommand : public QuadCommand
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue