Wojciech Radaczyński

Results 74 comments of Wojciech Radaczyński

+1 for Text Rendering, from personal point of view it's the only thing that I miss in examples I think :)

Hey @RBELLUCO, is your mesh closed for 100%?

Hey @RBELLUCO, I checked your model in Rhino to see if it's closed mesh, and it reports me, that it's not indeed: ![2022-07-09_11h36_45](https://user-images.githubusercontent.com/47977819/178100274-78e8e538-610c-4beb-b4ad-06fcc8d03d4b.png) In fact after some examination I think...

For Online 3d Viewer I guess it would require implementing additional feature that would detect Non-Manifold errors, and preview them in a viewer at the first place. Often modelling software...

Hey @RBELLUCO, maybe CGAL (https://www.cgal.org/index.html) has some fixing mesh capabilities. Don't know if there is some JS open-source library that does that, as JS library should probably fit Online 3D...

Regarding location of text: maybe center of bounding box would be easy to obtain and good enough for most of the cases.

Maybe this would do better work from the UX perspective: ![2022-05-10_18h07_07](https://user-images.githubusercontent.com/47977819/167673450-cc0f51d1-80d4-4931-ac4e-7543d9251c0e.png) But generally when I'm thinking about some edge cases (overlapping elements, meshes with gaps, tiny elements next to each...

For an example this is how it looks like when middle of the bounding box is taken for text tag ![2022-05-15_19h37_58](https://user-images.githubusercontent.com/47977819/168486443-51cd5f2a-cd63-4110-9de1-02f2b36f544f.gif)

Hello all. Thank you for all these ideas :) I just wanted to clarify one thing regarding changes and updates. Generally I've made some sort of the statement that I...

There is no such thing as ideal, or without ability to improve. You can always say you can add something, improve something, in Markdown as well :) So it's creator...