Noocraft Removing blocks with fire?

Blitz3D Forums/Blitz3D Programming/Noocraft Removing blocks with fire?

Caton(Posted 2016) [#1]
I look in code and added fire but how to when fire hits blocks.

I tried remove block I tried remove chunk I even tried Chunk\Mesh[ I]

how do I do it corrected?


Matty(Posted 2016) [#2]
Please clarify what you mean - it is not clear what you are saying.


Omnicode(Posted 2016) [#3]
You'd need to create a way to access the point of impact and infer based on direction of travel which blocks to remove. Removing the blocks would need to based on the accessed point or position in data/array of information. Rebuilding a section of a world or chunk after said change has occurred to update it to the user.