Skip to content

Computer 3D & 2D Design

This week, I will present a selection of four designs: two in 2D and two in 3D. Each design will be crafted using different software tools to highlight the strengths and capabilities of each platform. I will begin with the 2D designs, where I will discuss the software used, the key features that facilitated the design process, and the techniques employed to bring the concepts to life. Following that, I will delve into the 3D designs, explaining the software choices and how they allowed for intricate modeling and rendering. For each design, I will also provide a detailed step-by-step overview of the construction process, including initial sketches, digital modeling, and any adjustments made along the way. This comprehensive presentation aims to not only showcase the final outputs but also to give insight into the creative and technical journey behind each design.

Important requirements for this week

1. Cuttle

Click here to download

fusion 360

steps dhsdhj hdjdss

Click here to download

And preview the model below in 3D

Research

“Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.”

“Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.”

Code Example

Use the three backticks to separate code.

// the setup function runs once when you press reset or power the board
void setup() {
  // initialize digital pin LED_BUILTIN as an output.
  pinMode(LED_BUILTIN, OUTPUT);
}

// the loop function runs over and over again forever
void loop() {
  digitalWrite(LED_BUILTIN, HIGH);   // turn the LED on (HIGH is the voltage level)
  delay(1000);                       // wait for a second
  digitalWrite(LED_BUILTIN, LOW);    // turn the LED off by making the voltage LOW
  delay(1000);                       // wait for a second
}

files

click to download my car model

Video

From Vimeo

Sound Waves from George Gally (Radarboy) on Vimeo.

From Youtube

3D Models


Last update: November 18, 2024