Sushant Ojal
Results
2
comments of
Sushant Ojal
The issue is with the GL_MAX_VERTEX_UNIFORM_COMPONENTS query. Looks like the value returned by the driver is not reliable. For gvr-multilight, any block of more than 18 matrices (288 floats) does...
Hi @itanbp , GVRBillboards can be added as components to scene objects. Using it on a sceneobject is as simple as: ` sceneObject.attachComponent(new GVRBillboard(gvrContext));` where sceneObject is a GVRSceneObject. This...