[gd_scene load_steps=7 format=2] [ext_resource path="res://addons/easy_charts/ScatterChart3D/ScatterChart3D.gd" type="Script" id=1] [ext_resource path="res://d4hj068-433f5832-3c04-42db-9c2e-173a26a6970a.png" type="Texture" id=2] [sub_resource type="SpatialMaterial" id=1] flags_unshaded = true albedo_texture = ExtResource( 2 ) [sub_resource type="PlaneMesh" id=2] material = SubResource( 1 ) size = Vector2( 20, 20 ) [sub_resource type="SphereMesh" id=3] [sub_resource type="SpatialMaterial" id=4] albedo_color = Color( 0, 1, 0.156863, 1 ) [node name="ScatterChart3D" type="Spatial"] script = ExtResource( 1 ) [node name="MeshInstance" type="MeshInstance" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0 ) mesh = SubResource( 2 ) material/0 = null [node name="Chart" type="Spatial" parent="."] [node name="Point" type="MeshInstance" parent="Chart"] mesh = SubResource( 3 ) material/0 = SubResource( 4 ) [node name="Camera" type="Camera" parent="."] transform = Transform( 0.707107, -0.40558, 0.579228, 0, 0.819152, 0.573577, -0.707107, -0.40558, 0.579228, 10, 15, 10 ) projection = 1 current = true size = 30.0 near = 0.01 [node name="OmniLight" type="OmniLight" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 9, 0 )