Skip to content

Commit

Permalink
Precise tags feature. Trees by leaf type.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Feb 21, 2025
1 parent f95dc73 commit 58fafd9
Show file tree
Hide file tree
Showing 9 changed files with 331 additions and 140 deletions.
18 changes: 16 additions & 2 deletions data/fs25-texture-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,33 @@
"name": "forestGrass",
"count": 2,
"tags": { "natural": ["wood", "tree_row"], "landuse": "forest" },
"precise_tags": { "leaf_type": "mixed" },
"width": 2,
"color": [11, 66, 0],
"usage": "forest",
"precise_usage": "mixed_forest",
"priority": 5,
"procedural": ["PG_forests"]
},
{
"name": "forestLeaves",
"count": 2
"count": 2,
"precise_tags": { "leaf_type": "broadleaved" },
"color": [11, 66, 0],
"priority": 5,
"usage": "forest",
"precise_usage": "broadleaved_forest",
"procedural": ["PG_forests"]
},
{
"name": "forestNeedels",
"count": 2
"count": 2,
"precise_tags": { "leaf_type": "needleleaved" },
"color": [11, 66, 0],
"priority": 5,
"usage": "forest",
"precise_usage": "needleleaved_forest",
"procedural": ["PG_forests"]
},
{
"name": "forestRockRoots",
Expand Down
Loading

0 comments on commit 58fafd9

Please sign in to comment.