Color Tracking Component
Would be a cool little feature to add someday, color tracking. A good example of what I mean can be seen here:
https://trackingjs.com/examples/color_camera.html
https://trackingjs.com/examples/color_video.html
Would be nice to have a component that does that and can be scripted, like:
vec3 representing an RGB color
script.colorTracker.track = new vec3(255,0,0)
(points being an array of different points of detection)
script.colorTracker.points[0].getTransform.getWorldPosition
script.colorTracker.points[0].height
script.colorTracker.points[0].width
Cool idea Apoc, I'dd add it to the feature request list.
Cheers,
Kaitlyn