File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11It's a 3d element.
2+ It may be a [ primitive] ( /mathics-threejs-backend/primitives ) or a light.
23All elements must have a ` type ` property with its type.
34
45## Examples
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { scaleCoordinate } from './coordinateUtils.js';
1414// The 1st parameter is the light object (an element of
1515// the lighting array).
1616
17- // The 2nd parameter is the uniforms buffer, read the comment from
17+ // The 2nd parameter is the uniforms buffer, read the comments from
1818// src/uniforms.js for more information.
1919
2020// The 3rd parameter is the extent, it is used in e.g. scaleCoordinate.
Original file line number Diff line number Diff line change 1010// The 1st parameter is the primitive object (an element of
1111// the elements array).
1212
13- // The 2nd parameter is the uniforms buffer, read the comment from
13+ // The 2nd parameter is the uniforms buffer, read the comments from
1414// src/uniforms.js for more information.
1515
1616// The 3rd parameter is the extent, it is used in scaleCoordinate,
You can’t perform that action at this time.
0 commit comments