feat: added grass and hdri

This commit is contained in:
Sara 2025-06-09 01:12:40 +02:00
parent fa134da7f4
commit 6fbdfaf863
9 changed files with 117 additions and 39 deletions

Binary file not shown.

View file

@ -32,7 +32,14 @@ animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
_subresources={}
_subresources={
"materials": {
"grass": {
"use_external/enabled": true,
"use_external/path": "res://models/props/materials/grass.tres"
}
}
}
blender/nodes/visible=0
blender/nodes/active_collection_only=false
blender/nodes/punctual_lights=true

Binary file not shown.

View file

@ -0,0 +1,13 @@
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://c3klmel717h85"]
[ext_resource type="Texture2D" uid="uid://cjamwnt4hrwfv" path="res://materials/grass_albedo.png" id="1_ireae"]
[resource]
resource_name = "grass"
transparency = 2
alpha_scissor_threshold = 0.771
alpha_antialiasing_mode = 1
alpha_antialiasing_edge = 0.3
shading_mode = 2
albedo_texture = ExtResource("1_ireae")
roughness = 0.967914

Binary file not shown.

Binary file not shown.