Ragner Magalhaes

Results 1 issues of Ragner Magalhaes

What is the right way to identify the shader type of a material? The following code is always logging `INVALID SHADER` ``` GVRMaterial material = new GVRMaterial(context, GVRMaterial.GVRShaderType.Phong.ID); if (material.getShaderType()...

bug