Subscenes
This commit is contained in:
@ -99,9 +99,9 @@ namespace Dawn {
|
||||
this->setBoolean(this->paramHasTexture, false);
|
||||
}
|
||||
|
||||
void setUICamera(glm::mat4 view, glm::mat4 projection) {
|
||||
this->setMatrix(this->paramView, view);
|
||||
void setUICamera(glm::mat4 projection, glm::mat4 view) {
|
||||
this->setMatrix(this->paramProjection, projection);
|
||||
this->setMatrix(this->paramView, view);
|
||||
}
|
||||
|
||||
void setUIModel(glm::mat4 model) {
|
||||
|
Reference in New Issue
Block a user