Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obj File Writer #8

Closed
ange-yaghi opened this issue Aug 31, 2019 · 0 comments
Closed

Obj File Writer #8

ange-yaghi opened this issue Aug 31, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ange-yaghi
Copy link
Owner

ange-yaghi commented Aug 31, 2019

Skeleton Files to Populate

  • include/obj_file_writer.h
  • src/obj_file_writer.cpp

Getting Started Information

  • Create all changes in a branch starting in feature/I8_ (ie issue 8)
  • All commit messages should look like this "[Obj File Writer #8] : Commit message" so they reference this issue

Description

The obj file writer is responsible for exporting a scene to a .obj file which is a standard file format for mesh geometry. ObjFileWriter has only one public interface method, writeScene. The other functions can be replaced or modified as desired but the function prototype of writeScene shouldn't change.

Reference Material

https://en.wikipedia.org/wiki/Wavefront_.obj_file
include/obj_file_loader.h and src/obj_file_loader.cpp

@ange-yaghi ange-yaghi added the enhancement New feature or request label Aug 31, 2019
@ange-yaghi ange-yaghi added this to To do in Initial Development Sep 2, 2019
ange-yaghi added a commit that referenced this issue Sep 2, 2019
@ange-yaghi ange-yaghi moved this from To do to In progress in Initial Development Sep 2, 2019
ange-yaghi added a commit that referenced this issue Sep 2, 2019
@ange-yaghi ange-yaghi assigned ange-yaghi and unassigned RabeeHanna Sep 3, 2019
@ange-yaghi ange-yaghi moved this from In progress to Done in Initial Development Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants