bluecadet / Cinder-BluecadetViews

Scene graph Cinder block with touch management and various tools for UI dev
MIT License
11 stars 3 forks source link

Feature/image view tex coords #107

Open adielfernandez opened 6 years ago

adielfernandez commented 6 years ago

Add in overloaded setTexture() method for specifying the texture coordinates of the texture subsection ImageView should draw.

Also includes getters and setters for accessing the current tex coords and the default (non-static) tex coords.

NOTES: