-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: adding images, models and a description
- Loading branch information
Showing
5 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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