yuanjiajia
3 years ago
9 changed files with 131 additions and 52 deletions
-
38examples/print.php
-
4src/scene/BaseCfg.php
-
67src/scene/Scene.php
-
13src/scene/camera/Camera.php
-
13src/scene/light/LigthBase.php
-
12src/scene/materials/MaterialsBase.php
-
8src/scene/objects/Objects.php
-
13src/scene/texture/TextureBase.php
-
13src/scene/volumes/VolumesBase.php
@ -0,0 +1,13 @@ |
|||
<?php |
|||
|
|||
namespace Blobt\Luxcore\scene\camera; |
|||
use Blobt\Luxcore\scene\BaseCfg; |
|||
|
|||
class Camera extends BaseCfg |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
?>
|
@ -0,0 +1,13 @@ |
|||
<?php |
|||
|
|||
namespace Blobt\Luxcore\scene\ligth; |
|||
use Blobt\Luxcore\scene\BaseCfg; |
|||
|
|||
class LightBase extends BaseCfg |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
?>
|
@ -0,0 +1,13 @@ |
|||
<?php |
|||
|
|||
namespace Blobt\Luxcore\scene\texture; |
|||
use Blobt\Luxcore\scene\BaseCfg; |
|||
|
|||
class TextureBase extends BaseCfg |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
?>
|
@ -0,0 +1,13 @@ |
|||
<?php |
|||
|
|||
namespace Blobt\Luxcore\scene\volumes; |
|||
use Blobt\Luxcore\scene\BaseCfg; |
|||
|
|||
class VolumesBase extends BaseCfg |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
?>
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue