Color detection block

    Snk

    Joined
    Aug 30, 2013
    Messages
    1,186
    Reaction score
    155
    • Legacy Citizen
    • Top Forum Contributor
    Logic block that fires a true system based on color. You would link it to the color of the light you wanted, and if it detected that color light in a 3x3x3 radius, it would fire a true signal.
     
    • Like
    Reactions: NeonSturm

    Criss

    Social Media Director
    Joined
    Jun 25, 2013
    Messages
    2,187
    Reaction score
    1,772
    • Master Builder Bronze
    • Video Genius
    • Competition Winner - Stations
    What exactly is the point of this? Are you talking about separate entities?
     

    Snk

    Joined
    Aug 30, 2013
    Messages
    1,186
    Reaction score
    155
    • Legacy Citizen
    • Top Forum Contributor
    What exactly is the point of this? Are you talking about separate entities?
    You could set up some sort of organizing system based on color. If the entity had a blue light, it would go to this place, etc. I am talking about separate entities.
     
    Joined
    Aug 5, 2013
    Messages
    405
    Reaction score
    140
    • Community Content - Bronze 1
    You could set up some sort of organizing system based on color. If the entity had a blue light, it would go to this place, etc. I am talking about separate entities.
    can't understand
    any picture to explain?
     
    • Like
    Reactions: NeonSturm

    jayman38

    Precentor-Primus, pro-tempore
    Joined
    Jul 13, 2014
    Messages
    2,518
    Reaction score
    787
    • Purchased!
    • Thinking Positive
    • Legacy Citizen 4
    If nothing else, this could coordinate logic systems between two docking structures.
    It should be fairly easy to implement from a programming point of view. (each tick or second: If light point of color X in the universe found intersecting a bounding box that simulates radius Y then true else false)