lab 6 start
This commit is contained in:
11
Lab6/viewcontext.cpp
Normal file
11
Lab6/viewcontext.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
// - ViewContext Class -
|
||||
|
||||
#include "viewcontext.h"
|
||||
|
||||
ViewContext::ViewContext(){
|
||||
compMatrix = new Matrix(3,3);
|
||||
}
|
||||
|
||||
void ViewContext::model_to_device(){
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user