Fernando vera

Results 2 comments of Fernando vera

same here, obj and mtl load, but gltf, glb, and dae not load, i get > Possible Unhandled Promise Rejection (id: 10): Event { "isTrusted": false, }

I have same problem, I fix with sorce code but cant push: **RichPreview.java** ` private String resolveURL(String url, String part) { if(URLUtil.isValidUrl(part)) { return part; } else { URI base_uri...