mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
implemented 2D image coloring
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#include"quad.h"
|
||||
|
||||
namespace vb01{
|
||||
Quad::Quad(Vector3 size,bool spatial) : Mesh(){
|
||||
Quad::Quad(Vector3 size,bool spatial,bool spatialToScreen) : Mesh(){
|
||||
this->spatial=spatial;
|
||||
this->staticVerts=false;
|
||||
this->spatialToScreen=spatialToScreen;
|
||||
|
||||
int numPolyVerts=3;
|
||||
numTris=2;
|
||||
|
||||
Reference in New Issue
Block a user