00:02
califax has quit [Remote host closed the connection]
00:03
califax has joined #openscad
00:27
Yossi has left #openscad [#openscad]
00:54
peepsalot has quit [Ping timeout: 268 seconds]
00:56
peepsalot has joined #openscad
00:58
ali1234 has joined #openscad
01:11
mmu_man has quit [Ping timeout: 268 seconds]
01:22
mmu_man has joined #openscad
01:44
LordOfBikes has quit [Ping timeout: 272 seconds]
01:52
teepee_ has joined #openscad
01:55
teepee has quit [Ping timeout: 260 seconds]
01:55
teepee_ is now known as teepee
01:56
LordOfBikes has joined #openscad
01:56
teepee has quit [Remote host closed the connection]
01:58
teepee has joined #openscad
02:08
snaked has joined #openscad
02:34
kintel has joined #openscad
03:09
pca006132 has quit [Remote host closed the connection]
03:09
pca006132 has joined #openscad
03:14
mmu_man has quit [Ping timeout: 255 seconds]
04:50
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
05:38
othx has quit [Ping timeout: 246 seconds]
05:39
othx has joined #openscad
05:56
J24k has joined #openscad
06:37
kdc has joined #openscad
10:20
mmu_man has joined #openscad
10:55
kdc has quit [Quit: Leaving]
11:04
snaked has quit [Remote host closed the connection]
11:37
TheAssassin has quit [Remote host closed the connection]
11:38
TheAssassin has joined #openscad
11:57
J24k has quit [Quit: Client closed]
11:57
J24k has joined #openscad
12:33
kintel has joined #openscad
12:52
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
14:03
fling has quit [Remote host closed the connection]
14:03
aiyion3 has quit [Remote host closed the connection]
14:03
GNUmoon2 has quit [Remote host closed the connection]
14:03
califax has quit [Remote host closed the connection]
14:05
califax has joined #openscad
14:08
aiyion3 has joined #openscad
14:14
mmu_man has quit [Ping timeout: 268 seconds]
14:16
califax has quit [Read error: Connection reset by peer]
14:16
aiyion3 has quit [Remote host closed the connection]
14:16
aiyion3 has joined #openscad
14:16
califax has joined #openscad
14:18
GNUmoon2 has joined #openscad
14:19
califax has quit [Remote host closed the connection]
14:19
califax has joined #openscad
14:23
mmu_man has joined #openscad
14:27
dostoyevsky2 has quit [Quit: leaving]
14:27
dostoyevsky2 has joined #openscad
14:30
GNUmoon2 has quit [Remote host closed the connection]
14:30
califax has quit [Read error: Connection reset by peer]
14:30
califax has joined #openscad
14:30
GNUmoon2 has joined #openscad
14:35
GNUmoon2 has quit [Remote host closed the connection]
14:35
GNUmoon2 has joined #openscad
15:12
Smeef has joined #openscad
15:27
DrTomFlint has joined #openscad
15:28
DrTomFlint has quit [Client Quit]
15:56
L29Ah has left #openscad [#openscad]
16:05
mmu_man has quit [Ping timeout: 252 seconds]
16:07
mmu_man has joined #openscad
16:16
L29Ah has joined #openscad
16:36
<
J24k >
I would like an indicator which parameters in customize are different from the code
16:36
mmu_man has quit [Ping timeout: 256 seconds]
16:38
mmu_man has joined #openscad
16:50
extor has quit [Remote host closed the connection]
16:50
pca006133 has joined #openscad
16:50
extor has joined #openscad
16:52
pca006132 has quit [Ping timeout: 264 seconds]
16:52
pca006133 is now known as pca006132
17:19
L29Ah has quit [Ping timeout: 240 seconds]
17:58
mmu_man has quit [Ping timeout: 255 seconds]
17:59
mmu_man has joined #openscad
19:10
mmu_man has quit [Ping timeout: 268 seconds]
19:12
mmu_man has joined #openscad
19:49
guso78k has joined #openscad
19:50
guso78k has quit [Client Quit]
19:51
mmu_man has quit [Ping timeout: 260 seconds]
19:52
guso78k has joined #openscad
19:53
<
guso78k >
InPhase, your bezier patch yields a nice optical illusion, just printing it to test it in real life
19:54
<
InPhase >
guso78k: You inverted something to make it inside out?
19:55
<
guso78k >
i inverted just the parameters of the 2nd bezier. make a diff!
19:55
<
guso78k >
and look at this; the axes are really wild now
19:58
<
InPhase >
I guess with adjusting the input it could probably do any sort of 3 cornered bezier.
19:59
<
InPhase >
Although note that my tesselation algorithm makes a hard assumption that the rows are non-increasing as it goes along z.
19:59
<
guso78k >
i think it can already do.
19:59
<
InPhase >
non-increasing in length, that is
19:59
<
guso78k >
the result of my code appears to be half a sphere, but isn't
19:59
<
InPhase >
And by z I mean the z as originally defined.
20:01
<
InPhase >
I think it's possible to make a tesselation version that does not have this assumption, but that seemed to require more thought. :)
20:01
mmu_man has joined #openscad
20:02
<
InPhase >
I have for a long time wanted to write a tesselation algorithm in scad code that takes arbitrary lengths of coordinates.
20:03
<
guso78k >
this version of your code only specifies 3 vectors as input. i believe to get 4th point, you need to cut 3 faces
20:05
<
InPhase >
I guess polyhedron is smart enough to handle breaking that base layer up into triangles in that last version.
20:05
<
InPhase >
It's fed to it as a single face, but it's no longer a valid face.
20:06
<
InPhase >
I wonder if that's documented behavior or just implementation behavior.
20:07
<
guso78k >
breaking face is a face with more than 3 vertices and more than one normal ?
20:13
L29Ah has joined #openscad
20:19
fling has joined #openscad
20:32
<
InPhase >
guso78k: Yeah.
20:33
<
guso78k >
i believe openscad does not even notice this because it triangulates EVERYTHING right in the beginning to be able to work with manifold ...
20:58
<
J24k >
#5073 looks like an issue with convexity - can't reproduce with manifold not tested without
21:01
<
J24k >
but with #5072 i assume this is a linux ubuntu driver problem
21:02
<
J24k >
at least strange coincidence that two reporting a similar issue
21:16
Guest80 has joined #openscad
21:19
mmu_man has quit [Ping timeout: 256 seconds]
21:26
mmu_man has joined #openscad
21:27
L29Ah has left #openscad [#openscad]
21:34
Guest80 is now known as Katy
21:37
stefanct has quit [Ping timeout: 256 seconds]
21:44
Katy has quit [Ping timeout: 250 seconds]
21:54
L29Ah has joined #openscad
22:01
snaked has joined #openscad
22:07
stefanct has joined #openscad
22:25
dostoyev1ky2 has joined #openscad
22:26
dostoyevsky2 has quit [Quit: leaving]
22:27
dostoyev1ky2 has quit [Client Quit]
22:27
dostoyevsky2 has joined #openscad
22:27
hyvoid has quit [Quit: WeeChat 4.2.1]
23:01
redlizard has quit [Changing host]
23:01
redlizard has joined #openscad
23:05
teepee_ has joined #openscad
23:07
teepee has quit [Ping timeout: 260 seconds]
23:07
teepee_ is now known as teepee
23:08
teepee has quit [Remote host closed the connection]
23:11
teepee has joined #openscad
23:29
Guest80 has joined #openscad
23:39
Guest80 has quit [Ping timeout: 250 seconds]
23:58
mmu_man has quit [Ping timeout: 272 seconds]