Skip to content

Commit 2b9a3f9

Browse files
authored
Added basic lights components example in 3D (#224)
* Added basic lights components example in 3D * Apply suggestions from code review Co-authored-by: Pawel <pawel.jarosz21@gmail.com> * Add link to light component manual Co-authored-by: Pawel <pawel.jarosz21@gmail.com>
1 parent 89be941 commit 2b9a3f9

39 files changed

Lines changed: 1196 additions & 0 deletions
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
path_settings {
2+
path: "**"
3+
profile: "Default"
4+
}
5+
profiles {
6+
name: "Default"
7+
platforms {
8+
os: OS_ID_GENERIC
9+
formats {
10+
format: TEXTURE_FORMAT_RGBA
11+
compression_level: BEST
12+
compression_type: COMPRESSION_TYPE_DEFAULT
13+
}
14+
mipmaps: false
15+
max_texture_size: 0
16+
premultiply_alpha: true
17+
}
18+
}
191 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)