Skip to content

Commit

Permalink
feat: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
moesio-f committed Dec 2, 2023
1 parent 3f5118f commit 9301dc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added .github/img/2va_calice.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 .github/img/2va_vaso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ Uma vez realizado obtido o executável, podemos testar a pipeline de renderizaç
```console
# Executando em sistemas Linux-like
# ./render <path/to/camera.txt> </path/to/object.byu>
./render camera_1.txt maca2.byu
./render camera_1.txt calice2.byu basic.lux

# Executando no Windows
# render.exe <path/to/camera.txt> </path/to/object.byu>
render.exe camera_1.txt maca2.byu
render.exe camera_1.txt calice2.byu basic.lux
```

Ao executar as linhas acima, será produzido como resultado a seguinte visualização:

![](.github/img/1va_maca2.png)
![](.github/img/2va_calice.png)

Podemos atualizar os arquivos de câmera (`.txt`) e de objeto (`.byu`) e apertar a tecla `R` para reexecutar o processo de renderização.

Expand Down

0 comments on commit 9301dc3

Please sign in to comment.