Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Ambigous calls against github head Cinder #5

Open
eighteight opened this issue Apr 22, 2012 · 1 comment
Open

Ambigous calls against github head Cinder #5

eighteight opened this issue Apr 22, 2012 · 1 comment

Comments

@eighteight
Copy link

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.

@eighteight
Copy link
Author

The fix is to use "=" instead of "update". e.g.: mColorTex = getColorImage();

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant