Is there a way to create pointy tiles/pyramids in java fx?
I was able to do it with a trick illusion cause I didn’t want to blow my brains out with triangle mesh. You can stack up multiple boxes and make them smaller and smaller as they go up to approximate a prism.
For the pyramids, you make a loop that creates Boxes that are actually squares, and you add the squares on top of each other with a decrement in size.