Test 3D scene

main
Michał Czech 3 days ago
parent 53e9426078
commit 9ecff57bcc

Binary file not shown.

@ -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

@ -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)

@ -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"

Loading…
Cancel
Save