A Minecraft add-on implementing interconnecting RGB light strips to the game.
Light strips are implemented with similar connection logic to the redstone wiring system already present in game, but with the additional capability of connecting accross edges and corners from any possible placement orientation. Their block model consists of several separable flat extensions that are toggled depending on connection state. The connection logic takes advantage of linear algebra concepts in order to run the same relative block testing function on every light strip, where an orthonormal basis is constructed from the light strip's facing directing and used to acquire and connect to the corresponding relative blocks. Through this method the connection logic is heavily simplified versus the previous iteration, where different connection functions were used for the six different placement directions.
In addition to the light strips, I've implemented several extra blocks that recreate their respective Vanilla counterparts. Doors, Fences, Fence Gates, and Trapdoors are all included in the add-on.
The following is a video created by user markom58 showcasing the creative capabilities Chroma Tech introduces for Minecraft.