-
Notifications
You must be signed in to change notification settings - Fork 0
sharonyang/texture_render
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
CS 171 Fall 2014 Hw5
Sharon Yang
README.txt
If you do not have glm installed, do:
```
sudo apt-get install libglm-dev
```
To run the code, do:
```
make
./texture [texture.bmp] < [example.obj]
```
It should take no longer than 3 seconds for GL window to pop up.
example:
```
./texture data/strawberry.bmp < data/bunny.obj
```
I have downloaded other .bmp files too for you to try.
About
Using OpenGL with C++ to render .bmp texture onto .obj objects using half-edge structure.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published