diff --git a/Assets/Models/Test monke.fbx b/Assets/Models/Test monke.fbx new file mode 100644 index 0000000..a3e741a Binary files /dev/null and b/Assets/Models/Test monke.fbx differ diff --git a/Assets/Models/Test monke.fbx.import b/Assets/Models/Test monke.fbx.import new file mode 100644 index 0000000..e93d7db --- /dev/null +++ b/Assets/Models/Test monke.fbx.import @@ -0,0 +1,46 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bjlarnkrg7hh7" +path="res://.godot/imported/Test monke.fbx-1287e33e96bea5d88828540311b69043.scn" + +[deps] + +source_file="res://Assets/Models/Test monke.fbx" +dest_files=["res://.godot/imported/Test monke.fbx-1287e33e96bea5d88828540311b69043.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +mesh_library/use_node_names_as_mesh_names=false +array_mesh/deduplicate_surfaces=true +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_name_suffixes=true +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +materials/extract=0 +materials/extract_format=0 +materials/extract_path="" +_subresources={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/Scenes/3D model and material testing scene.tscn b/Scenes/3D model and material testing scene.tscn new file mode 100644 index 0000000..c23d091 --- /dev/null +++ b/Scenes/3D model and material testing scene.tscn @@ -0,0 +1,8 @@ +[gd_scene format=3 uid="uid://0srqwmeqqxx8"] + +[ext_resource type="PackedScene" uid="uid://bjlarnkrg7hh7" path="res://Assets/Models/Test monke.fbx" id="1_xui4x"] + +[node name="Node3D" type="Node3D" unique_id=852757538] + +[node name="Test monke" parent="." unique_id=978839860 instance=ExtResource("1_xui4x")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.051918983, 0, -0.35445976) diff --git a/project.godot b/project.godot index a535cc4..fbe9ecb 100644 --- a/project.godot +++ b/project.godot @@ -1,8 +1,15 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=5 + [application] config/name="Dwarf Collecting Treasures to Make a Living" +config/features=PackedStringArray("4.7") config/icon="res://icon.svg" - -[rendering] - -renderer/rendering_method="forward_plus"