implemented col line rendering
This commit is contained in:
7
src/render/Lines.h
Normal file
7
src/render/Lines.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
class CLines
|
||||
{
|
||||
public:
|
||||
static void RenderLineWithClipping(float x1, float y1, float z1, float x2, float y2, float z2, uint32 c1, uint32 c2);
|
||||
};
|
||||
Reference in New Issue
Block a user