Skip to content

Commit

Permalink
first vrsion
Browse files Browse the repository at this point in the history
  • Loading branch information
Felice Pollano committed Jul 21, 2020
0 parents commit 8f4dcfd
Show file tree
Hide file tree
Showing 50 changed files with 1,275 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source_md5="87ce2f9460a3a2c2b171990c6423005c"
dest_md5="31b35014c2bccd31b1a8295fffb47921"

Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions .import/audirx8.glb-687a32e29604e7f739de6bb1b81c4558.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source_md5="5bb70f2a2817a74158efcc60742beeab"
dest_md5="6741c762ac84f220684401e8e6fba4b8"

Binary file not shown.
3 changes: 3 additions & 0 deletions .import/audirx8.glb-7366b64928e397279d98c1ff39f9e26b.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source_md5="5bb70f2a2817a74158efcc60742beeab"
dest_md5="e850fe64cb35ceb0ee67e7f243a296c5"

Binary file not shown.
3 changes: 3 additions & 0 deletions .import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source_md5="47313fa4c47a9963fddd764e1ec6e4a8"
dest_md5="2ded9e7f9060e2b530aab678b135fc5b"

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source_md5="ba22252579cdd195f24b26f840dca46d"
dest_md5="f2ce576c3046109ffe2da63151fe2582"

Binary file not shown.
16 changes: 16 additions & 0 deletions Car.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[gd_scene load_steps=3 format=2]

[ext_resource path="res://assets/cars/audirx8.glb" type="PackedScene" id=1]

[sub_resource type="CapsuleShape" id=1]
radius = 0.679422
height = 2.8155

[node name="Car" instance=ExtResource( 1 )]

[node name="left_door001" parent="audi_r8/audi_r8001/back_movement/front_movement/car1/left_door" index="0"]
transform = Transform( 100, 0, 0, 0, 0, 100, 0, -100, 0, 96.9293, 16.331, 14.2758 )

[node name="CollisionShape" type="CollisionShape" parent="." index="4"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.151198, -0.358425, -0.027139 )
shape = SubResource( 1 )
37 changes: 37 additions & 0 deletions Screen1.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[gd_scene load_steps=6 format=2]

[ext_resource path="res://assets/textures/TexturesCom_SoilCracked0140_1_seamless_S.jpg" type="Texture" id=1]
[ext_resource path="res://Car.tscn" type="PackedScene" id=2]

[sub_resource type="BoxShape" id=1]
extents = Vector3( 1000, 0, 1000 )

[sub_resource type="PlaneMesh" id=2]

[sub_resource type="SpatialMaterial" id=3]
albedo_texture = ExtResource( 1 )
uv1_scale = Vector3( 640, 640, 1 )

[node name="Spatial" type="Spatial"]

[node name="StaticBody" type="StaticBody" parent="."]

[node name="CollisionShape" type="CollisionShape" parent="StaticBody"]
shape = SubResource( 1 )

[node name="MeshInstance" type="MeshInstance" parent="StaticBody/CollisionShape"]
transform = Transform( 1000, 0, 0, 0, 1, 0, 0, 0, 1000, 0, 0, 0 )
mesh = SubResource( 2 )
material/0 = SubResource( 3 )

[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( -0.989992, 0.112007, -0.0858497, 0.0833722, 0.95502, 0.284581, 0.113863, 0.274575, -0.9548, -1.58408, 1.80405, -0.0203364 )
light_energy = 1.69
light_indirect_energy = 2.32
shadow_enabled = true

[node name="Camera" type="Camera" parent="."]
transform = Transform( 1, 0, 0, 0, 0.993226, 0.116203, 0, -0.116203, 0.993226, -1.95682, 1.02052, 3.99294 )

[node name="Car" parent="." instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 )
Binary file added assets/cars/audi_logo.material
Binary file not shown.
Binary file added assets/cars/audirx8.glb
Binary file not shown.
Loading

0 comments on commit 8f4dcfd

Please sign in to comment.