AndroidJgltfViewer icon indicating copy to clipboard operation
AndroidJgltfViewer copied to clipboard

Android port of jgltfViewer with native OpenGL ES bindings

Results 2 AndroidJgltfViewer issues
Sort by recently updated
recently updated
newest added

Hi, Is this supports PBR based GLTF models i'm not able to load exact colors to gltf can u please help me on this please

This code in class UniformGetterFactory 477 row ``` for (int j = 0; j < numJoints; j++) { NodeModel jointNodeModel = joints.get(j); Supplier inverseBindMatrixSupplier = inverseBindMatrixSuppliers.get(j); Supplier jointMatrixSupplier = MatrixOps...