Skip to content

sharonyang/texture_render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published