Removed script from editor
This commit is contained in:
@@ -7,7 +7,6 @@ class RoadLinesData {
|
||||
String road_lines_path;
|
||||
uint32_t road_lines_hash(const Vector3 &v);
|
||||
static ImmediateGeometry *debug_im;
|
||||
static ImmediateGeometry *get_debug_node();
|
||||
|
||||
protected:
|
||||
RoadLinesData();
|
||||
@@ -15,6 +14,7 @@ protected:
|
||||
_Signal<void> lines_updated;
|
||||
|
||||
public:
|
||||
static ImmediateGeometry *get_debug_node();
|
||||
struct road_line {
|
||||
std::vector<Transform> points;
|
||||
std::vector<int> indices;
|
||||
@@ -38,6 +38,7 @@ public:
|
||||
int get_debug_flags() const;
|
||||
|
||||
private:
|
||||
void create_segments_from_lines();
|
||||
void index_lines(std::unordered_map<uint32_t, std::vector<Vector3> >
|
||||
&road_lines_nodes_hash,
|
||||
std::vector<Vector3> &road_lines_nodes);
|
||||
|
||||
Reference in New Issue
Block a user