Forum Discussion
EnTerr
11 years agoRoku Guru
"TheEndless" wrote:
On the Roku 3, the new Roku 2, the streaming stick, and the old Roku 2 XD and Roku 2 XS, it can rotate the full 360 degrees. 90 degree rotation seems to be a limitation of the non-OpenGL models.
Also Roku 2 HD (#3000 - why do people remember 2XD and 2XS but regularly forget 2HD?! RokuCo in particular is guilty of that in support/accessories pages), Roku LT #2400 and MHL stick (#34xx). I got chided recently for promoting checks by model#. In light of that, my guess on checking for fast (and degree-able) DrawRotatedObject() is:
if createObject("roDeviceInfo").hasFeature("gaming_hardware") then ...
RokuMarkn - is this the right way to check for OpenGLES? (Or is "gaming_hardware" specifically about motion remote capability - or for motion remote connectedness?! ostensibly three different things)