Browse Source

:tada: 3D rendering in rendering slide

DricomDragon 1 week ago
parent
commit
e20773a37b

+ 8 - 2
godot/slides/133/Godot3.tscn

@@ -1,14 +1,15 @@
-[gd_scene load_steps=5 format=3 uid="uid://bjtiwlal1u133"]
+[gd_scene load_steps=6 format=3 uid="uid://bjtiwlal1u133"]
 
 [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_ozuai"]
 [ext_resource type="Texture2D" uid="uid://6al4ufsk4tyv" path="res://slides/133/new_3d_renderer_40p.jpg" id="2_xn550"]
 [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_fkogs"]
 [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_r4rae"]
+[ext_resource type="Texture2D" uid="uid://xmt8qap8b3f8" path="res://slides/133/godot_engine_logo_by_soundsbeard_de3hnd1_small.png" id="5_etnst"]
 
 [node name="Godot3" type="Node2D"]
 script = ExtResource("1_ozuai")
 
-[node name="Sprite2D" type="Sprite2D" parent="."]
+[node name="PhotosDeRendu" type="Sprite2D" parent="."]
 position = Vector2(1179, 666)
 scale = Vector2(2, 2)
 texture = ExtResource("2_xn550")
@@ -28,3 +29,8 @@ offset_bottom = 421.0
 text = "2018
 Godot 3"
 horizontal_alignment = 0
+
+[node name="Godot3D" type="Sprite2D" parent="."]
+position = Vector2(1142, 656)
+scale = Vector2(0.596774, 0.596774)
+texture = ExtResource("5_etnst")

godot/slides/203/godot_engine_logo_by_soundsbeard_de3hnd1_small.png → godot/slides/133/godot_engine_logo_by_soundsbeard_de3hnd1_small.png


+ 3 - 3
godot/slides/203/godot_engine_logo_by_soundsbeard_de3hnd1_small.png.import

@@ -3,15 +3,15 @@
 importer="texture"
 type="CompressedTexture2D"
 uid="uid://xmt8qap8b3f8"
-path="res://.godot/imported/godot_engine_logo_by_soundsbeard_de3hnd1_small.png-f8a6251a2711ea4864d00419ee29cdfc.ctex"
+path="res://.godot/imported/godot_engine_logo_by_soundsbeard_de3hnd1_small.png-7df695c56212c713235d7b4b16b5eaf6.ctex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://slides/203/godot_engine_logo_by_soundsbeard_de3hnd1_small.png"
-dest_files=["res://.godot/imported/godot_engine_logo_by_soundsbeard_de3hnd1_small.png-f8a6251a2711ea4864d00419ee29cdfc.ctex"]
+source_file="res://slides/133/godot_engine_logo_by_soundsbeard_de3hnd1_small.png"
+dest_files=["res://.godot/imported/godot_engine_logo_by_soundsbeard_de3hnd1_small.png-7df695c56212c713235d7b4b16b5eaf6.ctex"]
 
 [params]
 

+ 8 - 0
godot/slides/203/3d.gd

@@ -0,0 +1,8 @@
+extends Node3D
+## A simple script that rotates the model.
+
+@onready var model: Node3D = $Model
+
+
+func _process(delta: float) -> void:
+	model.rotation.y += delta * 0.7

+ 1 - 0
godot/slides/203/3d.gd.uid

@@ -0,0 +1 @@
+uid://dfo3qedkj3wds

+ 12 - 0
godot/slides/203/3d.tscn

@@ -0,0 +1,12 @@
+[gd_scene load_steps=3 format=3 uid="uid://jxo5m8cdpoh5"]
+
+[ext_resource type="PackedScene" uid="uid://c2ad4ixc1eni0" path="res://slides/203/robot.glb" id="1_ksw3q"]
+[ext_resource type="Script" uid="uid://dfo3qedkj3wds" path="res://slides/203/3d.gd" id="1_xhqi4"]
+
+[node name="3DRoot" type="Node3D"]
+script = ExtResource("1_xhqi4")
+
+[node name="Model" parent="." instance=ExtResource("1_ksw3q")]
+
+[node name="Camera3D" type="Camera3D" parent="."]
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.01594, 1.87792)

+ 15 - 5
godot/slides/203/RenderingEngine.tscn

@@ -1,8 +1,11 @@
-[gd_scene load_steps=4 format=3 uid="uid://cbccs71it0k4n"]
+[gd_scene load_steps=5 format=3 uid="uid://cbccs71it0k4n"]
 
 [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_8no2m"]
 [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="2_62xv6"]
-[ext_resource type="Texture2D" uid="uid://xmt8qap8b3f8" path="res://slides/203/godot_engine_logo_by_soundsbeard_de3hnd1_small.png" id="3_t01r3"]
+[ext_resource type="PackedScene" uid="uid://jxo5m8cdpoh5" path="res://slides/203/3d.tscn" id="4_yehud"]
+
+[sub_resource type="ViewportTexture" id="ViewportTexture_yehud"]
+viewport_path = NodePath("SubViewport")
 
 [node name="RenderingEngine" type="Node2D"]
 script = ExtResource("1_8no2m")
@@ -14,6 +17,13 @@ offset_right = 1800.0
 offset_bottom = 196.0
 text = "Moteur graphique"
 
-[node name="Sprite2D" type="Sprite2D" parent="."]
-position = Vector2(916, 604)
-texture = ExtResource("3_t01r3")
+[node name="ViewportSprite" type="Sprite2D" parent="."]
+position = Vector2(960, 651)
+texture = SubResource("ViewportTexture_yehud")
+
+[node name="SubViewport" type="SubViewport" parent="."]
+transparent_bg = true
+size = Vector2i(732, 872)
+render_target_update_mode = 4
+
+[node name="3DRoot" parent="SubViewport" instance=ExtResource("4_yehud")]

BIN
godot/slides/203/robot.glb


+ 37 - 0
godot/slides/203/robot.glb.import

@@ -0,0 +1,37 @@
+[remap]
+
+importer="scene"
+importer_version=1
+type="PackedScene"
+uid="uid://c2ad4ixc1eni0"
+path="res://.godot/imported/robot.glb-171f67d39e5bcf166a9f18507069d1ee.scn"
+
+[deps]
+
+source_file="res://slides/203/robot.glb"
+dest_files=["res://.godot/imported/robot.glb-171f67d39e5bcf166a9f18507069d1ee.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={}
+gltf/naming_version=1
+gltf/embedded_image_handling=1