Updated sdf code to work in C++
This commit is contained in:
@@ -190,7 +190,7 @@ protected:
|
||||
public:
|
||||
void build(Ref<Curve> curve, Ref<OpenSimplexNoise> noise);
|
||||
void draw_debug(Node *drawable, int size_x, int size_y) const;
|
||||
Vector2 get_influence(int x, int y) const;
|
||||
Vector2 get_influence(int x, int y, float radius) const;
|
||||
RoadGrid();
|
||||
~RoadGrid();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user