mirror of
https://github.com/openglobus/openglobus.git
synced 2025-12-08 19:25:27 +00:00
#706 docs cleanup
This commit is contained in:
parent
8f0b76641e
commit
36862fee55
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@ Release
|
||||
Debug
|
||||
eslint
|
||||
node_modules
|
||||
docs
|
||||
.eslintrc
|
||||
.csslintrc
|
||||
.idea
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/Clock
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import * as jd from "./astro/jd.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/Events
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { binaryInsert, stamp } from "./utils/shared.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/Extent
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { LonLat } from "./LonLat.js";
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// StandWithUkraine
|
||||
// #StandWithUkraine
|
||||
|
||||
/**
|
||||
* @module og/Globe
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/ImageCanvas
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/Lock
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
class Lock {
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/LonLat
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import * as mercator from "./mercator.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/Stack
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
class Node {
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/astro/earth
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import * as math from "../math.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/astro/jd
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { binarySearch } from "../utils/shared.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/astro/orbit
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import * as math from "../math.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/astro/rotation
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { PI_TWO } from "../math.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/bv/Box
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Vec3 } from "../math/Vec3.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/bv/Sphere
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Vec3 } from "../math/Vec3.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/camera/PlanetCamera
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Key } from "../Lock.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/Atmosphere
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import * as atmos from "../shaders/atmos.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/Control
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/DebugInfo
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Control } from "./Control.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/GeoImageDragControl
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import { BaseGeoImage } from '../layer/BaseGeoImage.js';
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/KeyboardNavigation
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { input } from "../input/input.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/LayerAnimation
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Events } from '../Events.js';
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/LayerSwitcher
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Dialog } from "../ui/Dialog.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/Lighting
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Dialog } from '../ui/Dialog.js';
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/MouseNavigation
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Sphere } from "../bv/Sphere.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/MouseWheelZoomControl
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Sphere } from "../bv/Sphere.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/Ruler
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { ToggleButton } from "../ui/ToggleButton.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/ZoomControl
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { RADIANS } from "../math.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/ShowFps
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { print2d } from "../utils/shared.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/SimpleSkyBackground
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { htmlColorToRgb } from "../utils/shared.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/Sun
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { getSunPosition } from "../astro/earth.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/ToggleWireframe
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { input } from "../input/input.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/TouchNavigation
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Sphere } from "../bv/Sphere.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/ZoomControl
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Key } from "../Lock.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/Ruler
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Control } from "../Control.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/Ruler
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Control } from "../Control.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/control/Selector
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { ToggleButton } from "../../ui/ToggleButton.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/shaders/drawnode
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Program } from "../../webgl/Program.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/ellipsoid/Ellipsoid
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { LonLat } from "../LonLat.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/ellipsoid/wgs84
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Ellipsoid } from "./Ellipsoid.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/entity/BaseBillboard
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Vec3 } from "../math/Vec3.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/entity/Billboard
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { BaseBillboard } from "./BaseBillboard.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/entity/BillboardHandler
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import * as shaders from "../shaders/billboard.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/entity/Entity
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Extent } from "../Extent.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/entity/EntityCollection
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Events } from "../Events.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/entity/GeoObject
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Quat, Vec3 } from "../math/index.js";
|
||||
|
||||
@ -1,9 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
* @module og/entity/GeoObjectHandler
|
||||
*/
|
||||
|
||||
import * as shaders from "../shaders/geoObject.js";
|
||||
import { concatArrays, loadImage, makeArrayTyped, spliceArray } from "../utils/shared.js";
|
||||
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/entity/Geometry
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Extent } from "../Extent.js";
|
||||
@ -193,7 +189,7 @@ class Geometry {
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo
|
||||
* @todo ASAP need test for this method
|
||||
* @param geoJson
|
||||
* @returns {Geometry}
|
||||
*/
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/entity/GeometryHandler
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { doubleToTwoFloatsV2 } from "../math/coder.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/entity/Label
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Vec4 } from "../math/Vec4.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/entity/LabelHandler
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import * as shaders from "../shaders/label.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/entity/PointCloud
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Vec3 } from "../math/Vec3.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/entity/PointCloudHandler
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import * as shaders from "../shaders/pointCloud.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/entity/Polyline
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Extent } from "../Extent.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/entity/PolylineHandler
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import * as shaders from '../shaders/polyline.js';
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/entity/BaseBillboard
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Vec3 } from "../math/Vec3.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/input/KeyboardHandler
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import { input } from './input.js';
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/input/MouseHandler
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
class MouseHandler {
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/input/TouchHandler
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
class TouchHandler {
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/input/input
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
export const input = {
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/layer/BaseGeoImage
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Extent } from "../Extent.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/layer/CanvasTiles
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import * as quadTree from "../quadTree/quadTree.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/layer/GeoImage
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { nextHighestPowerOfTwo } from "../math.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/layer/GeoTexture2d
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import * as math from '../math.js';
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/layer/GeoVideo
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { BaseGeoImage } from "./BaseGeoImage.js";
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
/**
|
||||
* @module og/layer/KML
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Billboard } from "../entity/Billboard.js";
|
||||
import { Entity } from "../entity/Entity.js";
|
||||
import { Extent } from "../Extent.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/layer/Layer
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Events } from "../Events.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/layer/Material
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
class Material {
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/layer/Vector
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Entity } from "../entity/Entity.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/layer/WMS
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Extent } from "../Extent.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/layer/XYZ
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import * as mercator from "../mercator.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/light/LightSource
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Vec3 } from "../math/Vec3.js";
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
/**
|
||||
* @module og/math
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
/** @const */
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/math/Line2
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import { Vec2 } from './Vec2.js';
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/math/Mat3
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Mat4 } from "./Mat4.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/math/Ray
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { EPS10 } from "../math.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/math/Vec2
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Vec3 } from "./Vec3.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/math/Vec3
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Quat } from "./Quat.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/math/Vec4
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { frac } from "../math.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/proj/Proj
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
import { Extent } from "../Extent.js";
|
||||
import { EPSG4326 } from "../proj/EPSG4326.js";
|
||||
import { Node } from "../quadTree/Node.js";
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
import { Extent } from "../Extent.js";
|
||||
import * as mercator from "../mercator.js";
|
||||
import { Node } from "../quadTree/Node.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/quadTree/EntityCollectionNode
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import { Sphere } from '../bv/Sphere.js';
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
import { Extent } from "../Extent.js";
|
||||
import { EPSG4326 } from "../proj/EPSG4326.js";
|
||||
import { Node } from "../quadTree/Node.js";
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
import { EPSG3857 } from "../proj/EPSG3857.js";
|
||||
|
||||
export class QuadTreeStrategy {
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
import { Extent } from "../Extent.js";
|
||||
import { EPSG4326 } from "../proj/EPSG4326.js";
|
||||
import { Node } from "../quadTree/Node.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/renderer/RendererEvents
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Events } from "../Events.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/scene/Axes
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import { Program } from '../webgl/Program.js';
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/scene/BaseNode
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/scene/Planet
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { PlanetCamera } from "../camera/PlanetCamera.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/scene/SkyBox
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import * as shaders from '../shaders/skybox.js';
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @module og/segment/SegmentHelper
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import { N, W, S, E } from '../quadTree/quadTree.js';
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @module og/shaders/drawnode
|
||||
* @module og/shaders/geoObject
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/terrainProvider/EmptyTerrain
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { binarySearchFast } from "../utils/shared.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/utils/FontAtlas
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import { Deferred } from '../Deferred.js';
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/utils/NormalMapCreator
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Lock } from "../Lock.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/utils/VectorTileCreator
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import { doubleToTwoFloats2 } from '../math/coder.js';
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/webgl/Framebuffer
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { ImageCanvas } from "../ImageCanvas.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/webgl/Handler
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
import { Clock } from "../Clock.js";
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @module og/webgl/Multisample
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user