|
@ -49,6 +49,7 @@ class SurfaceManagerGui { |
|
|
|
|
|
|
|
|
ProjectionEditor * getProjectionEditor(); |
|
|
ProjectionEditor * getProjectionEditor(); |
|
|
TextureEditor * getTextureEditor(); |
|
|
TextureEditor * getTextureEditor(); |
|
|
|
|
|
SourcesEditor * getSourcesEditor(); |
|
|
|
|
|
|
|
|
void onVertexChanged(int & i); |
|
|
void onVertexChanged(int & i); |
|
|
void onVerticesChanged(vector<ofVec3f> & vertices); |
|
|
void onVerticesChanged(vector<ofVec3f> & vertices); |
|
|