文件名称:ofxRing:一个简单的用于绘制圆环的 openFrameworks 插件
文件大小:17KB
文件格式:ZIP
更新时间:2024-07-18 19:56:17
C++
环 介绍 这是一个用于绘制环的简单 openFrameworks 插件。 环的内半径和外半径可以独立变化。 安装 将此存储库克隆到您的 openFrameworks 插件目录中,例如: cd ~/openframeworks/addons/ git clone https://github.com/elaye/ofxRing.git 用法 你可以像这样直接画一个戒指: ofxDrawRing(float x, float y, float inner_radius, float outer_radius); 或者 ofxDrawRing(ofPoint position, float inner_radius, float outer_radius); ...或者你可以像这样创建一个戒指: ofxRing ring(float x, float y, float inner_
【文件预览】:
ofxRing-master
----src()
--------ofxRing.h(906B)
--------ofxRing.cpp(2KB)
----example()
--------example.cbp(2KB)
--------src()
--------config.make(6KB)
--------Makefile(382B)
--------addons.make(8B)
--------example.workspace(415B)
--------bin()
----ofxaddons_thumbnail.png(9KB)
----LICENSE(1KB)
----README.md(1KB)