@@ -34,7 +34,7 @@ discard block |
||
34 | 34 | * Selector to an <a-asset-item> pointing to a .OBJ file or an inline path to a .OBJ file. |
35 | 35 | * |
36 | 36 | * @param null|string $selector |
37 | - * @return ObjModelCMPTIF |
|
37 | + * @return ObjModelPrimitiveIF |
|
38 | 38 | */ |
39 | 39 | public function obj(string $selector = null): ObjModelPrimitiveIF; |
40 | 40 | |
@@ -45,7 +45,7 @@ discard block |
||
45 | 45 | * use the material component instead. |
46 | 46 | * |
47 | 47 | * @param null|string $selector |
48 | - * @return ObjModelCMPTIF |
|
48 | + * @return ObjModelPrimitiveIF |
|
49 | 49 | */ |
50 | 50 | public function mtl(string $selector = null): ObjModelPrimitiveIF; |
51 | 51 | } |
52 | 52 | \ No newline at end of file |
@@ -43,8 +43,7 @@ |
||
43 | 43 | * |
44 | 44 | * Selector to an <a-asset-item> pointing to a .OBJ file or an inline path to a .OBJ file. |
45 | 45 | * |
46 | - * @param null|string $selector |
|
47 | - * @return ObjModelPrimitiveIF |
|
46 | + * @return Curvedimage |
|
48 | 47 | */ |
49 | 48 | public function init() |
50 | 49 | { |