Blender渲染
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
305 B

  1. <?php
  2. namespace Blobt\Luxcore\core;
  3. use Blobt\Luxcore\core\LoardObj;
  4. include dirname(dirname(__FILE__)) . "/vendor/autoload.php";
  5. ini_set('memory_limit','4096M');
  6. $ply = new LoardObj('/home/yuanjiajia/Desktop/blender/test/6D.obj');
  7. $ply = $ply->toPly(null,LoardObj::TYPE_TXT);
  8. var_dump($ply );
  9. ?>