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

6 lines
70 B
C++
Executable File

#include"waterPlane.h"
namespace vb01{
WaterPlane::WaterPlane(){}
}