-
1.3: Shapes & Drawing – p5.js Tutorial
In this video, I start writing code and cover the basics of coordinates systems, shapes, and drawing in p5.js. 🎥 Next video: https://youtu.be/riiJTF5-N7c 🎥 All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA 💻 Code: https://editor.p5js.org/codingtrain/sketches/HJ1WjEPwQ 🔗 https://p5js.org/ 🔗 p5.js Web Editor: https://editor.p5js.org/ 🚂 Website: http://thecodingtrain.com/ 💖 Patreon: https://patreon.com/codingtrain 🛒 Store: https://www.designbyhumans.com/shop/codingtrain/ 📚 Books: https://www.amazon.com/shop/thecodingtrain 🎥 Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH 📄 Code…
-
blender 3 D modeling tutorial (build a bridge) Part2
https://i.ytimg.com/vi/JcfiTt6kIhs/hqdefault.jpg blender 3 D tutorial modeling (bridge) Part 2, @ the end you must position the alpha texture correct ! and maybe @ the end of the bridge make some how many € you think is ok for a Tutorial ? source
-
3D model using Photoscan and Blender – Part 01 – SCANNING
https://i.ytimg.com/vi/VJYuid0ow48/hqdefault.jpg In this tutorial we create a rock for our video game using Photogrammetry. Follow Cryonetic on Facebook: https://www.facebook.com/Cryonetic Support me on Patreon: https://www.patreon.com/PaulSwartz?ty=h Follow me on twitter: https://twitter.com/PaulSwartZZZ Website: http://www.cryonetic.com/ source
-
Schraubenberechnung 3D Animation mit Blender 3D
https://i.ytimg.com/vi/Go8C_kMeupw/hqdefault.jpg Fachlich fundierte 3D Animation Zur Darstellung der Vorgänge innerhalb einer Schraubverbindung. # Reduzierung auf schematische Ersatzhülse # Aufbringen einer Vorspannkraft # elastische Stauchung der Fügeteile (überhöhte Darstellung!) # elastische Dehnung der Schraube (überhöhte Darstellung!) # Verhalten unter verschiedenen Betriebslasten (Zugkraft, Druckkraft) # Darstellung auftretende Kräfte (Montagekraft, Restklemmkraft) # Ableitung des Verspannungsdreiecks # Darstellung eines…
-
Illuminating photography: From camera obscura to camera phone – Eva Timothy
VIew full lesson: http://ed.ted.com/lessons/illuminating-photography-eva-timothy The origins of the cameras we use today were invented in the 19th century. Or were they? A millenia before, Arab scientist Alhazen was using the camera obscura to duplicate images, with Leonardo da Vinci following suit 500 years later and major innovations beginning in the 19th century. Eva Timothy tracks…
-
Future of photography: Ren Ng at TEDxSanJoseCA 2012
Before starting Lytro in 2006, Ren had been extensively studying light field science and computational science. His seminal Ph.D. research on light field technology earned the field’s top honor, the ACM Doctoral Dissertation Award for best thesis in computer science and engineering, as well as Stanford University’s Arthur Samuel Award for Best Ph.D. Dissertation. The…
-
Javascript Closure tutorial ( Closures Explained )
What are closures in javaScript and how and where to use them. So what is closure in javascript? “whenever you declare a function inside another function, the inside function(s) is/are recreated again each time the outside function is called” “Closures are functions that refer to independent (free) variables. In other words, the function defined in…