<kintel>
teepee Haven't progressed much with removing any CGAL stuff. I'm too many levels deep in refactoring
<teepee>
kintel: no problem, we can either look at making the measurement stuff work with CGAL too, or just ignore the issue for a while and see how it goes :)
<kintel>
Not sure it's going to be worth adding in the short term, at least as long as manifold support is blocking the next release
<teepee>
yeah, I tend to think it might be better to see if we can improve/extend the features instead of wading through those NEF datastructures
teepee_ has joined #openscad
teepee has quit [Ping timeout: 240 seconds]
teepee_ is now known as teepee
LordOfBikes has quit [Ping timeout: 256 seconds]
mmu_man has quit [Ping timeout: 264 seconds]
LordOfBikes has joined #openscad
J24k71 has joined #openscad
J24k33 has quit [Ping timeout: 250 seconds]
califax has quit [Remote host closed the connection]
califax has joined #openscad
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
misterfish has joined #openscad
Joel has quit [Ping timeout: 240 seconds]
Joel has joined #openscad
Joel has quit [Excess Flood]
Joel has joined #openscad
misterfish has quit [Ping timeout: 256 seconds]
Joel has quit [Excess Flood]
Joel has joined #openscad
Joel has quit [Ping timeout: 240 seconds]
Joel has joined #openscad
Joel has quit [Excess Flood]
Joel has joined #openscad
Joel has quit [Ping timeout: 252 seconds]
Joel has joined #openscad
Joel has quit [Ping timeout: 256 seconds]
Joel has joined #openscad
Joel has quit [Excess Flood]
Joel has joined #openscad
Joel has quit [Ping timeout: 260 seconds]
Joel has joined #openscad
Joel has quit [Excess Flood]
Joel has joined #openscad
Joel has quit [Ping timeout: 252 seconds]
Joel has joined #openscad
Joel has quit [Max SendQ exceeded]
Joel has joined #openscad
L29Ah has left #openscad [#openscad]
misterfish has joined #openscad
Joel has quit [Ping timeout: 255 seconds]
Joel has joined #openscad
Joel has quit [Max SendQ exceeded]
Joel has joined #openscad
Joel has quit [Max SendQ exceeded]
mmu_man has joined #openscad
Joel has joined #openscad
Joel has quit [Max SendQ exceeded]
Joel has joined #openscad
Joel has quit [Ping timeout: 245 seconds]
Joel has joined #openscad
Joel has quit [Excess Flood]
Joel has joined #openscad
mmu_man has quit [Ping timeout: 268 seconds]
Joel has quit [Ping timeout: 252 seconds]
Joel has joined #openscad
mmu_man has joined #openscad
Joel has quit [Ping timeout: 276 seconds]
Joel has joined #openscad
Joel has quit [Ping timeout: 260 seconds]
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
ToAruShiroiNeko has quit [Ping timeout: 246 seconds]
Joel has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
kintel has joined #openscad
guso78k has quit [Quit: Client closed]
<kintel>
pca006132 Still slowly progressing with VBO benchmarks. One thing I'm seeing so far: If you enable the first 3 VBO option (i.e. all of them _except_ -indexed), the performance is close to no VBO for a single frame, and much much better for subsequent frames.
<kintel>
..so rule is (for now), always enable the 3 first VBO options together. I plan to merge them into one soon.
<kintel>
If you find any evidence otherwise, let me know :)
misterfish has quit [Ping timeout: 256 seconds]
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<kintel>
Anyway, my tentative plan is: 1. reduce the VBO options to two options (non-indexed and indexed), 2. Make non-indexed the default and kill non-VBO code paths 3. Look into the indexed stuff
<kintel>
..without introducing bugs and performance regressions :)
<guso78>
Polyset is only Indexed recently . Before indexing in vbo was OK 😜
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kintel has joined #openscad
kintel has quit [Client Quit]
guerdy has joined #openscad
ToAruShiroiNeko has quit [Ping timeout: 256 seconds]
guerd871 has quit [Read error: Connection reset by peer]
erectus has quit [Ping timeout: 240 seconds]
erectus has joined #openscad
erectus has quit [Client Quit]
erectus has joined #openscad
ToAruShiroiNeko has joined #openscad
<gbruno>
[github] kintel pushed 9 modifications (Remove -direct and -prealloc features. These are now always enabled. The main reason for enabling them is that glBufferSubData() is quite slow on macOS, so we'll standardize on one common, fast, code path.) https://github.com/openscad/openscad/commit/20076d45dad837a4d975bd012578b265d88d16f6