jildertviet / TIYCS

This Is Your Captain Speaking
0 stars 0 forks source link

Increase resolution of mapping texture / mesh #56

Closed jildertviet closed 1 year ago

jildertviet commented 1 year ago

Perhaps use ofxPiMapper with ofFbo src?

jildertviet commented 1 year ago

Keep classes as they are. Use a double ofFbo? One for drawing (recursively) and one for mapping ...

jildertviet commented 1 year ago

How to modify these quads via OSC?

  1. Select surface.
  2. Set vertex / or Select vertex and move.
    void selectVertex(int surface, int vertex);
    void moveSelection(ofx::piMapper::Vec3 by);
jildertviet commented 1 year ago

16025e3