shubhamagarwal003
shubhamagarwal003
@NumaNumaNuma @ondys I used the approach suggested here to get subobjects and apply material on them which are stored in a separate .mtl file. The approach works fine. But sometimes...
@JackC09 which commit are you using. I suppose [this PR](https://github.com/google/draco/pull/186) should fix your issue
@JackC09 I've done changes in DracoLoader.js in the repo. Mostly in function convertDracoGeometryTo3JS. Here is my modified function (Sorry for the code quality). ``` convertDracoGeometryTo3JS: function(dracoDecoder, decoder, geometryType, buffer) {...
Hi @AjayTalati, I am also trying a similar approach of clustering the points in latent space but on a different dataset. My dataset contains a multidimensional time series. The data...