You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
PBR more or less working, still working on bringing gizmos back
This commit is contained in:
@@ -331,8 +331,8 @@ private:
|
||||
bool grid_enabled;
|
||||
|
||||
Ref<Mesh> move_gizmo[3], rotate_gizmo[3];
|
||||
Ref<FixedMaterial> gizmo_color[3];
|
||||
Ref<FixedMaterial> gizmo_hl;
|
||||
Ref<FixedSpatialMaterial> gizmo_color[3];
|
||||
Ref<FixedSpatialMaterial> gizmo_hl;
|
||||
|
||||
|
||||
int over_gizmo_handle;
|
||||
@@ -344,8 +344,8 @@ private:
|
||||
RID indicators_instance;
|
||||
RID cursor_mesh;
|
||||
RID cursor_instance;
|
||||
RID indicator_mat;
|
||||
RID cursor_material;
|
||||
Ref<FixedSpatialMaterial> indicator_mat;
|
||||
Ref<FixedSpatialMaterial> cursor_material;
|
||||
|
||||
/*
|
||||
struct Selected {
|
||||
|
||||
Reference in New Issue
Block a user