Skip to content

Commit

Permalink
chore: adding images, models and a description
Browse files Browse the repository at this point in the history
  • Loading branch information
gprzy committed May 1, 2023
1 parent e1db778 commit cca8dfc
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,34 @@
# bezier-porsche-plotting
🏁 Plotting a Porsche using Bézier curves, lines and circumferences
🏁 Realizando a plotagem de um Porsche utilizando curvas de Bézier e geometria analítica.

<img align="center" src="assets/porshe_plot.png"><br>
<img align="center" src="assets/porsche_plot.png"><br>

Authors:
## Processo de criação

### 1. **Utilizando uma imagem como referência**

Primeiramente, foi utilizado um modelo de Porsche como referência para o processo de modelagem.

<img align="center" src="assets/porsche_model.png"><br>

### 2. **Utilizando uma representação abstraída**

A partir da imagem de referência, foi criada uma representação simplificada e abstraída do modelo original, utilizando um software convencional de desenho livre.

<img align="center" src="assets/porsche_draw.png"><br>

### 3. **Mapeamento de coordenadas**

A partir do desenho obtido pela imagem de referência, foi possível mapear todos os pontos referentes às coordenadas do Porsche original, permitindo a modelagem de suas partes utilizando técnicas de geometria analítica.

<img align="center" src="assets/porsche_coords.png"><br>

### 4. **Modelagem e plotagem**

Possuindo as coordenadas que permitem a construção do Porsche, foi possível modelar toda a criação do veículo em partes, utilizando curvas de Bézier, linhas, circunferências e outras técnicas de geometria analítica, plotando a figura ao final do processo.

<img align="center" src="assets/porsche_plot.png"><br>

## Autores
- Gabriel Przytocki ([@gprzy](https://github.com/gprzy));
- Gustavo Klinfuss ([@GustavoKlinfuss](https://github.com/GustavoKlinfuss));
Binary file added assets/porsche_coords.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/porsche_draw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/porsche_model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit cca8dfc

Please sign in to comment.