If you just want to spawn the 2D panels in the home environment, you can
just launch another regular activity as you would in Android. You may
need some extra manifest flags to make it not just replace the current
window (for example you may need the...
Hi! Could you explain your situation a bit more? I am assuming in the
starter sample, you have StarterSampleActivity (immersive activity) and
some panel. Are you trying to launch another panel or a different
immersive activity? If it is another panel...
Hi! Right now when creating a SceneTexture, there are roughly log2
levels of mipmaps generated for any bitmap created and there is no
current way to customize that. The lodBias in the sampler should let you
customize which levels are used for samplin...
Hi! A note on the head pose: it will likely have better performance if
you call Scene.getViewerPose() directly, than doing a query. > a way to
get the position of the head in the shader (short of passing it as a
uniform attribute every frame)? If we ...