Innovatie: Geological Modelling
Digitale 3d maquettes bouwen... interssant!
In de vorige les van innovatie moesten we een analoge maquette bouwen uit karton en papier. Dit keer gaan we deze maquette digitaal maken. Hiervoor kon ik het beste het programma SketchUp gebruiken. Na een korte uitleg van de docent begon ik voor het eerst te ontwerpen in 3d met SketchUp.





Hoe verloopt het proces?
Het programma SketchUp was verbazingwekkend makkelijk en intuïtief te gebruiken. Het komt waarschijnlijk door mijn ervaring met de Adobe programma's, maar het was niet moeilijk. Ik nam de screenshot van de map van mijn buurt als basis om te kunnen beginnen in SketchUp. Deze kon ik makkelijk invoegen in het programma. Er waren ook nog instellingen om de tijd en schaduwen aan te passen. Verder kon ik ook texturen kiezen en die op mijn gebieden toevoegen. Er konden zelfs objecten in geplaatst worden zoals de bomen en de tank die in het park aanwezig zijn.





Evaluatie / reflectie
Wat ik van deze les heb opgestoken is het gebruiken van het programma SketchUp. Het programma was redelijk nieuw en leuk om te gebruiken om 3d maquettes te maken. Jammer genoeg is het niet gratis en kan ik het niet vaak gebruiken. Toch was het wel interessant om het een keer te gebruiken.
Related Posts
-
Innovation: Sound Design
Innovation: Sound design Bron: Puri x JHORRMOUNTAIN x Adje – Coño We have chosen to adapt Baudet’s speeches and statements to make a parody of the song: ‘Coño. In one of Baudet’s statements the word ‘lavender’ came up. We thought this was a nice starting point. https://youtu.be/yvtlTC98C9Y Sound design & visual reaction In this workshop… Read more »
Posted on by yin-yong
-
Workshop: Prototyping
Quick prototyping Form follows function This workshop looked at the function of construction, sizes, materials and how that communicates to the user. I made a lot of different sketches / construction drawings of an iPhone charger. First I drew these on different sizes and techniques. After that I made a 1:1 scale model out of… Read more »
Posted on by yin-yong
-
Erosion Clock
Innovation: Race against the clock Time costs money At the beginning of the workshop an explanation was given about how designers deal with the concept of time and what kind of designs they have made. The first design is called the: 10,000 year clock. This is a clock that would be placed in a mountain… Read more »
Posted on by yin-yong
-
Processing
Innovatie: Experimentele media int radius = 100; float nScale = 200; import ddf.minim.*; import ddf.minim.analysis.*; Minim minim; AudioPlayer player; AudioMetaData meta; BeatDetect beat; float noiseMulti = 300; void setup() { size(1920, 1080, P2D); background(0); smooth(); minim = new Minim(this); player = minim.loadFile(“test audio.mp3”); player.loop(); meta = player.getMetaData(); beat = new BeatDetect(player.bufferSize(), player.sampleRate()); beat.setSensitivity(300); } void… Read more »
Posted on by yin-yong