Coding Challenge #9: Solar System in Processing - Part 3 (3D textures)
In part 3 of this coding challenge, using Processing, I add textures to the 3D objects created in part 2. The PShape class and createShape() functions are covered. Code: https://thecodingtrain.com/challenges/9-solar-system-3d-textures
đšī¸ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/SD8a6k6A
đĨ Previous video: https://youtu.be/dncudkelNxw?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
đĨ Next video: https://youtu.be/HyK_Q5rrcr4?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
đĨ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
References:
đ PeasyCam library: http://mrfeinberg.com/peasycam/
đ Planet Texture Maps: http://planetpixelemporium.com
đ My NOC class on Kadenze: https://www.kadenze.com/courses/the-nature-of-code/info
Live Stream Archive:
đ´ Coding Train Live 35: https://youtu.be/nF7DVmovWr0?t=3156s
Related Coding Challenges:
đ #7 Solar System (2D): https://youtu.be/l8SiJ-RmeHU
đ #8 Solar System (3D): https://youtu.be/dncudkelNxw
Timestamps:
00:00 Introduction
00:50 Getting the planet textures from Planet Pixel Emporium
02:14 Rendering modes and PShapes
05:37 Adding different planet textures
08:39 Experimenting with lighting
Editing by Mathieu Blanchette
Animations by Jason Heglund
Music from Epidemic Sound
đ Website: http://thecodingtrain.com/
đž Share Your Creation! https://thecodingtrain.com/guides/passenger-showcase-guide
đŠ Suggest Topics: https://github.com/CodingTrain/Suggestion-Box
đĄ GitHub: https://github.com/CodingTrain
đŦ Discord: https://thecodingtrain.com/discord
đ Membership: http://youtube.com/thecodingtrain/join
đ Store: https://standard.tv/codingtrain
đī¸ Twitter: https://twitter.com/thecodingtrain
đ¸ Instagram: https://www.instagram.com/the.coding.train/
đĨ Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
đĨ Intro to Programming: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA
đ p5.js: https://p5js.org
đ p5.js Web Editor: https://editor.p5js.org/
đ Processing: https://processing.org
đ Code of Conduct: https://github.com/CodingTrain/Code-of-Conduct
This description was auto-generated. If you see a problem, please open an issue: https://github.com/CodingTrain/thecodingtrain.com/issues/new
#solarsystem #3d #textures #processing