Add terrain STL generators for 32mm fantasy dioramas, like chests, crates, chairs, weapon racks#1
Draft
Add terrain STL generators for 32mm fantasy dioramas, like chests, crates, chairs, weapon racks#1
Conversation
…bblestone) Co-authored-by: srfraser <5933384+srfraser@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add STL files for fantasy terrain dioramas
Add terrain STL generators for 32mm fantasy dioramas
Feb 28, 2026
Owner
|
The floor tiles are great but can we have more scatter terrain like chests, chairs, crates, floor torches |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds programmatic STL generation for fantasy-themed diorama terrain (dungeons, towns, gaols, necromancer lairs) scaled for 32mm miniatures.
New primitives
box(width, depth, height, center)— rectangular box primitive; foundation for all terrain geometryNew
stl_generator.terrainmoduleThree terrain tile generators, all centred at origin and fully parameterised:
dungeon_floor_tile()dungeon_wall_section()cobblestone_street_tile()Stones are clipped to tile boundaries and all gap/relief/size parameters are exposed.
Tiles compose freely — lay a grid of
dungeon_floor_tileinstances with matchingwidth/depth, back them withdungeon_wall_sectionwalls, and place 32mm bases directly on top.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.