Thank you very much Kazuki for pushing p5 boundaries :D
@kazukiumeda49032 жыл бұрын
Yeah, that's very fun! Even though we usually hit the wall of "frame rate"🤣.
@BossCODINGplease2 жыл бұрын
Great Tutorial!
@anamariaarbelaezlopez47832 жыл бұрын
Espectacular!
@user-fx8lj9pm4w2 жыл бұрын
u deserve more views
@kazukiumeda49032 жыл бұрын
Thank you for this comment, I'm genuinely happy to hear that
@dimitriscollier99182 жыл бұрын
Thanks a lot Kazuki for this amazing tutorial.
@kazukiumeda49032 жыл бұрын
Thank you for the compliment, I'll keep going:)
@lianggrander92332 жыл бұрын
素晴らしい教えです! お気に入り!
@kazukiumeda49032 жыл бұрын
ありがとうございます,これからもいっしょに頑張りましょう😉
@iketutmurdita74482 жыл бұрын
Amazing tutorial🙏from Bali Island
@eonoire2 жыл бұрын
this is awesome
@kazukiumeda49032 жыл бұрын
Thank you😋
@TheStandardcrow2 жыл бұрын
The pointLight() command doesn’t make any difference when I implement it, no shadow is created. Any ideas what the bug might be? Thanks!
@kazukiumeda49032 жыл бұрын
Hi, just in case, I used version 1.4.0 of p5.js (I should have mentioned it in the video😅) Also, make sure that the pointLight() is outside of the push() and pop(), which makes the sun very far away from the planet by translate(). function theSolar(){ push(); translate(0, 0, -3000); image(solar, 0, 0, 6400*6, 3556*6); pop(); pointLight( 0, 0, 100, 0, 0, 0 ); }
@TheStandardcrow2 жыл бұрын
Thanks for the quick reply. It seems the error was that I was calling theSolar after planet, it needed to be before!
@jgoemat Жыл бұрын
Could use the code somewhere, p5 keeps crashing for me as I'm typing in code and I lose it and have to restart