We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef61ef commit 38ed4d6Copy full SHA for 38ed4d6
manual/assets/js/src/objects/Domain.ts
@@ -26,10 +26,10 @@ export function createLights(): Group {
26
/**
27
* Creates the environment.
28
*
29
- * @return {Group} The environment.
+ * @return The environment.
30
*/
31
32
-export function createEnvironment() {
+export function createEnvironment(): Group {
33
34
const environment = new Group();
35
const material = new MeshStandardMaterial({
@@ -103,7 +103,7 @@ export function createEnvironment() {
103
104
* Creates the scene actors.
105
106
- * @return {Group} The actors.
+ * @return The actors.
107
108
109
export function createActors(): Group {
0 commit comments