Nathanel Titane Wrote:Hey there Nicola,
Been playing around with Brigl and must say I love it.
Is there any way to revise or enable LDraw's standard parts directory listing instead of the parsing your JS proposes or the no subdir option (which forces everything into a single directory)?
Thank you.
Thanks the nosubdir option actually use the standard part directory listing, it is not that it require a single flat directory. Just use the option and plug your library as is, it should work.
Nathanel Titane Wrote:Nicola, any way to add touch event listenenrs to brigl?
Actually that is Threejs stuff. Brigl basically create a Threejs object, and then you can do whatever you want with it. I included the BriglContainer code that will create a very basic Threejs scene, but that's just for convenience.
Brigl already support mouse event, so i guess you need touch events such as from tablets or smartphones?
Let me know if you need more help