Scale, Rotate and Translate widgets up and working
This commit is contained in:
+1
-1
Submodule assets updated: 1edc2d9b73...6428e2528c
@@ -68,8 +68,12 @@ void Renderer::InitializeShaders()
|
||||
|
||||
void Renderer::ModelsToDraw()
|
||||
{
|
||||
Model *m = ResourceManager::Load<Model>("Models/translation_widget.obj");
|
||||
Model *m = ResourceManager::Load<Model>("Models/ScaleWidget.obj");
|
||||
EnqueueModel(m);
|
||||
Model *m2 = ResourceManager::Load<Model>("Models/TranslationWidget.obj");
|
||||
EnqueueModel(m2);
|
||||
Model *m3 = ResourceManager::Load<Model>("Models/RotationWidget.obj");
|
||||
EnqueueModel(m3);
|
||||
}
|
||||
|
||||
void Renderer::EnqueueModel(Model* model)
|
||||
|
||||
Reference in New Issue
Block a user