cirnogodot/addons/func_godot/fgd/phong_base.tres

19 lines
636 B
Text
Raw Normal View History

2025-06-09 18:57:53 +02:00
[gd_resource type="Resource" script_class="FuncGodotFGDBaseClass" load_steps=2 format=3 uid="uid://nayxb8n7see2"]
2025-09-11 15:02:08 +02:00
[ext_resource type="Script" uid="uid://ck575aqs1sbrb" path="res://addons/func_godot/src/fgd/func_godot_fgd_base_class.gd" id="1_04y3n"]
2025-06-09 18:57:53 +02:00
[resource]
script = ExtResource("1_04y3n")
classname = "Phong"
description = "Phong shading options for SolidClass geometry."
2025-12-28 22:53:18 +01:00
class_properties = Dictionary[String, Variant]({
2025-06-09 18:57:53 +02:00
"_phong": {
"Disabled": 0,
"Smooth shading": 1
},
"_phong_angle": 89.0
2025-12-28 22:53:18 +01:00
})
class_property_descriptions = Dictionary[String, Variant]({
2025-06-09 18:57:53 +02:00
"_phong": ["Phong shading", 0],
"_phong_angle": "Phong smoothing angle"
2025-12-28 22:53:18 +01:00
})