Files
vb01/rectangle.cpp
T
devZoGok 9479e3324f implemented shadows for non positional lights
fixed skybox
implemented translation and rotation
2021-10-18 19:05:52 +03:00

8 lines
83 B
C++
Executable File

#include"rectangle.h"
namespace vb01{
Rectangle::Rectangle(Vector3 size){
}
}