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.

13 lines
244 B

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