Spheres ring. Draw by openFrameworks

[ Video ]

[ About ]
下記の式で輪の動きを反転させる。

The following equation reverses the motion of the wheel.

[ Source ]

[ Link ]
https://github.com/junkiyoshi/Insta20211005

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Pattern of spinning spheres. Draw by openFrameworks

[ Video ]

[ About ]
球体の頂点を回転させた軌跡。

The locus of rotation of the vertices of a sphere.

[ Source ]

[ Link ]
https://github.com/junkiyoshi/Insta20210925

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Twin color ribbon and sphere. Draw by openFrameworks

[ Video ]

[ About ]
真ん中の球体はリボンとの距離を比較して色を変える。

The sphere in the middle changes color based on its distance from the ribbon.

[ Source ]

public:
void setup();
void update();
void draw();

void keyPressed(int key) {};
void keyReleased(int key) {};
void mouseMoved(int x, int y) {};
void mouseDragged(int x, int y, int button) {};
void mousePressed(int x, int y, int button) {};
void mouseReleased(int x, int y, int button) {};
void windowResized(int w, int h) {};
void dragEvent(ofDragInfo dragInfo) {};
void gotMessage(ofMessage msg) {};

ofEasyCam cam;
ofMesh face, line, sphere_face, sphere_line;
vector<ofMeshFace> triangle_list;

glm::vec3 blue_location;
glm::vec3 red_location;
};

[ Link ]
https://github.com/junkiyoshi/Insta20210905

[ほしいものリスト]
Amazon

[ Sponsor Link ]