Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/ply.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ void Import_PLY(const char * aFileName, Mesh * aMesh)
state.mColorIdx = 0;

// Open the PLY file
p_ply ply = ply_open(aFileName, NULL);
p_ply ply = ply_open(aFileName, NULL, 0, NULL);
if(!ply)
throw runtime_error("Unable to open PLY file.");
if(!ply_read_header(ply))
Expand Down
4 changes: 2 additions & 2 deletions tools/rply/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RPly 1.01 license
Copyright � 2003-2005 Diego Nehab.
RPly 1.1.4 license
Copyright � 2003-2015 Diego Nehab.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
Loading