pandemonium_engine_easy_charts/addons/easy_charts/ScatterChart3D/ScatterChart3D.tscn
Nicolò Santilio e6d91dd707
Update 0.4.5
*added*:  
- class names for all custom Chart classes
- class name for LegendElement

*fixed*:
- minor bugs
- changed FunctionLegend to LegendElement
2020-11-09 18:16:36 +01:00

53 lines
1.5 KiB
Plaintext

[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://addons/easy_charts/Utilities/Point/PointData.tscn" type="PackedScene" id=2]
[sub_resource type="SpatialMaterial" id=1]
flags_unshaded = true
[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 )
function_colors = [ "#1e1e1e", "#1e1e1e", "#1e1e1e", "#1e1e1e" ]
[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 )
[node name="PointData" parent="." instance=ExtResource( 2 )]
[node name="PointData" parent="PointData" index="0"]
visible = false
margin_left = 47.2074
margin_top = -150.915
margin_right = 47.0714
margin_bottom = -150.115
[editable path="PointData"]