trench/addons/func_godot/fgd/phong_base.tres

20 lines
636 B
Text
Raw Normal View History

2026-04-22 10:19:57 -04:00
[gd_resource type="Resource" script_class="FuncGodotFGDBaseClass" load_steps=2 format=3 uid="uid://nayxb8n7see2"]
[ext_resource type="Script" uid="uid://ck575aqs1sbrb" path="res://addons/func_godot/src/fgd/func_godot_fgd_base_class.gd" id="1_04y3n"]
[resource]
script = ExtResource("1_04y3n")
classname = "Phong"
description = "Phong shading options for SolidClass geometry."
class_properties = Dictionary[String, Variant]({
"_phong": {
"Disabled": 0,
"Smooth shading": 1
},
"_phong_angle": 89.0
})
class_property_descriptions = Dictionary[String, Variant]({
"_phong": ["Phong shading", 0],
"_phong_angle": "Phong smoothing angle"
})