mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 04:03:48 +00:00
3D Office Background
This commit is contained in:
parent
7b9f9a6fd9
commit
a1f3d79834
29 changed files with 470 additions and 13 deletions
BIN
3D/Vase/Vase.blend
Normal file
BIN
3D/Vase/Vase.blend
Normal file
Binary file not shown.
62
3D/Vase/Vase.blend.import
Normal file
62
3D/Vase/Vase.blend.import
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://dn0y8y3xq2yc2"
|
||||
path="res://.godot/imported/Vase.blend-b3d7e544d59855b19a83f9bf13f41777.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://3D/Vase/Vase.blend"
|
||||
dest_files=["res://.godot/imported/Vase.blend-b3d7e544d59855b19a83f9bf13f41777.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
nodes/import_as_skeleton_bones=false
|
||||
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=false
|
||||
animation/remove_immutable_tracks=true
|
||||
animation/import_rest_as_RESET=false
|
||||
import_script/path=""
|
||||
_subresources={
|
||||
"nodes": {
|
||||
"PATH:Camera": {
|
||||
"import/skip_import": true
|
||||
},
|
||||
"PATH:Light": {
|
||||
"import/skip_import": true
|
||||
}
|
||||
}
|
||||
}
|
||||
blender/nodes/visible=0
|
||||
blender/nodes/active_collection_only=false
|
||||
blender/nodes/punctual_lights=true
|
||||
blender/nodes/cameras=true
|
||||
blender/nodes/custom_properties=true
|
||||
blender/nodes/modifiers=1
|
||||
blender/meshes/colors=false
|
||||
blender/meshes/uvs=true
|
||||
blender/meshes/normals=true
|
||||
blender/meshes/export_geometry_nodes_instances=false
|
||||
blender/meshes/tangents=true
|
||||
blender/meshes/skins=2
|
||||
blender/meshes/export_bones_deforming_mesh_only=false
|
||||
blender/materials/unpack_enabled=true
|
||||
blender/materials/export_materials=1
|
||||
blender/animation/limit_playback=true
|
||||
blender/animation/always_sample=true
|
||||
blender/animation/group_tracks=true
|
||||
15
3D/Vase/VaseWithPlant.tscn
Normal file
15
3D/Vase/VaseWithPlant.tscn
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://birl7xlncrsbl"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dn0y8y3xq2yc2" path="res://3D/Vase/Vase.blend" id="1_oo6sc"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3w6dn4k4q46r" path="res://Sprites/SingleTiles/Plant.png" id="2_arsew"]
|
||||
|
||||
[node name="VaseWithPlant" type="Node3D"]
|
||||
|
||||
[node name="Vase" parent="." instance=ExtResource("1_oo6sc")]
|
||||
|
||||
[node name="Sprite3D" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.54981, 0)
|
||||
pixel_size = 0.1
|
||||
billboard = 2
|
||||
texture_filter = 0
|
||||
texture = ExtResource("2_arsew")
|
||||
Loading…
Add table
Add a link
Reference in a new issue