arpruss / raspberryjammod

Raspberry Jam Mod - a Mod Forge Minecraft mod implementing most of Raspberry Juice/Pi API
http://www.instructables.com/id/Python-coding-for-Minecraft/
Other
348 stars 94 forks source link

implement a simple flood fill function #47

Open mameen opened 4 years ago

mameen commented 4 years ago

A simple implementation of a flood fill to work with closed shapes drawn by the Turtule.

This castle sample simply draws some closed shapes, and then flood fill the surfaces to add water, grass and sealing..

mameen commented 4 years ago

image

image