josejad Expert Licensed User Longtime User Dec 18, 2019 #1 And the winner is: Source: http://illusionoftheyear.com/
Star-Dust Expert Licensed User Longtime User Dec 18, 2019 #2 José J. Aguilar said: And the winner is: Source: http://illusionoftheyear.com/ Click to expand... If I can reproduce it what do I win? My 3D library does this animation
José J. Aguilar said: And the winner is: Source: http://illusionoftheyear.com/ Click to expand... If I can reproduce it what do I win? My 3D library does this animation
josejad Expert Licensed User Longtime User Dec 18, 2019 #3 Star-Dust said: If I can reproduce it what do I win? Click to expand... Hum... World and B4X forum fame is the prize¡¡ Star-Dust said: My 3D library does this animation Click to expand... Start thinking in a new one for the next year¡¡ Some kind of animation with the B4X logo. It could hypnotize people who watch to start programming with B4X instead of using Android Studio, etc...
Star-Dust said: If I can reproduce it what do I win? Click to expand... Hum... World and B4X forum fame is the prize¡¡ Star-Dust said: My 3D library does this animation Click to expand... Start thinking in a new one for the next year¡¡ Some kind of animation with the B4X logo. It could hypnotize people who watch to start programming with B4X instead of using Android Studio, etc...
Peter Simpson Expert Licensed User Longtime User Dec 18, 2019 #4 Star-Dust said: If I can reproduce it what do I win?n Click to expand... Hmm... Another 'Like' from me, and that's all you really need
Star-Dust said: If I can reproduce it what do I win?n Click to expand... Hmm... Another 'Like' from me, and that's all you really need
Cableguy Expert Licensed User Longtime User Dec 18, 2019 #5 That figure is one of the many one can reproduce easily in a 2 channel oscilloscope. I believe it called a Lissajous figure.
That figure is one of the many one can reproduce easily in a 2 channel oscilloscope. I believe it called a Lissajous figure.
Star-Dust Expert Licensed User Longtime User Dec 18, 2019 #6 It is clearly to be finished. The line with a greater thickness and the slower rotation. But today I don't have much time, so this is what I could do. It seems a little bit to me to win a competition of optical effects a sinusoid that turns Last edited: Dec 18, 2019
It is clearly to be finished. The line with a greater thickness and the slower rotation. But today I don't have much time, so this is what I could do. It seems a little bit to me to win a competition of optical effects a sinusoid that turns
Star-Dust Expert Licensed User Longtime User Dec 18, 2019 #7 I feel generous tonight, I paste the source code I used for this animation B4X: P3D.Initialize ' Lissajous figure P3D.AddLissajous(1,0,0,0,80,xui.Color_Black,xui.Color_Transparent).RenderToView(Panel,Panel.Width/2,Panel.Height/2,1,1 ) ' Rotate For i=0 To 360 Step 10 P3D.Rotate(Null,0,i,0).RenderToView(Panel,Panel.Width/2,Panel.Height/2,1,1) Sleep(50) Next
I feel generous tonight, I paste the source code I used for this animation B4X: P3D.Initialize ' Lissajous figure P3D.AddLissajous(1,0,0,0,80,xui.Color_Black,xui.Color_Transparent).RenderToView(Panel,Panel.Width/2,Panel.Height/2,1,1 ) ' Rotate For i=0 To 360 Step 10 P3D.Rotate(Null,0,i,0).RenderToView(Panel,Panel.Width/2,Panel.Height/2,1,1) Sleep(50) Next
rabbitBUSH Well-Known Member Licensed User Longtime User Dec 18, 2019 #8 Wow //good one//congratulations the old B4X: P3D.Initialize Spinning Fish Trick Star-Dust said: It seems a little bit to me to win a competition of optical effects a sinusoid that turns Click to expand... Star-Dust said: I feel generous tonight, I paste the source code I used for this animation Click to expand... the point might be : in such a short passage of code ............... Ja Mate genuine good one on winning :: but, that video at This time of night. Shuuu! Star-Dust said: If I can reproduce it what do I win? Click to expand... PICK ONE ->
Wow //good one//congratulations the old B4X: P3D.Initialize Spinning Fish Trick Star-Dust said: It seems a little bit to me to win a competition of optical effects a sinusoid that turns Click to expand... Star-Dust said: I feel generous tonight, I paste the source code I used for this animation Click to expand... the point might be : in such a short passage of code ............... Ja Mate genuine good one on winning :: but, that video at This time of night. Shuuu! Star-Dust said: If I can reproduce it what do I win? Click to expand... PICK ONE ->