This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <stdlib.h> | |
#include "rply/rply.h" | |
using namespace std; | |
int main() | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ---------------------------------------------------------------------- | |
* RPly library, read/write PLY files | |
* Diego Nehab, IMPA | |
* http://www.impa.br/~diego/software/rply | |
* | |
* This library is distributed under the MIT License. See notice | |
* at the end of this file. | |
* ---------------------------------------------------------------------- */ | |
#include <stdio.h> | |
#include <ctype.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************************************* | |
* * | |
* PrimeSense NITE 1.3 - Single Control Sample * | |
* Copyright (C) 2010 PrimeSense Ltd. * | |
* * | |
*******************************************************************************/ | |
// NOTE: It is a bug fixed version of https://gist.github.com/trtg/3922745 | |
NewerOlder