I am using beetle but I am wondering how do I render a texture or costume onto a beetle blocks object(beetle extension) I’m trying to make a secret game on the side of my other project I tried to do this
I did this cause I realized beetle blocks the beetle has the same color as the pen so I tried to render each point to make up a square but I couldntI dont think you can, the beetle extension only supports 1 color (pen color)
Well what if I made a square using beetle but rendered the extrusion using only points and each point has a different color so they make up the texture but my problem is how would I make a cube like that?
I don’t believe points in extrusion can have different colors
Let me do a quick test… turns out they can I did 2 points with different colors
Anyone else who wants to help or can even get something to render on a cube? In beetle
No there’s a way, (it also supports multiple pen colors) I’ve made a 3D game using beetle geometry and it works pretty decently.
@awdeni, To render what the beetle is seeing, create a sprite, get this script:
This will render what the beetle is seeing. The best way to test if this is working properly is to use the:
Hope this helps! (If you want more info on 3D beetle geometry games. Use this WIP game I’m making for a reference: Agoraphobia by mrace0 | Snap! Build Your Own Blocks


