Samaneh

Results 4 issues of Samaneh

I was adding ToyCar to model-viewer fidelity test scenarios. It looks like the model size is too small. Sharing in case it was not intentional. The bounding box size from...

model-viewer currently checks if the URL ends with .hdr using HDR_FILE_RE.test(url) * If it does, it uses the hdrLoader (RGBELoader) * If it doesn't, it uses the imageLoader (HDRJPGLoader) The...

### Reference Issue The goal of this PR is to split ModelScene into ModelData and SceneData class. First sub task is to introduce ModelData class, ModelScene class will have a...