mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-03 11:54:58 +00:00
typos
This commit is contained in:
@@ -233,7 +233,7 @@ Then you can press the object you wanna edit on the right and edit it on the lef
|
||||
Then you will get something like this. Now drag over everything and press `unwrap`
|
||||
|
||||

|
||||
That will make everything dissapear.
|
||||
That will make everything disappear.
|
||||

|
||||
Now you can select faces in your 3d editor you want the image on. And right click and press `UV unwrap faces -> Unwrap -> Smart UV project`
|
||||
|
||||
@@ -258,7 +258,7 @@ After that you need to set the output location and file type. That can be done i
|
||||
|
||||

|
||||
|
||||
In there you can change render settings for this project. There are multiple render engines. Eevee is the fastest but lowest quality and Cycles is the slowest and heaviest one but looks the nicest. Workbench is somewhere inbetween.
|
||||
In there you can change render settings for this project. There are multiple render engines. Eevee is the fastest but lowest quality and Cycles is the slowest and heaviest one but looks the nicest. Workbench is somewhere in between.
|
||||
After setting all your settings you can go to the top menu and press `render` and choose if you wanna render an image or video.
|
||||
|
||||

|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Lecture notes Wednesday
|
||||
|
||||
## Notes regional
|
||||
Parametic design - scalable objects (so that if you change one parameter everything changes with it)
|
||||
Parametric design - scalable objects (so that if you change one parameter everything changes with it)
|
||||
|
||||
Try as much design softwares as possible
|
||||
|
||||
@@ -12,14 +12,14 @@ Parametric design is different in every design software
|
||||
|
||||
### Constraints
|
||||
equality constraints to make things the same size
|
||||
dimension consraints force someting to a length
|
||||
dimension constraints force something to a length
|
||||
|
||||
* imaprative design (click and drag)
|
||||
* generative design (describe how you want something and it generatis it)
|
||||
* imperative design (click and drag)
|
||||
* generative design (describe how you want something and it generates it)
|
||||
|
||||
|
||||
#### Freecad
|
||||
Different snaps to snap to grid of verticices or edges
|
||||
Different snaps to snap to grid of vertices or edges
|
||||
|
||||
|
||||
#### loft
|
||||
@@ -28,7 +28,7 @@ Different snaps to snap to grid of verticices or edges
|
||||
#### Parametric design
|
||||
Use of spreadsheet
|
||||
|
||||
### Intergrate 3d view in website
|
||||
### Integrate 3d view in website
|
||||
https://grabcad.com/
|
||||
|
||||
### Video encoding
|
||||
@@ -37,14 +37,14 @@ Use H.264 to encode videos with
|
||||
ffmpeg -i input_video -vcodec libx264 -crf 25 -preset medium -vf scale=-2:1080 -acodec libmp3lame -3q:a output_video
|
||||
|
||||
|
||||
#### Assigment
|
||||
#### Assignment
|
||||
* model a possible final project with cad in 2d and 3d
|
||||
* make photorealistic render
|
||||
* make a movie
|
||||
* make a simulation that it works
|
||||
* compress them
|
||||
* post the descroption with the design files to the class page
|
||||
* post the description with the design files to the class page
|
||||
|
||||
#### Next week
|
||||
* next week paramemtric press fit construction kit.
|
||||
* next week parametric press fit construction kit.
|
||||
* focus on constrains and parametric
|
||||
|
Reference in New Issue
Block a user