@@ -63,7 +63,7 @@ function MenubarAdd( editor ) {
63
63
const meshSubmenu = new UIPanel ( ) . setPosition ( 'fixed' ) . addClass ( 'options' ) . setDisplay ( 'none' ) ;
64
64
meshSubmenuTitle . add ( meshSubmenu ) ;
65
65
66
- // Box
66
+ // Mesh / Box
67
67
68
68
option = new UIRow ( ) ;
69
69
option . setClass ( 'option' ) ;
@@ -79,7 +79,7 @@ function MenubarAdd( editor ) {
79
79
} ) ;
80
80
meshSubmenu . add ( option ) ;
81
81
82
- // Capsule
82
+ // Mesh / Capsule
83
83
84
84
option = new UIRow ( ) ;
85
85
option . setClass ( 'option' ) ;
@@ -96,7 +96,7 @@ function MenubarAdd( editor ) {
96
96
} ) ;
97
97
meshSubmenu . add ( option ) ;
98
98
99
- // Circle
99
+ // Mesh / Circle
100
100
101
101
option = new UIRow ( ) ;
102
102
option . setClass ( 'option' ) ;
@@ -112,7 +112,7 @@ function MenubarAdd( editor ) {
112
112
} ) ;
113
113
meshSubmenu . add ( option ) ;
114
114
115
- // Cylinder
115
+ // Mesh / Cylinder
116
116
117
117
option = new UIRow ( ) ;
118
118
option . setClass ( 'option' ) ;
@@ -128,7 +128,7 @@ function MenubarAdd( editor ) {
128
128
} ) ;
129
129
meshSubmenu . add ( option ) ;
130
130
131
- // Dodecahedron
131
+ // Mesh / Dodecahedron
132
132
133
133
option = new UIRow ( ) ;
134
134
option . setClass ( 'option' ) ;
@@ -144,7 +144,7 @@ function MenubarAdd( editor ) {
144
144
} ) ;
145
145
meshSubmenu . add ( option ) ;
146
146
147
- // Icosahedron
147
+ // Mesh / Icosahedron
148
148
149
149
option = new UIRow ( ) ;
150
150
option . setClass ( 'option' ) ;
@@ -160,7 +160,7 @@ function MenubarAdd( editor ) {
160
160
} ) ;
161
161
meshSubmenu . add ( option ) ;
162
162
163
- // Lathe
163
+ // Mesh / Lathe
164
164
165
165
option = new UIRow ( ) ;
166
166
option . setClass ( 'option' ) ;
@@ -176,7 +176,7 @@ function MenubarAdd( editor ) {
176
176
} ) ;
177
177
meshSubmenu . add ( option ) ;
178
178
179
- // Octahedron
179
+ // Mesh / Octahedron
180
180
181
181
option = new UIRow ( ) ;
182
182
option . setClass ( 'option' ) ;
@@ -192,7 +192,7 @@ function MenubarAdd( editor ) {
192
192
} ) ;
193
193
meshSubmenu . add ( option ) ;
194
194
195
- // Plane
195
+ // Mesh / Plane
196
196
197
197
option = new UIRow ( ) ;
198
198
option . setClass ( 'option' ) ;
@@ -209,7 +209,7 @@ function MenubarAdd( editor ) {
209
209
} ) ;
210
210
meshSubmenu . add ( option ) ;
211
211
212
- // Ring
212
+ // Mesh / Ring
213
213
214
214
option = new UIRow ( ) ;
215
215
option . setClass ( 'option' ) ;
@@ -225,7 +225,7 @@ function MenubarAdd( editor ) {
225
225
} ) ;
226
226
meshSubmenu . add ( option ) ;
227
227
228
- // Sphere
228
+ // Mesh / Sphere
229
229
230
230
option = new UIRow ( ) ;
231
231
option . setClass ( 'option' ) ;
@@ -241,7 +241,7 @@ function MenubarAdd( editor ) {
241
241
} ) ;
242
242
meshSubmenu . add ( option ) ;
243
243
244
- // Sprite
244
+ // Mesh / Sprite
245
245
246
246
option = new UIRow ( ) ;
247
247
option . setClass ( 'option' ) ;
@@ -256,7 +256,7 @@ function MenubarAdd( editor ) {
256
256
} ) ;
257
257
meshSubmenu . add ( option ) ;
258
258
259
- // Tetrahedron
259
+ // Mesh / Tetrahedron
260
260
261
261
option = new UIRow ( ) ;
262
262
option . setClass ( 'option' ) ;
@@ -272,7 +272,7 @@ function MenubarAdd( editor ) {
272
272
} ) ;
273
273
meshSubmenu . add ( option ) ;
274
274
275
- // Torus
275
+ // Mesh / Torus
276
276
277
277
option = new UIRow ( ) ;
278
278
option . setClass ( 'option' ) ;
@@ -288,7 +288,7 @@ function MenubarAdd( editor ) {
288
288
} ) ;
289
289
meshSubmenu . add ( option ) ;
290
290
291
- // TorusKnot
291
+ // Mesh / TorusKnot
292
292
293
293
option = new UIRow ( ) ;
294
294
option . setClass ( 'option' ) ;
@@ -304,7 +304,7 @@ function MenubarAdd( editor ) {
304
304
} ) ;
305
305
meshSubmenu . add ( option ) ;
306
306
307
- // Tube
307
+ // Mesh / Tube
308
308
309
309
option = new UIRow ( ) ;
310
310
option . setClass ( 'option' ) ;
@@ -351,7 +351,7 @@ function MenubarAdd( editor ) {
351
351
const lightSubmenu = new UIPanel ( ) . setPosition ( 'fixed' ) . addClass ( 'options' ) . setDisplay ( 'none' ) ;
352
352
lightSubmenuTitle . add ( lightSubmenu ) ;
353
353
354
- // AmbientLight
354
+ // Light / Ambient
355
355
356
356
option = new UIRow ( ) ;
357
357
option . setClass ( 'option' ) ;
@@ -368,7 +368,7 @@ function MenubarAdd( editor ) {
368
368
} ) ;
369
369
lightSubmenu . add ( option ) ;
370
370
371
- // DirectionalLight
371
+ // Light / Directional
372
372
373
373
option = new UIRow ( ) ;
374
374
option . setClass ( 'option' ) ;
@@ -389,7 +389,7 @@ function MenubarAdd( editor ) {
389
389
} ) ;
390
390
lightSubmenu . add ( option ) ;
391
391
392
- // HemisphereLight
392
+ // Light / Hemisphere
393
393
394
394
option = new UIRow ( ) ;
395
395
option . setClass ( 'option' ) ;
@@ -410,7 +410,7 @@ function MenubarAdd( editor ) {
410
410
} ) ;
411
411
lightSubmenu . add ( option ) ;
412
412
413
- // PointLight
413
+ // Light / Point
414
414
415
415
option = new UIRow ( ) ;
416
416
option . setClass ( 'option' ) ;
@@ -429,7 +429,7 @@ function MenubarAdd( editor ) {
429
429
} ) ;
430
430
lightSubmenu . add ( option ) ;
431
431
432
- // SpotLight
432
+ // Light / Spot
433
433
434
434
option = new UIRow ( ) ;
435
435
option . setClass ( 'option' ) ;
0 commit comments