GitXplorerGitXplorer
R

obj-viewer

public
1 stars
2 forks
0 issues

Commits

List of commits on branch main.
Unverified
c7d7da5feb301bb5fdbaf4d388b0cac5c344438c

included MeshLoading.h file in solution

RRu7w1k committed 4 years ago
Verified
86031a5b5be1c6363e883fab78cc970bd6ca2dc6

Merge pull request #1 from hotgeek/main

RRu7w1k committed 4 years ago
Unverified
2e34f343dd1c054a24228e06ab7a217e68819cf6

Added code for

committed 4 years ago
Verified
25e6c90aa93a8668123ac98e227f7ba5c8c06003

Update README.md

RRu7w1k committed 4 years ago
Unverified
8e266e6bbf118092739c4c0f9e4def25d5396e5e

added base template

RRu7w1k committed 4 years ago
Verified
8719cbff0aabb74272066aed98902de6f6a8c693

Initial commit

RRu7w1k committed 4 years ago

README

The README file for this repository.

obj-viewer

A simple obj model viewer.

ToDo

  • add depth related changes
  • add command line parameter handling to get the .obj file to load
  • add mesh loading code
  • modify mesh loading code to handle other cases: Added for Triangles and Quads
  • add camera
  • add logic to find bounding box for model and adjust camera according to that
  • add default light
  • add default texture