Anton Grabovskiy

Results 3 issues of Anton Grabovskiy

Hi! I am trying create ofMesh object and fill it with vertices. I am writing in onSetup section: ```lua mesh = ofMesh(); mesh:setMode(OF_PRIMITIVE_LINES); ``` In ofUpdate section: ```lua mesh:clear() mesh:addVertex(ofVec3f(0,0,0));...

### What do you need? I'm looking for possibilities to specify agents behaviour in the fabric, When I tried to create agents for internet search task - always creates the...

enhancement