I have a question , or rather a request if someone can actually do it

Can objects in Hyperion (Demoniak) have proprieties? i mean for instance i got 2 objects in a 3d environment If they touch eachother they both store the "touched" in a file if not they don't
I am thinking about this like in a neural network way but not as code but 3d representation of the code along with the code's proprieties this way you got a primitive way to do neural network in 3d

Implementation of this could bare verry interesting results.
Also .. it it CAN be done then ill try my verry best to learn all that is 2 learn about this engine and lua... The interactions between 3d objects is calculated (or can be) by the GPU who is made for such a thing i know that present day cards can render thousands of polygons (if not more) per second so most of the "simulation" strain is done there ... and the cpu can be used for the data "touched" and other datas that the neurons might store as a whole, it's just a concept so sorry if i am totally wrong about this but at the verry least it's a bit interesting
