You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.
These lines:
mColorTex.update( getColorImage() );
mDepthTex.update( getDepthImage24() ); // Histogram
Produce this error:
Call to member function "update" is ambiguous.
In the latest Cinder. Is it supposed to work against some older Cinder version only? It seems that Cinder's Textures do not accept ImageSourceRef in their update method anymore.
The text was updated successfully, but these errors were encountered:
These lines:
mColorTex.update( getColorImage() );
mDepthTex.update( getDepthImage24() ); // Histogram
Produce this error:
In the latest Cinder. Is it supposed to work against some older Cinder version only? It seems that Cinder's Textures do not accept ImageSourceRef in their update method anymore.
The text was updated successfully, but these errors were encountered: