Viktor Kovacs

Results 127 comments of Viktor Kovacs

There is a quick workaround. Set the relevant materials slightly transparent so it will be rendered as a transparent surface. Put the following line in the mtl file: ``` d...

Could you please upload an example somewhere to test?

Definitely it's because the internal model representation. It allows to implement several features (like mesh selection, calculations, export, etc.), but comes with a price. The task here is to minimize...

Might be related: https://stackoverflow.com/questions/62049063/retained-size-in-chrome-memory-snapshot-what-exactly-is-being-retained

Blender import is tricky. The Blender file format is just a binary dump of the internal structure, so versioning is a big issue. I managed to create a prototype with...

Oh, it seems that Blender doesn't export hierachy to glTF, and uses mesh names only ([this issue might be related](https://github.com/KhronosGroup/glTF-Blender-IO/issues/1456)). Fbx is a bit better, but seems like it misses...

It's not possible at the moment. Of course, it can be part of the model, but there is no feature to generate it automatically.

Depending on your use case there are several ways to implement it. **1. Implement ground plane in the website** This is the most complicated solution. I'm only able to accept...

It's ok to do it in the engine, but it should be done in a way that can be used from the website later. I would take a look at...

Hey, sorry for the late answer. I definitely should write an architectural documentation of the code to answer all your questions. I've created an issue for that: #245. The proposed...