camera preview + start templating
This commit is contained in:
parent
8486b56d12
commit
0969ef4ec4
12 changed files with 215 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
@tool
|
||||
extends Path3D
|
||||
class_name RoadPath
|
||||
class_name SplinePath
|
||||
@export_tool_button("update_control_points") var action = update_control_points
|
||||
@export var tilt_scale : float = 0.0005
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ class_name Road
|
|||
@export_tool_button("create_mesh") var action_generate = generate_mesh
|
||||
@export_tool_button("clear_all") var action_clear = clear_all
|
||||
|
||||
@export var track : RoadPath
|
||||
@export var track : SplinePath
|
||||
@export var road_mesh_instance : MeshInstance3D
|
||||
@export var road_shape : CollisionShape3D
|
||||
@export var road_material : BaseMaterial3D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue