Skip to content

Commit

Permalink
feat: update ply logic
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Pollind <[email protected]>
  • Loading branch information
Michael Pollind authored and Michael Pollind committed Aug 9, 2024
1 parent 37bb5a6 commit 7620a68
Show file tree
Hide file tree
Showing 4 changed files with 428 additions and 4 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions Forge/Formats/TF_ply.h → Forge/Formats/ply/TF_ply.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ struct PlyElement {
uint32_t mNumAttributes;
struct PlyAttribute* mAttributes;
uint32_t mNumElements;
void* mInput;
FileStream mInput;
};

struct TPlyFile {
struct TFScratchAllocator mAlloc; // temporary scratch allocator for the lifetime of the configuration
enum PlyFormatData format;

size_t mNumElements;
struct PlyElement mElements[16];
};

#ifdef __cplusplus
Expand Down
Loading

0 comments on commit 7620a68

Please sign in to comment.