Improve buggy model
parent
479522d292
commit
f2357d58d3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 686 KiB |
|
@ -0,0 +1,37 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path.s3tc="res://.import/tyretexture.png-815a19f346dc8bb593f48a3a9b625018.s3tc.stex"
|
||||||
|
path.etc2="res://.import/tyretexture.png-815a19f346dc8bb593f48a3a9b625018.etc2.stex"
|
||||||
|
metadata={
|
||||||
|
"imported_formats": [ "s3tc", "etc2" ],
|
||||||
|
"vram_texture": true
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/tyretexture.png"
|
||||||
|
dest_files=[ "res://.import/tyretexture.png-815a19f346dc8bb593f48a3a9b625018.s3tc.stex", "res://.import/tyretexture.png-815a19f346dc8bb593f48a3a9b625018.etc2.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=2
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/bptc_ldr=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=true
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=true
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=1
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
process/invert_color=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=false
|
||||||
|
svg/scale=1.0
|
|
@ -17,10 +17,7 @@ mass = 150.0
|
||||||
script = ExtResource( 3 )
|
script = ExtResource( 3 )
|
||||||
power_curve = SubResource( 2 )
|
power_curve = SubResource( 2 )
|
||||||
|
|
||||||
[node name="chassis" parent="." index="0"]
|
[node name="front_right" parent="." index="1"]
|
||||||
transform = Transform( -1, 0, -3.25841e-07, 0, 1, 0, 3.25841e-07, 0, -1, 0, 0.446435, 0 )
|
|
||||||
|
|
||||||
[node name="front_left" parent="." index="1"]
|
|
||||||
use_as_traction = true
|
use_as_traction = true
|
||||||
use_as_steering = true
|
use_as_steering = true
|
||||||
wheel_radius = 0.6
|
wheel_radius = 0.6
|
||||||
|
@ -32,16 +29,16 @@ suspension_max_force = 10000.0
|
||||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.23227, 0 )
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.23227, 0 )
|
||||||
shape = SubResource( 1 )
|
shape = SubResource( 1 )
|
||||||
|
|
||||||
[node name="rear_left" parent="." index="4"]
|
[node name="front_left" parent="." index="4"]
|
||||||
use_as_traction = true
|
use_as_traction = true
|
||||||
|
use_as_steering = true
|
||||||
wheel_radius = 0.6
|
wheel_radius = 0.6
|
||||||
wheel_rest_length = 0.4
|
wheel_rest_length = 0.4
|
||||||
suspension_travel = 1.0
|
suspension_travel = 1.0
|
||||||
suspension_max_force = 10000.0
|
suspension_max_force = 10000.0
|
||||||
|
|
||||||
[node name="front_right" parent="." index="5"]
|
[node name="rear_left" parent="." index="5"]
|
||||||
use_as_traction = true
|
use_as_traction = true
|
||||||
use_as_steering = true
|
|
||||||
wheel_radius = 0.6
|
wheel_radius = 0.6
|
||||||
wheel_rest_length = 0.4
|
wheel_rest_length = 0.4
|
||||||
suspension_travel = 1.0
|
suspension_travel = 1.0
|
||||||
|
|
Loading…
Reference in New Issue