opal-js_wrap-three 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +4 -4
- data/lib/opal/js_wrap/three/version.rb +1 -1
- data/lib-opal/js_wrap/three/WebGL.js +102 -0
- data/lib-opal/js_wrap/three/animation/AnimationClipCreator.js +116 -0
- data/lib-opal/js_wrap/three/animation/CCDIKSolver.js +436 -0
- data/lib-opal/js_wrap/three/animation/MMDAnimationHelper.js +941 -0
- data/lib-opal/js_wrap/three/animation/MMDPhysics.js +1183 -0
- data/lib-opal/js_wrap/three/cameras/CinematicCamera.js +204 -0
- data/lib-opal/js_wrap/three/controls/ArcballControls.js +2649 -0
- data/lib-opal/js_wrap/three/controls/DragControls.js +234 -0
- data/lib-opal/js_wrap/three/controls/FirstPersonControls.js +301 -0
- data/lib-opal/js_wrap/three/controls/FlyControls.js +357 -0
- data/lib-opal/js_wrap/three/controls/OrbitControls.js +908 -0
- data/lib-opal/js_wrap/three/controls/PointerLockControls.js +173 -0
- data/lib-opal/js_wrap/three/controls/TrackballControls.js +666 -0
- data/lib-opal/js_wrap/three/controls/TransformControls.js +1210 -0
- data/lib-opal/js_wrap/three/controls/experimental/CameraControls.js +860 -0
- data/lib-opal/js_wrap/three/csm/CSM.js +346 -0
- data/lib-opal/js_wrap/three/csm/CSMFrustum.js +123 -0
- data/lib-opal/js_wrap/three/csm/CSMHelper.js +197 -0
- data/lib-opal/js_wrap/three/csm/CSMShader.js +29 -0
- data/lib-opal/js_wrap/three/curves/CurveExtras.js +544 -0
- data/lib-opal/js_wrap/three/curves/NURBSCurve.js +122 -0
- data/lib-opal/js_wrap/three/curves/NURBSSurface.js +78 -0
- data/lib-opal/js_wrap/three/curves/NURBSUtils.js +413 -0
- data/lib-opal/js_wrap/three/deprecated/Geometry.js +1373 -0
- data/lib-opal/js_wrap/three/effects/AnaglyphEffect.js +113 -0
- data/lib-opal/js_wrap/three/effects/AsciiEffect.js +267 -0
- data/lib-opal/js_wrap/three/effects/OutlineEffect.js +400 -0
- data/lib-opal/js_wrap/three/effects/ParallaxBarrierEffect.js +90 -0
- data/lib-opal/js_wrap/three/effects/PeppersGhostEffect.js +160 -0
- data/lib-opal/js_wrap/three/effects/StereoEffect.js +63 -0
- data/lib-opal/js_wrap/three/environments/DebugEnvironment.js +107 -0
- data/lib-opal/js_wrap/three/environments/RoomEnvironment.js +166 -0
- data/lib-opal/js_wrap/three/exporters/ColladaExporter.js +442 -0
- data/lib-opal/js_wrap/three/exporters/DRACOExporter.js +205 -0
- data/lib-opal/js_wrap/three/exporters/GLTFExporter.js +2042 -0
- data/lib-opal/js_wrap/three/exporters/MMDExporter.js +189 -0
- data/lib-opal/js_wrap/three/exporters/OBJExporter.js +241 -0
- data/lib-opal/js_wrap/three/exporters/PLYExporter.js +370 -0
- data/lib-opal/js_wrap/three/exporters/STLExporter.js +186 -0
- data/lib-opal/js_wrap/three/exporters/USDZExporter.js +402 -0
- data/lib-opal/js_wrap/three/geometries/BoxLineGeometry.js +106 -0
- data/lib-opal/js_wrap/three/geometries/ConvexGeometry.js +88 -0
- data/lib-opal/js_wrap/three/geometries/DecalGeometry.js +302 -0
- data/lib-opal/js_wrap/three/geometries/LightningStrike.js +817 -0
- data/lib-opal/js_wrap/three/geometries/ParametricGeometries.js +280 -0
- data/lib-opal/js_wrap/three/geometries/ParametricGeometry.js +146 -0
- data/lib-opal/js_wrap/three/geometries/RoundedBoxGeometry.js +183 -0
- data/lib-opal/js_wrap/three/geometries/TeapotGeometry.js +352 -0
- data/lib-opal/js_wrap/three/geometries/TextGeometry.js +76 -0
- data/lib-opal/js_wrap/three/helpers/LightProbeHelper.js +95 -0
- data/lib-opal/js_wrap/three/helpers/PositionalAudioHelper.js +138 -0
- data/lib-opal/js_wrap/three/helpers/RectAreaLightHelper.js +115 -0
- data/lib-opal/js_wrap/three/helpers/VertexNormalsHelper.js +131 -0
- data/lib-opal/js_wrap/three/helpers/VertexTangentsHelper.js +118 -0
- data/lib-opal/js_wrap/three/interactive/HTMLMesh.js +307 -0
- data/lib-opal/js_wrap/three/interactive/InteractiveGroup.js +138 -0
- data/lib-opal/js_wrap/three/interactive/SelectionBox.js +264 -0
- data/lib-opal/js_wrap/three/interactive/SelectionHelper.js +88 -0
- data/lib-opal/js_wrap/three/libs/OimoPhysics/OimoPhysics.js +46059 -0
- data/lib-opal/js_wrap/three/libs/OimoPhysics/index.js +92 -0
- data/lib-opal/js_wrap/three/libs/chevrotain.module.min.js +6947 -0
- data/lib-opal/js_wrap/three/libs/ecsy.module.js +1999 -0
- data/lib-opal/js_wrap/three/libs/fflate.module.js +3002 -0
- data/lib-opal/js_wrap/three/libs/flow.module.js +3033 -0
- data/lib-opal/js_wrap/three/libs/ktx-parse.module.js +392 -0
- data/lib-opal/js_wrap/three/libs/lil-gui.module.min.js +821 -0
- data/lib-opal/js_wrap/three/libs/meshopt_decoder.module.js +136 -0
- data/lib-opal/js_wrap/three/libs/mmdparser.module.js +11022 -0
- data/lib-opal/js_wrap/three/libs/motion-controllers.module.js +589 -0
- data/lib-opal/js_wrap/three/libs/opentype.module.min.js +6132 -0
- data/lib-opal/js_wrap/three/libs/potpack.module.js +171 -0
- data/lib-opal/js_wrap/three/libs/rhino3dm/rhino3dm.js +6781 -0
- data/lib-opal/js_wrap/three/libs/rhino3dm/rhino3dm.module.js +6783 -0
- data/lib-opal/js_wrap/three/libs/stats.module.js +139 -0
- data/lib-opal/js_wrap/three/libs/tween.module.min.js +349 -0
- data/lib-opal/js_wrap/three/lights/LightProbeGenerator.js +233 -0
- data/lib-opal/js_wrap/three/lights/RectAreaLightUniformsLib.js +75 -0
- data/lib-opal/js_wrap/three/lines/Line2.js +66 -0
- data/lib-opal/js_wrap/three/lines/LineGeometry.js +122 -0
- data/lib-opal/js_wrap/three/lines/LineMaterial.js +227 -0
- data/lib-opal/js_wrap/three/lines/LineSegments2.js +312 -0
- data/lib-opal/js_wrap/three/lines/LineSegmentsGeometry.js +238 -0
- data/lib-opal/js_wrap/three/lines/Wireframe.js +98 -0
- data/lib-opal/js_wrap/three/lines/WireframeGeometry2.js +65 -0
- data/lib-opal/js_wrap/three/loaders/3DMLoader.js +1230 -0
- data/lib-opal/js_wrap/three/loaders/3MFLoader.js +1123 -0
- data/lib-opal/js_wrap/three/loaders/AMFLoader.js +445 -0
- data/lib-opal/js_wrap/three/loaders/BVHLoader.js +365 -0
- data/lib-opal/js_wrap/three/loaders/BasisTextureLoader.js +692 -0
- data/lib-opal/js_wrap/three/loaders/ColladaLoader.js +3046 -0
- data/lib-opal/js_wrap/three/loaders/DDSLoader.js +264 -0
- data/lib-opal/js_wrap/three/loaders/DRACOLoader.js +531 -0
- data/lib-opal/js_wrap/three/loaders/EXRLoader.js +1834 -0
- data/lib-opal/js_wrap/three/loaders/FBXLoader.js +3125 -0
- data/lib-opal/js_wrap/three/loaders/FontLoader.js +201 -0
- data/lib-opal/js_wrap/three/loaders/GCodeLoader.js +248 -0
- data/lib-opal/js_wrap/three/loaders/GLTFLoader.js +3334 -0
- data/lib-opal/js_wrap/three/loaders/HDRCubeTextureLoader.js +144 -0
- data/lib-opal/js_wrap/three/loaders/IFCLoader.js +2395 -0
- data/lib-opal/js_wrap/three/loaders/KMZLoader.js +142 -0
- data/lib-opal/js_wrap/three/loaders/KTX2Loader.js +535 -0
- data/lib-opal/js_wrap/three/loaders/KTXLoader.js +202 -0
- data/lib-opal/js_wrap/three/loaders/LDrawLoader.js +1737 -0
- data/lib-opal/js_wrap/three/loaders/LUT3dlLoader.js +163 -0
- data/lib-opal/js_wrap/three/loaders/LUTCubeLoader.js +171 -0
- data/lib-opal/js_wrap/three/loaders/LWOLoader.js +831 -0
- data/lib-opal/js_wrap/three/loaders/LogLuvLoader.js +713 -0
- data/lib-opal/js_wrap/three/loaders/LottieLoader.js +103 -0
- data/lib-opal/js_wrap/three/loaders/MD2Loader.js +258 -0
- data/lib-opal/js_wrap/three/loaders/MDDLoader.js +116 -0
- data/lib-opal/js_wrap/three/loaders/MMDLoader.js +1687 -0
- data/lib-opal/js_wrap/three/loaders/MTLLoader.js +465 -0
- data/lib-opal/js_wrap/three/loaders/NRRDLoader.js +554 -0
- data/lib-opal/js_wrap/three/loaders/NodeMaterialLoader.js +248 -0
- data/lib-opal/js_wrap/three/loaders/OBJLoader.js +673 -0
- data/lib-opal/js_wrap/three/loaders/PCDLoader.js +322 -0
- data/lib-opal/js_wrap/three/loaders/PDBLoader.js +318 -0
- data/lib-opal/js_wrap/three/loaders/PLYLoader.js +489 -0
- data/lib-opal/js_wrap/three/loaders/PRWMLoader.js +247 -0
- data/lib-opal/js_wrap/three/loaders/PVRLoader.js +240 -0
- data/lib-opal/js_wrap/three/loaders/RGBELoader.js +462 -0
- data/lib-opal/js_wrap/three/loaders/RGBMLoader.js +1169 -0
- data/lib-opal/js_wrap/three/loaders/STLLoader.js +345 -0
- data/lib-opal/js_wrap/three/loaders/SVGLoader.js +2162 -0
- data/lib-opal/js_wrap/three/loaders/TDSLoader.js +982 -0
- data/lib-opal/js_wrap/three/loaders/TGALoader.js +444 -0
- data/lib-opal/js_wrap/three/loaders/TTFLoader.js +210 -0
- data/lib-opal/js_wrap/three/loaders/TiltLoader.js +391 -0
- data/lib-opal/js_wrap/three/loaders/VOXLoader.js +272 -0
- data/lib-opal/js_wrap/three/loaders/VRMLLoader.js +2685 -0
- data/lib-opal/js_wrap/three/loaders/VRMLoader.js +103 -0
- data/lib-opal/js_wrap/three/loaders/VTKLoader.js +894 -0
- data/lib-opal/js_wrap/three/loaders/XYZLoader.js +136 -0
- data/lib-opal/js_wrap/three/loaders/ifc/web-ifc-api.js +60504 -0
- data/lib-opal/js_wrap/three/loaders/lwo/IFFParser.js +931 -0
- data/lib-opal/js_wrap/three/loaders/lwo/LWO2Parser.js +450 -0
- data/lib-opal/js_wrap/three/loaders/lwo/LWO3Parser.js +406 -0
- data/lib-opal/js_wrap/three/math/Capsule.js +133 -0
- data/lib-opal/js_wrap/three/math/ColorConverter.js +104 -0
- data/lib-opal/js_wrap/three/math/ConvexHull.js +924 -0
- data/lib-opal/js_wrap/three/math/ImprovedNoise.js +86 -0
- data/lib-opal/js_wrap/three/math/Lut.js +170 -0
- data/lib-opal/js_wrap/three/math/MeshSurfaceSampler.js +187 -0
- data/lib-opal/js_wrap/three/math/OBB.js +345 -0
- data/lib-opal/js_wrap/three/math/Octree.js +409 -0
- data/lib-opal/js_wrap/three/math/SimplexNoise.js +425 -0
- data/lib-opal/js_wrap/three/misc/ConvexObjectBreaker.js +447 -0
- data/lib-opal/js_wrap/three/misc/GPUComputationRenderer.js +322 -0
- data/lib-opal/js_wrap/three/misc/Gyroscope.js +94 -0
- data/lib-opal/js_wrap/three/misc/MD2Character.js +225 -0
- data/lib-opal/js_wrap/three/misc/MD2CharacterComplex.js +424 -0
- data/lib-opal/js_wrap/three/misc/MorphAnimMesh.js +109 -0
- data/lib-opal/js_wrap/three/misc/MorphBlendMesh.js +283 -0
- data/lib-opal/js_wrap/three/misc/ProgressiveLightMap.js +324 -0
- data/lib-opal/js_wrap/three/misc/RollerCoaster.js +489 -0
- data/lib-opal/js_wrap/three/misc/TubePainter.js +158 -0
- data/lib-opal/js_wrap/three/misc/Volume.js +427 -0
- data/lib-opal/js_wrap/three/misc/VolumeSlice.js +210 -0
- data/lib-opal/js_wrap/three/modifiers/CurveModifier.js +291 -0
- data/lib-opal/js_wrap/three/modifiers/EdgeSplitModifier.js +308 -0
- data/lib-opal/js_wrap/three/modifiers/SimplifyModifier.js +435 -0
- data/lib-opal/js_wrap/three/modifiers/TessellateModifier.js +264 -0
- data/lib-opal/js_wrap/three/node-editor/NodeEditor.js +402 -0
- data/lib-opal/js_wrap/three/node-editor/accessors/NormalEditor.js +80 -0
- data/lib-opal/js_wrap/three/node-editor/accessors/PositionEditor.js +80 -0
- data/lib-opal/js_wrap/three/node-editor/accessors/UVEditor.js +71 -0
- data/lib-opal/js_wrap/three/node-editor/display/BlendEditor.js +78 -0
- data/lib-opal/js_wrap/three/node-editor/inputs/ColorEditor.js +111 -0
- data/lib-opal/js_wrap/three/node-editor/inputs/FloatEditor.js +69 -0
- data/lib-opal/js_wrap/three/node-editor/inputs/SliderEditor.js +97 -0
- data/lib-opal/js_wrap/three/node-editor/inputs/Vector2Editor.js +73 -0
- data/lib-opal/js_wrap/three/node-editor/inputs/Vector3Editor.js +75 -0
- data/lib-opal/js_wrap/three/node-editor/inputs/Vector4Editor.js +77 -0
- data/lib-opal/js_wrap/three/node-editor/materials/StandardMaterialEditor.js +121 -0
- data/lib-opal/js_wrap/three/node-editor/math/DotEditor.js +76 -0
- data/lib-opal/js_wrap/three/node-editor/math/InvertEditor.js +80 -0
- data/lib-opal/js_wrap/three/node-editor/math/LimiterEditor.js +85 -0
- data/lib-opal/js_wrap/three/node-editor/math/NormalizeEditor.js +69 -0
- data/lib-opal/js_wrap/three/node-editor/math/OperatorEditor.js +91 -0
- data/lib-opal/js_wrap/three/node-editor/math/PowerEditor.js +73 -0
- data/lib-opal/js_wrap/three/node-editor/math/TrigonometryEditor.js +83 -0
- data/lib-opal/js_wrap/three/node-editor/procedural/CheckerEditor.js +69 -0
- data/lib-opal/js_wrap/three/node-editor/utils/OscillatorEditor.js +87 -0
- data/lib-opal/js_wrap/three/node-editor/utils/TimerEditor.js +89 -0
- data/lib-opal/js_wrap/three/nodes/Nodes.js +481 -0
- data/lib-opal/js_wrap/three/nodes/accessors/CameraNode.js +222 -0
- data/lib-opal/js_wrap/three/nodes/accessors/ColorsNode.js +99 -0
- data/lib-opal/js_wrap/three/nodes/accessors/LightNode.js +100 -0
- data/lib-opal/js_wrap/three/nodes/accessors/NormalNode.js +152 -0
- data/lib-opal/js_wrap/three/nodes/accessors/PositionNode.js +163 -0
- data/lib-opal/js_wrap/three/nodes/accessors/ReflectNode.js +161 -0
- data/lib-opal/js_wrap/three/nodes/accessors/ResolutionNode.js +99 -0
- data/lib-opal/js_wrap/three/nodes/accessors/ScreenUVNode.js +101 -0
- data/lib-opal/js_wrap/three/nodes/accessors/UVNode.js +105 -0
- data/lib-opal/js_wrap/three/nodes/core/AttributeNode.js +106 -0
- data/lib-opal/js_wrap/three/nodes/core/ConstNode.js +149 -0
- data/lib-opal/js_wrap/three/nodes/core/ExpressionNode.js +57 -0
- data/lib-opal/js_wrap/three/nodes/core/FunctionCallNode.js +138 -0
- data/lib-opal/js_wrap/three/nodes/core/FunctionNode.js +259 -0
- data/lib-opal/js_wrap/three/nodes/core/InputNode.js +124 -0
- data/lib-opal/js_wrap/three/nodes/core/Node.js +193 -0
- data/lib-opal/js_wrap/three/nodes/core/NodeBuilder.js +782 -0
- data/lib-opal/js_wrap/three/nodes/core/NodeFrame.js +69 -0
- data/lib-opal/js_wrap/three/nodes/core/NodeLib.js +56 -0
- data/lib-opal/js_wrap/three/nodes/core/NodeUniform.js +53 -0
- data/lib-opal/js_wrap/three/nodes/core/NodeUtils.js +60 -0
- data/lib-opal/js_wrap/three/nodes/core/StructNode.js +131 -0
- data/lib-opal/js_wrap/three/nodes/core/TempNode.js +160 -0
- data/lib-opal/js_wrap/three/nodes/core/VarNode.js +105 -0
- data/lib-opal/js_wrap/three/nodes/effects/BlurNode.js +160 -0
- data/lib-opal/js_wrap/three/nodes/effects/ColorAdjustmentNode.js +139 -0
- data/lib-opal/js_wrap/three/nodes/effects/LuminanceNode.js +106 -0
- data/lib-opal/js_wrap/three/nodes/inputs/BoolNode.js +95 -0
- data/lib-opal/js_wrap/three/nodes/inputs/ColorNode.js +99 -0
- data/lib-opal/js_wrap/three/nodes/inputs/CubeTextureNode.js +136 -0
- data/lib-opal/js_wrap/three/nodes/inputs/FloatNode.js +95 -0
- data/lib-opal/js_wrap/three/nodes/inputs/IntNode.js +95 -0
- data/lib-opal/js_wrap/three/nodes/inputs/Matrix3Node.js +102 -0
- data/lib-opal/js_wrap/three/nodes/inputs/Matrix4Node.js +102 -0
- data/lib-opal/js_wrap/three/nodes/inputs/PropertyNode.js +85 -0
- data/lib-opal/js_wrap/three/nodes/inputs/RTTNode.js +164 -0
- data/lib-opal/js_wrap/three/nodes/inputs/ReflectorNode.js +111 -0
- data/lib-opal/js_wrap/three/nodes/inputs/ScreenNode.js +69 -0
- data/lib-opal/js_wrap/three/nodes/inputs/TextureNode.js +140 -0
- data/lib-opal/js_wrap/three/nodes/inputs/Vector2Node.js +98 -0
- data/lib-opal/js_wrap/three/nodes/inputs/Vector3Node.js +99 -0
- data/lib-opal/js_wrap/three/nodes/inputs/Vector4Node.js +100 -0
- data/lib-opal/js_wrap/three/nodes/materials/BasicNodeMaterial.js +63 -0
- data/lib-opal/js_wrap/three/nodes/materials/MeshStandardNodeMaterial.js +63 -0
- data/lib-opal/js_wrap/three/nodes/materials/NodeMaterial.js +202 -0
- data/lib-opal/js_wrap/three/nodes/materials/PhongNodeMaterial.js +63 -0
- data/lib-opal/js_wrap/three/nodes/materials/SpriteNodeMaterial.js +63 -0
- data/lib-opal/js_wrap/three/nodes/materials/StandardNodeMaterial.js +63 -0
- data/lib-opal/js_wrap/three/nodes/materials/nodes/BasicNode.js +146 -0
- data/lib-opal/js_wrap/three/nodes/materials/nodes/MeshStandardNode.js +133 -0
- data/lib-opal/js_wrap/three/nodes/materials/nodes/PhongNode.js +273 -0
- data/lib-opal/js_wrap/three/nodes/materials/nodes/RawNode.js +101 -0
- data/lib-opal/js_wrap/three/nodes/materials/nodes/SpriteNode.js +176 -0
- data/lib-opal/js_wrap/three/nodes/materials/nodes/StandardNode.js +397 -0
- data/lib-opal/js_wrap/three/nodes/math/CondNode.js +151 -0
- data/lib-opal/js_wrap/three/nodes/math/MathNode.js +266 -0
- data/lib-opal/js_wrap/three/nodes/math/OperatorNode.js +120 -0
- data/lib-opal/js_wrap/three/nodes/misc/BumpMapNode.js +139 -0
- data/lib-opal/js_wrap/three/nodes/misc/NormalMapNode.js +122 -0
- data/lib-opal/js_wrap/three/nodes/misc/TextureCubeNode.js +107 -0
- data/lib-opal/js_wrap/three/nodes/misc/TextureCubeUVNode.js +191 -0
- data/lib-opal/js_wrap/three/nodes/postprocessing/NodePass.js +117 -0
- data/lib-opal/js_wrap/three/nodes/postprocessing/NodePostProcessing.js +128 -0
- data/lib-opal/js_wrap/three/nodes/procedural/CheckerNode.js +104 -0
- data/lib-opal/js_wrap/three/nodes/procedural/Fractal3DNode.js +121 -0
- data/lib-opal/js_wrap/three/nodes/procedural/Noise2DNode.js +115 -0
- data/lib-opal/js_wrap/three/nodes/procedural/Noise3DNode.js +112 -0
- data/lib-opal/js_wrap/three/nodes/utils/BypassNode.js +115 -0
- data/lib-opal/js_wrap/three/nodes/utils/ColorSpaceNode.js +214 -0
- data/lib-opal/js_wrap/three/nodes/utils/JoinNode.js +138 -0
- data/lib-opal/js_wrap/three/nodes/utils/MaxMIPLevelNode.js +88 -0
- data/lib-opal/js_wrap/three/nodes/utils/RemapNode.js +117 -0
- data/lib-opal/js_wrap/three/nodes/utils/SpecularMIPLevelNode.js +121 -0
- data/lib-opal/js_wrap/three/nodes/utils/SubSlotNode.js +112 -0
- data/lib-opal/js_wrap/three/nodes/utils/SwitchNode.js +129 -0
- data/lib-opal/js_wrap/three/nodes/utils/TimerNode.js +126 -0
- data/lib-opal/js_wrap/three/nodes/utils/UVTransformNode.js +104 -0
- data/lib-opal/js_wrap/three/nodes/utils/VelocityNode.js +181 -0
- data/lib-opal/js_wrap/three/objects/Lensflare.js +285 -0
- data/lib-opal/js_wrap/three/objects/LightningStorm.js +238 -0
- data/lib-opal/js_wrap/three/objects/MarchingCubes.js +667 -0
- data/lib-opal/js_wrap/three/objects/Reflector.js +205 -0
- data/lib-opal/js_wrap/three/objects/ReflectorForSSRPass.js +288 -0
- data/lib-opal/js_wrap/three/objects/ReflectorRTT.js +63 -0
- data/lib-opal/js_wrap/three/objects/Refractor.js +243 -0
- data/lib-opal/js_wrap/three/objects/ShadowMesh.js +100 -0
- data/lib-opal/js_wrap/three/objects/Sky.js +107 -0
- data/lib-opal/js_wrap/three/objects/Water.js +246 -0
- data/lib-opal/js_wrap/three/objects/Water2.js +238 -0
- data/lib-opal/js_wrap/three/offscreen/jank.js +51 -0
- data/lib-opal/js_wrap/three/offscreen/offscreen.js +24 -0
- data/lib-opal/js_wrap/three/offscreen/scene.js +99 -0
- data/lib-opal/js_wrap/three/physics/AmmoPhysics.js +266 -0
- data/lib-opal/js_wrap/three/physics/OimoPhysics.js +214 -0
- data/lib-opal/js_wrap/three/postprocessing/AdaptiveToneMappingPass.js +307 -0
- data/lib-opal/js_wrap/three/postprocessing/AfterimagePass.js +116 -0
- data/lib-opal/js_wrap/three/postprocessing/BloomPass.js +132 -0
- data/lib-opal/js_wrap/three/postprocessing/BokehPass.js +143 -0
- data/lib-opal/js_wrap/three/postprocessing/ClearPass.js +85 -0
- data/lib-opal/js_wrap/three/postprocessing/CubeTexturePass.js +104 -0
- data/lib-opal/js_wrap/three/postprocessing/DotScreenPass.js +90 -0
- data/lib-opal/js_wrap/three/postprocessing/EffectComposer.js +272 -0
- data/lib-opal/js_wrap/three/postprocessing/FilmPass.js +91 -0
- data/lib-opal/js_wrap/three/postprocessing/GlitchPass.js +140 -0
- data/lib-opal/js_wrap/three/postprocessing/HalftonePass.js +108 -0
- data/lib-opal/js_wrap/three/postprocessing/LUTPass.js +132 -0
- data/lib-opal/js_wrap/three/postprocessing/MaskPass.js +142 -0
- data/lib-opal/js_wrap/three/postprocessing/OutlinePass.js +480 -0
- data/lib-opal/js_wrap/three/postprocessing/Pass.js +101 -0
- data/lib-opal/js_wrap/three/postprocessing/RenderPass.js +109 -0
- data/lib-opal/js_wrap/three/postprocessing/SAOPass.js +384 -0
- data/lib-opal/js_wrap/three/postprocessing/SMAAPass.js +199 -0
- data/lib-opal/js_wrap/three/postprocessing/SSAARenderPass.js +186 -0
- data/lib-opal/js_wrap/three/postprocessing/SSAOPass.js +388 -0
- data/lib-opal/js_wrap/three/postprocessing/SSRPass.js +537 -0
- data/lib-opal/js_wrap/three/postprocessing/SSRrPass.js +481 -0
- data/lib-opal/js_wrap/three/postprocessing/SavePass.js +96 -0
- data/lib-opal/js_wrap/three/postprocessing/ShaderPass.js +98 -0
- data/lib-opal/js_wrap/three/postprocessing/TAARenderPass.js +159 -0
- data/lib-opal/js_wrap/three/postprocessing/TexturePass.js +91 -0
- data/lib-opal/js_wrap/three/postprocessing/UnrealBloomPass.js +335 -0
- data/lib-opal/js_wrap/three/renderers/CSS2DRenderer.js +213 -0
- data/lib-opal/js_wrap/three/renderers/CSS3DRenderer.js +277 -0
- data/lib-opal/js_wrap/three/renderers/Projector.js +733 -0
- data/lib-opal/js_wrap/three/renderers/SVGRenderer.js +470 -0
- data/lib-opal/js_wrap/three/renderers/nodes/Nodes.js +531 -0
- data/lib-opal/js_wrap/three/renderers/nodes/ShaderNode.js +386 -0
- data/lib-opal/js_wrap/three/renderers/nodes/accessors/CameraNode.js +114 -0
- data/lib-opal/js_wrap/three/renderers/nodes/accessors/MaterialNode.js +140 -0
- data/lib-opal/js_wrap/three/renderers/nodes/accessors/MaterialReferenceNode.js +79 -0
- data/lib-opal/js_wrap/three/renderers/nodes/accessors/ModelNode.js +62 -0
- data/lib-opal/js_wrap/three/renderers/nodes/accessors/ModelViewProjectionNode.js +80 -0
- data/lib-opal/js_wrap/three/renderers/nodes/accessors/NormalNode.js +113 -0
- data/lib-opal/js_wrap/three/renderers/nodes/accessors/Object3DNode.js +136 -0
- data/lib-opal/js_wrap/three/renderers/nodes/accessors/PointUVNode.js +70 -0
- data/lib-opal/js_wrap/three/renderers/nodes/accessors/PositionNode.js +117 -0
- data/lib-opal/js_wrap/three/renderers/nodes/accessors/ReferenceNode.js +124 -0
- data/lib-opal/js_wrap/three/renderers/nodes/accessors/SkinningNode.js +129 -0
- data/lib-opal/js_wrap/three/renderers/nodes/accessors/UVNode.js +77 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/ArrayInputNode.js +74 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/AttributeNode.js +97 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/BypassNode.js +84 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/CodeNode.js +131 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/ContextNode.js +84 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/ExpressionNode.js +81 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/FunctionCallNode.js +123 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/FunctionNode.js +126 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/InputNode.js +103 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/Node.js +120 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/NodeAttribute.js +37 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/NodeBuilder.js +650 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/NodeCode.js +42 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/NodeFrame.js +70 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/NodeFunction.js +55 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/NodeFunctionInput.js +44 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/NodeKeywords.js +117 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/NodeParser.js +46 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/NodeUniform.js +55 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/NodeVar.js +37 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/NodeVary.js +37 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/PropertyNode.js +90 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/TempNode.js +89 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/VarNode.js +101 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/VaryNode.js +101 -0
- data/lib-opal/js_wrap/three/renderers/nodes/core/constants.js +42 -0
- data/lib-opal/js_wrap/three/renderers/nodes/display/ColorSpaceNode.js +165 -0
- data/lib-opal/js_wrap/three/renderers/nodes/display/NormalMapNode.js +120 -0
- data/lib-opal/js_wrap/three/renderers/nodes/functions/BSDFs.js +133 -0
- data/lib-opal/js_wrap/three/renderers/nodes/inputs/BufferNode.js +78 -0
- data/lib-opal/js_wrap/three/renderers/nodes/inputs/ColorNode.js +67 -0
- data/lib-opal/js_wrap/three/renderers/nodes/inputs/FloatNode.js +67 -0
- data/lib-opal/js_wrap/three/renderers/nodes/inputs/IntNode.js +67 -0
- data/lib-opal/js_wrap/three/renderers/nodes/inputs/Matrix3Node.js +67 -0
- data/lib-opal/js_wrap/three/renderers/nodes/inputs/Matrix4Node.js +67 -0
- data/lib-opal/js_wrap/three/renderers/nodes/inputs/TextureNode.js +120 -0
- data/lib-opal/js_wrap/three/renderers/nodes/inputs/Vector2Node.js +67 -0
- data/lib-opal/js_wrap/three/renderers/nodes/inputs/Vector3Node.js +67 -0
- data/lib-opal/js_wrap/three/renderers/nodes/inputs/Vector4Node.js +67 -0
- data/lib-opal/js_wrap/three/renderers/nodes/lights/LightContextNode.js +103 -0
- data/lib-opal/js_wrap/three/renderers/nodes/lights/LightNode.js +115 -0
- data/lib-opal/js_wrap/three/renderers/nodes/lights/LightsNode.js +117 -0
- data/lib-opal/js_wrap/three/renderers/nodes/materials/LineBasicNodeMaterial.js +82 -0
- data/lib-opal/js_wrap/three/renderers/nodes/materials/Materials.js +49 -0
- data/lib-opal/js_wrap/three/renderers/nodes/materials/MeshBasicNodeMaterial.js +82 -0
- data/lib-opal/js_wrap/three/renderers/nodes/materials/MeshStandardNodeMaterial.js +96 -0
- data/lib-opal/js_wrap/three/renderers/nodes/materials/PointsNodeMaterial.js +84 -0
- data/lib-opal/js_wrap/three/renderers/nodes/math/CondNode.js +98 -0
- data/lib-opal/js_wrap/three/renderers/nodes/math/MathNode.js +255 -0
- data/lib-opal/js_wrap/three/renderers/nodes/math/OperatorNode.js +163 -0
- data/lib-opal/js_wrap/three/renderers/nodes/parsers/GLSLNodeFunction.js +158 -0
- data/lib-opal/js_wrap/three/renderers/nodes/parsers/GLSLNodeParser.js +68 -0
- data/lib-opal/js_wrap/three/renderers/nodes/parsers/WGSLNodeFunction.js +126 -0
- data/lib-opal/js_wrap/three/renderers/nodes/parsers/WGSLNodeParser.js +68 -0
- data/lib-opal/js_wrap/three/renderers/nodes/procedural/CheckerNode.js +84 -0
- data/lib-opal/js_wrap/three/renderers/nodes/utils/ArrayElementNode.js +79 -0
- data/lib-opal/js_wrap/three/renderers/nodes/utils/ConvertNode.js +82 -0
- data/lib-opal/js_wrap/three/renderers/nodes/utils/JoinNode.js +88 -0
- data/lib-opal/js_wrap/three/renderers/nodes/utils/OscNode.js +105 -0
- data/lib-opal/js_wrap/three/renderers/nodes/utils/SplitNode.js +96 -0
- data/lib-opal/js_wrap/three/renderers/nodes/utils/SpriteSheetUVNode.js +98 -0
- data/lib-opal/js_wrap/three/renderers/nodes/utils/TimerNode.js +93 -0
- data/lib-opal/js_wrap/three/renderers/webgl/nodes/SlotNode.js +72 -0
- data/lib-opal/js_wrap/three/renderers/webgl/nodes/WebGLNodeBuilder.js +463 -0
- data/lib-opal/js_wrap/three/renderers/webgl/nodes/WebGLNodes.js +62 -0
- data/lib-opal/js_wrap/three/renderers/webgl/nodes/WebGLPhysicalContextNode.js +95 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPU.js +62 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUAttributes.js +118 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUBackground.js +109 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUBinding.js +52 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUBindings.js +254 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUBufferUtils.js +39 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUComputePipelines.js +82 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUGeometries.js +84 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUInfo.js +86 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUObjects.js +64 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUProgrammableStage.js +46 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUProperties.js +63 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPURenderLists.js +180 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPURenderPipeline.js +662 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPURenderPipelines.js +275 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPURenderer.js +883 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUSampledTexture.js +139 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUSampler.js +76 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUStorageBuffer.js +69 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUTextureRenderer.js +64 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUTextureUtils.js +125 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUTextures.js +681 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUUniform.js +237 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUUniformBuffer.js +90 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/WebGPUUniformsGroup.js +294 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/constants.js +263 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/nodes/WebGPUNodeBuilder.js +619 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/nodes/WebGPUNodeSampledTexture.js +67 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/nodes/WebGPUNodeSampler.js +71 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/nodes/WebGPUNodeUniform.js +229 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/nodes/WebGPUNodeUniformsGroup.js +68 -0
- data/lib-opal/js_wrap/three/renderers/webgpu/nodes/WebGPUNodes.js +106 -0
- data/lib-opal/js_wrap/three/shaders/ACESFilmicToneMappingShader.js +45 -0
- data/lib-opal/js_wrap/three/shaders/AfterimageShader.js +46 -0
- data/lib-opal/js_wrap/three/shaders/BasicShader.js +34 -0
- data/lib-opal/js_wrap/three/shaders/BleachBypassShader.js +43 -0
- data/lib-opal/js_wrap/three/shaders/BlendShader.js +47 -0
- data/lib-opal/js_wrap/three/shaders/BokehShader.js +65 -0
- data/lib-opal/js_wrap/three/shaders/BokehShader2.js +125 -0
- data/lib-opal/js_wrap/three/shaders/BrightnessContrastShader.js +47 -0
- data/lib-opal/js_wrap/three/shaders/ColorCorrectionShader.js +47 -0
- data/lib-opal/js_wrap/three/shaders/ColorifyShader.js +41 -0
- data/lib-opal/js_wrap/three/shaders/ConvolutionShader.js +75 -0
- data/lib-opal/js_wrap/three/shaders/CopyShader.js +41 -0
- data/lib-opal/js_wrap/three/shaders/DOFMipMapShader.js +49 -0
- data/lib-opal/js_wrap/three/shaders/DepthLimitedBlurShader.js +95 -0
- data/lib-opal/js_wrap/three/shaders/DigitalGlitch.js +79 -0
- data/lib-opal/js_wrap/three/shaders/DotScreenShader.js +52 -0
- data/lib-opal/js_wrap/three/shaders/FXAAShader.js +78 -0
- data/lib-opal/js_wrap/three/shaders/FilmShader.js +69 -0
- data/lib-opal/js_wrap/three/shaders/FocusShader.js +52 -0
- data/lib-opal/js_wrap/three/shaders/FreiChenShader.js +44 -0
- data/lib-opal/js_wrap/three/shaders/GammaCorrectionShader.js +39 -0
- data/lib-opal/js_wrap/three/shaders/GodRaysShader.js +140 -0
- data/lib-opal/js_wrap/three/shaders/HalftoneShader.js +77 -0
- data/lib-opal/js_wrap/three/shaders/HorizontalBlurShader.js +47 -0
- data/lib-opal/js_wrap/three/shaders/HorizontalTiltShiftShader.js +49 -0
- data/lib-opal/js_wrap/three/shaders/HueSaturationShader.js +47 -0
- data/lib-opal/js_wrap/three/shaders/KaleidoShader.js +50 -0
- data/lib-opal/js_wrap/three/shaders/LuminosityHighPassShader.js +52 -0
- data/lib-opal/js_wrap/three/shaders/LuminosityShader.js +39 -0
- data/lib-opal/js_wrap/three/shaders/MMDToonShader.js +48 -0
- data/lib-opal/js_wrap/three/shaders/MirrorShader.js +44 -0
- data/lib-opal/js_wrap/three/shaders/NormalMapShader.js +48 -0
- data/lib-opal/js_wrap/three/shaders/PixelShader.js +44 -0
- data/lib-opal/js_wrap/three/shaders/RGBShiftShader.js +50 -0
- data/lib-opal/js_wrap/three/shaders/SAOShader.js +85 -0
- data/lib-opal/js_wrap/three/shaders/SMAAShader.js +95 -0
- data/lib-opal/js_wrap/three/shaders/SSAOShader.js +113 -0
- data/lib-opal/js_wrap/three/shaders/SSRShader.js +126 -0
- data/lib-opal/js_wrap/three/shaders/SSRrShader.js +106 -0
- data/lib-opal/js_wrap/three/shaders/SepiaShader.js +43 -0
- data/lib-opal/js_wrap/three/shaders/SobelOperatorShader.js +44 -0
- data/lib-opal/js_wrap/three/shaders/SubsurfaceScatteringShader.js +64 -0
- data/lib-opal/js_wrap/three/shaders/TechnicolorShader.js +41 -0
- data/lib-opal/js_wrap/three/shaders/ToneMapShader.js +53 -0
- data/lib-opal/js_wrap/three/shaders/ToonShader.js +148 -0
- data/lib-opal/js_wrap/three/shaders/TriangleBlurShader.js +47 -0
- data/lib-opal/js_wrap/three/shaders/UnpackDepthRGBAShader.js +42 -0
- data/lib-opal/js_wrap/three/shaders/VerticalBlurShader.js +47 -0
- data/lib-opal/js_wrap/three/shaders/VerticalTiltShiftShader.js +49 -0
- data/lib-opal/js_wrap/three/shaders/VignetteShader.js +46 -0
- data/lib-opal/js_wrap/three/shaders/VolumeShader.js +55 -0
- data/lib-opal/js_wrap/three/shaders/WaterRefractionShader.js +46 -0
- data/lib-opal/js_wrap/three/textures/FlakesTexture.js +61 -0
- data/lib-opal/js_wrap/three/utils/BufferGeometryUtils.js +683 -0
- data/lib-opal/js_wrap/three/utils/CameraUtils.js +97 -0
- data/lib-opal/js_wrap/three/utils/GPUStatsPanel.js +154 -0
- data/lib-opal/js_wrap/three/utils/GeometryCompressionUtils.js +468 -0
- data/lib-opal/js_wrap/three/utils/GeometryUtils.js +192 -0
- data/lib-opal/js_wrap/three/utils/PackedPhongMaterial.js +77 -0
- data/lib-opal/js_wrap/three/utils/RoughnessMipmapper.js +169 -0
- data/lib-opal/js_wrap/three/utils/SceneUtils.js +62 -0
- data/lib-opal/js_wrap/three/utils/ShadowMapViewer.js +182 -0
- data/lib-opal/js_wrap/three/utils/SkeletonUtils.js +400 -0
- data/lib-opal/js_wrap/three/utils/UVsDebug.js +132 -0
- data/lib-opal/js_wrap/three/utils/WorkerPool.js +130 -0
- data/lib-opal/js_wrap/three/webxr/ARButton.js +203 -0
- data/lib-opal/js_wrap/three/webxr/OculusHandModel.js +131 -0
- data/lib-opal/js_wrap/three/webxr/OculusHandPointerModel.js +328 -0
- data/lib-opal/js_wrap/three/webxr/Text2D.js +54 -0
- data/lib-opal/js_wrap/three/webxr/VRButton.js +181 -0
- data/lib-opal/js_wrap/three/webxr/XRControllerModelFactory.js +266 -0
- data/lib-opal/js_wrap/three/webxr/XREstimatedLight.js +221 -0
- data/lib-opal/js_wrap/three/webxr/XRHandMeshModel.js +93 -0
- data/lib-opal/js_wrap/three/webxr/XRHandModelFactory.js +127 -0
- data/lib-opal/js_wrap/three/webxr/XRHandPrimitiveModel.js +85 -0
- data/opal-js_wrap-three.gemspec +4 -4
- metadata +502 -5
@@ -0,0 +1,322 @@
|
|
1
|
+
(function (global, factory) {
|
2
|
+
if (typeof define === "function" && define.amd) {
|
3
|
+
define(["exports", "three"], factory);
|
4
|
+
} else if (typeof exports !== "undefined") {
|
5
|
+
factory(exports, require("three"));
|
6
|
+
} else {
|
7
|
+
var mod = {
|
8
|
+
exports: {}
|
9
|
+
};
|
10
|
+
factory(mod.exports, global.three);
|
11
|
+
global.PCDLoader = mod.exports;
|
12
|
+
}
|
13
|
+
})(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports, _three) {
|
14
|
+
"use strict";
|
15
|
+
|
16
|
+
Object.defineProperty(_exports, "__esModule", {
|
17
|
+
value: true
|
18
|
+
});
|
19
|
+
_exports.PCDLoader = void 0;
|
20
|
+
|
21
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
22
|
+
|
23
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
24
|
+
|
25
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
26
|
+
|
27
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
28
|
+
|
29
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
30
|
+
|
31
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
32
|
+
|
33
|
+
function _possibleConstructorReturn(self, call) { if (call && (typeof call === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
34
|
+
|
35
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
36
|
+
|
37
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
38
|
+
|
39
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
40
|
+
|
41
|
+
var PCDLoader = /*#__PURE__*/function (_Loader) {
|
42
|
+
_inherits(PCDLoader, _Loader);
|
43
|
+
|
44
|
+
var _super = _createSuper(PCDLoader);
|
45
|
+
|
46
|
+
function PCDLoader(manager) {
|
47
|
+
var _this;
|
48
|
+
|
49
|
+
_classCallCheck(this, PCDLoader);
|
50
|
+
|
51
|
+
_this = _super.call(this, manager);
|
52
|
+
_this.littleEndian = true;
|
53
|
+
return _this;
|
54
|
+
}
|
55
|
+
|
56
|
+
_createClass(PCDLoader, [{
|
57
|
+
key: "load",
|
58
|
+
value: function load(url, onLoad, onProgress, onError) {
|
59
|
+
var scope = this;
|
60
|
+
var loader = new _three.FileLoader(scope.manager);
|
61
|
+
loader.setPath(scope.path);
|
62
|
+
loader.setResponseType('arraybuffer');
|
63
|
+
loader.setRequestHeader(scope.requestHeader);
|
64
|
+
loader.setWithCredentials(scope.withCredentials);
|
65
|
+
loader.load(url, function (data) {
|
66
|
+
try {
|
67
|
+
onLoad(scope.parse(data, url));
|
68
|
+
} catch (e) {
|
69
|
+
if (onError) {
|
70
|
+
onError(e);
|
71
|
+
} else {
|
72
|
+
console.error(e);
|
73
|
+
}
|
74
|
+
|
75
|
+
scope.manager.itemError(url);
|
76
|
+
}
|
77
|
+
}, onProgress, onError);
|
78
|
+
}
|
79
|
+
}, {
|
80
|
+
key: "parse",
|
81
|
+
value: function parse(data, url) {
|
82
|
+
// from https://gitlab.com/taketwo/three-pcd-loader/blob/master/decompress-lzf.js
|
83
|
+
function decompressLZF(inData, outLength) {
|
84
|
+
var inLength = inData.length;
|
85
|
+
var outData = new Uint8Array(outLength);
|
86
|
+
var inPtr = 0;
|
87
|
+
var outPtr = 0;
|
88
|
+
var ctrl;
|
89
|
+
var len;
|
90
|
+
var ref;
|
91
|
+
|
92
|
+
do {
|
93
|
+
ctrl = inData[inPtr++];
|
94
|
+
|
95
|
+
if (ctrl < 1 << 5) {
|
96
|
+
ctrl++;
|
97
|
+
if (outPtr + ctrl > outLength) throw new Error('Output buffer is not large enough');
|
98
|
+
if (inPtr + ctrl > inLength) throw new Error('Invalid compressed data');
|
99
|
+
|
100
|
+
do {
|
101
|
+
outData[outPtr++] = inData[inPtr++];
|
102
|
+
} while (--ctrl);
|
103
|
+
} else {
|
104
|
+
len = ctrl >> 5;
|
105
|
+
ref = outPtr - ((ctrl & 0x1f) << 8) - 1;
|
106
|
+
if (inPtr >= inLength) throw new Error('Invalid compressed data');
|
107
|
+
|
108
|
+
if (len === 7) {
|
109
|
+
len += inData[inPtr++];
|
110
|
+
if (inPtr >= inLength) throw new Error('Invalid compressed data');
|
111
|
+
}
|
112
|
+
|
113
|
+
ref -= inData[inPtr++];
|
114
|
+
if (outPtr + len + 2 > outLength) throw new Error('Output buffer is not large enough');
|
115
|
+
if (ref < 0) throw new Error('Invalid compressed data');
|
116
|
+
if (ref >= outPtr) throw new Error('Invalid compressed data');
|
117
|
+
|
118
|
+
do {
|
119
|
+
outData[outPtr++] = outData[ref++];
|
120
|
+
} while (--len + 2);
|
121
|
+
}
|
122
|
+
} while (inPtr < inLength);
|
123
|
+
|
124
|
+
return outData;
|
125
|
+
}
|
126
|
+
|
127
|
+
function parseHeader(data) {
|
128
|
+
var PCDheader = {};
|
129
|
+
var result1 = data.search(/[\r\n]DATA\s(\S*)\s/i);
|
130
|
+
var result2 = /[\r\n]DATA\s(\S*)\s/i.exec(data.substr(result1 - 1));
|
131
|
+
PCDheader.data = result2[1];
|
132
|
+
PCDheader.headerLen = result2[0].length + result1;
|
133
|
+
PCDheader.str = data.substr(0, PCDheader.headerLen); // remove comments
|
134
|
+
|
135
|
+
PCDheader.str = PCDheader.str.replace(/\#.*/gi, ''); // parse
|
136
|
+
|
137
|
+
PCDheader.version = /VERSION (.*)/i.exec(PCDheader.str);
|
138
|
+
PCDheader.fields = /FIELDS (.*)/i.exec(PCDheader.str);
|
139
|
+
PCDheader.size = /SIZE (.*)/i.exec(PCDheader.str);
|
140
|
+
PCDheader.type = /TYPE (.*)/i.exec(PCDheader.str);
|
141
|
+
PCDheader.count = /COUNT (.*)/i.exec(PCDheader.str);
|
142
|
+
PCDheader.width = /WIDTH (.*)/i.exec(PCDheader.str);
|
143
|
+
PCDheader.height = /HEIGHT (.*)/i.exec(PCDheader.str);
|
144
|
+
PCDheader.viewpoint = /VIEWPOINT (.*)/i.exec(PCDheader.str);
|
145
|
+
PCDheader.points = /POINTS (.*)/i.exec(PCDheader.str); // evaluate
|
146
|
+
|
147
|
+
if (PCDheader.version !== null) PCDheader.version = parseFloat(PCDheader.version[1]);
|
148
|
+
if (PCDheader.fields !== null) PCDheader.fields = PCDheader.fields[1].split(' ');
|
149
|
+
if (PCDheader.type !== null) PCDheader.type = PCDheader.type[1].split(' ');
|
150
|
+
if (PCDheader.width !== null) PCDheader.width = parseInt(PCDheader.width[1]);
|
151
|
+
if (PCDheader.height !== null) PCDheader.height = parseInt(PCDheader.height[1]);
|
152
|
+
if (PCDheader.viewpoint !== null) PCDheader.viewpoint = PCDheader.viewpoint[1];
|
153
|
+
if (PCDheader.points !== null) PCDheader.points = parseInt(PCDheader.points[1], 10);
|
154
|
+
if (PCDheader.points === null) PCDheader.points = PCDheader.width * PCDheader.height;
|
155
|
+
|
156
|
+
if (PCDheader.size !== null) {
|
157
|
+
PCDheader.size = PCDheader.size[1].split(' ').map(function (x) {
|
158
|
+
return parseInt(x, 10);
|
159
|
+
});
|
160
|
+
}
|
161
|
+
|
162
|
+
if (PCDheader.count !== null) {
|
163
|
+
PCDheader.count = PCDheader.count[1].split(' ').map(function (x) {
|
164
|
+
return parseInt(x, 10);
|
165
|
+
});
|
166
|
+
} else {
|
167
|
+
PCDheader.count = [];
|
168
|
+
|
169
|
+
for (var i = 0, l = PCDheader.fields.length; i < l; i++) {
|
170
|
+
PCDheader.count.push(1);
|
171
|
+
}
|
172
|
+
}
|
173
|
+
|
174
|
+
PCDheader.offset = {};
|
175
|
+
var sizeSum = 0;
|
176
|
+
|
177
|
+
for (var _i = 0, _l = PCDheader.fields.length; _i < _l; _i++) {
|
178
|
+
if (PCDheader.data === 'ascii') {
|
179
|
+
PCDheader.offset[PCDheader.fields[_i]] = _i;
|
180
|
+
} else {
|
181
|
+
PCDheader.offset[PCDheader.fields[_i]] = sizeSum;
|
182
|
+
sizeSum += PCDheader.size[_i] * PCDheader.count[_i];
|
183
|
+
}
|
184
|
+
} // for binary only
|
185
|
+
|
186
|
+
|
187
|
+
PCDheader.rowSize = sizeSum;
|
188
|
+
return PCDheader;
|
189
|
+
}
|
190
|
+
|
191
|
+
var textData = _three.LoaderUtils.decodeText(new Uint8Array(data)); // parse header (always ascii format)
|
192
|
+
|
193
|
+
|
194
|
+
var PCDheader = parseHeader(textData); // parse data
|
195
|
+
|
196
|
+
var position = [];
|
197
|
+
var normal = [];
|
198
|
+
var color = []; // ascii
|
199
|
+
|
200
|
+
if (PCDheader.data === 'ascii') {
|
201
|
+
var offset = PCDheader.offset;
|
202
|
+
var pcdData = textData.substr(PCDheader.headerLen);
|
203
|
+
var lines = pcdData.split('\n');
|
204
|
+
|
205
|
+
for (var i = 0, l = lines.length; i < l; i++) {
|
206
|
+
if (lines[i] === '') continue;
|
207
|
+
var line = lines[i].split(' ');
|
208
|
+
|
209
|
+
if (offset.x !== undefined) {
|
210
|
+
position.push(parseFloat(line[offset.x]));
|
211
|
+
position.push(parseFloat(line[offset.y]));
|
212
|
+
position.push(parseFloat(line[offset.z]));
|
213
|
+
}
|
214
|
+
|
215
|
+
if (offset.rgb !== undefined) {
|
216
|
+
var rgb = parseFloat(line[offset.rgb]);
|
217
|
+
var r = rgb >> 16 & 0x0000ff;
|
218
|
+
var g = rgb >> 8 & 0x0000ff;
|
219
|
+
var b = rgb >> 0 & 0x0000ff;
|
220
|
+
color.push(r / 255, g / 255, b / 255);
|
221
|
+
}
|
222
|
+
|
223
|
+
if (offset.normal_x !== undefined) {
|
224
|
+
normal.push(parseFloat(line[offset.normal_x]));
|
225
|
+
normal.push(parseFloat(line[offset.normal_y]));
|
226
|
+
normal.push(parseFloat(line[offset.normal_z]));
|
227
|
+
}
|
228
|
+
}
|
229
|
+
} // binary-compressed
|
230
|
+
// normally data in PCD files are organized as array of structures: XYZRGBXYZRGB
|
231
|
+
// binary compressed PCD files organize their data as structure of arrays: XXYYZZRGBRGB
|
232
|
+
// that requires a totally different parsing approach compared to non-compressed data
|
233
|
+
|
234
|
+
|
235
|
+
if (PCDheader.data === 'binary_compressed') {
|
236
|
+
var sizes = new Uint32Array(data.slice(PCDheader.headerLen, PCDheader.headerLen + 8));
|
237
|
+
var compressedSize = sizes[0];
|
238
|
+
var decompressedSize = sizes[1];
|
239
|
+
var decompressed = decompressLZF(new Uint8Array(data, PCDheader.headerLen + 8, compressedSize), decompressedSize);
|
240
|
+
var dataview = new DataView(decompressed.buffer);
|
241
|
+
var _offset = PCDheader.offset;
|
242
|
+
|
243
|
+
for (var _i2 = 0; _i2 < PCDheader.points; _i2++) {
|
244
|
+
if (_offset.x !== undefined) {
|
245
|
+
position.push(dataview.getFloat32(PCDheader.points * _offset.x + PCDheader.size[0] * _i2, this.littleEndian));
|
246
|
+
position.push(dataview.getFloat32(PCDheader.points * _offset.y + PCDheader.size[1] * _i2, this.littleEndian));
|
247
|
+
position.push(dataview.getFloat32(PCDheader.points * _offset.z + PCDheader.size[2] * _i2, this.littleEndian));
|
248
|
+
}
|
249
|
+
|
250
|
+
if (_offset.rgb !== undefined) {
|
251
|
+
color.push(dataview.getUint8(PCDheader.points * _offset.rgb + PCDheader.size[3] * _i2 + 0) / 255.0);
|
252
|
+
color.push(dataview.getUint8(PCDheader.points * _offset.rgb + PCDheader.size[3] * _i2 + 1) / 255.0);
|
253
|
+
color.push(dataview.getUint8(PCDheader.points * _offset.rgb + PCDheader.size[3] * _i2 + 2) / 255.0);
|
254
|
+
}
|
255
|
+
|
256
|
+
if (_offset.normal_x !== undefined) {
|
257
|
+
normal.push(dataview.getFloat32(PCDheader.points * _offset.normal_x + PCDheader.size[4] * _i2, this.littleEndian));
|
258
|
+
normal.push(dataview.getFloat32(PCDheader.points * _offset.normal_y + PCDheader.size[5] * _i2, this.littleEndian));
|
259
|
+
normal.push(dataview.getFloat32(PCDheader.points * _offset.normal_z + PCDheader.size[6] * _i2, this.littleEndian));
|
260
|
+
}
|
261
|
+
}
|
262
|
+
} // binary
|
263
|
+
|
264
|
+
|
265
|
+
if (PCDheader.data === 'binary') {
|
266
|
+
var _dataview = new DataView(data, PCDheader.headerLen);
|
267
|
+
|
268
|
+
var _offset2 = PCDheader.offset;
|
269
|
+
|
270
|
+
for (var _i3 = 0, row = 0; _i3 < PCDheader.points; _i3++, row += PCDheader.rowSize) {
|
271
|
+
if (_offset2.x !== undefined) {
|
272
|
+
position.push(_dataview.getFloat32(row + _offset2.x, this.littleEndian));
|
273
|
+
position.push(_dataview.getFloat32(row + _offset2.y, this.littleEndian));
|
274
|
+
position.push(_dataview.getFloat32(row + _offset2.z, this.littleEndian));
|
275
|
+
}
|
276
|
+
|
277
|
+
if (_offset2.rgb !== undefined) {
|
278
|
+
color.push(_dataview.getUint8(row + _offset2.rgb + 2) / 255.0);
|
279
|
+
color.push(_dataview.getUint8(row + _offset2.rgb + 1) / 255.0);
|
280
|
+
color.push(_dataview.getUint8(row + _offset2.rgb + 0) / 255.0);
|
281
|
+
}
|
282
|
+
|
283
|
+
if (_offset2.normal_x !== undefined) {
|
284
|
+
normal.push(_dataview.getFloat32(row + _offset2.normal_x, this.littleEndian));
|
285
|
+
normal.push(_dataview.getFloat32(row + _offset2.normal_y, this.littleEndian));
|
286
|
+
normal.push(_dataview.getFloat32(row + _offset2.normal_z, this.littleEndian));
|
287
|
+
}
|
288
|
+
}
|
289
|
+
} // build geometry
|
290
|
+
|
291
|
+
|
292
|
+
var geometry = new _three.BufferGeometry();
|
293
|
+
if (position.length > 0) geometry.setAttribute('position', new _three.Float32BufferAttribute(position, 3));
|
294
|
+
if (normal.length > 0) geometry.setAttribute('normal', new _three.Float32BufferAttribute(normal, 3));
|
295
|
+
if (color.length > 0) geometry.setAttribute('color', new _three.Float32BufferAttribute(color, 3));
|
296
|
+
geometry.computeBoundingSphere(); // build material
|
297
|
+
|
298
|
+
var material = new _three.PointsMaterial({
|
299
|
+
size: 0.005
|
300
|
+
});
|
301
|
+
|
302
|
+
if (color.length > 0) {
|
303
|
+
material.vertexColors = true;
|
304
|
+
} else {
|
305
|
+
material.color.setHex(Math.random() * 0xffffff);
|
306
|
+
} // build point cloud
|
307
|
+
|
308
|
+
|
309
|
+
var mesh = new _three.Points(geometry, material);
|
310
|
+
var name = url.split('').reverse().join('');
|
311
|
+
name = /([^\/]*)/.exec(name);
|
312
|
+
name = name[1].split('').reverse().join('');
|
313
|
+
mesh.name = name;
|
314
|
+
return mesh;
|
315
|
+
}
|
316
|
+
}]);
|
317
|
+
|
318
|
+
return PCDLoader;
|
319
|
+
}(_three.Loader);
|
320
|
+
|
321
|
+
_exports.PCDLoader = PCDLoader;
|
322
|
+
});
|
@@ -0,0 +1,318 @@
|
|
1
|
+
(function (global, factory) {
|
2
|
+
if (typeof define === "function" && define.amd) {
|
3
|
+
define(["exports", "three"], factory);
|
4
|
+
} else if (typeof exports !== "undefined") {
|
5
|
+
factory(exports, require("three"));
|
6
|
+
} else {
|
7
|
+
var mod = {
|
8
|
+
exports: {}
|
9
|
+
};
|
10
|
+
factory(mod.exports, global.three);
|
11
|
+
global.PDBLoader = mod.exports;
|
12
|
+
}
|
13
|
+
})(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports, _three) {
|
14
|
+
"use strict";
|
15
|
+
|
16
|
+
Object.defineProperty(_exports, "__esModule", {
|
17
|
+
value: true
|
18
|
+
});
|
19
|
+
_exports.PDBLoader = void 0;
|
20
|
+
|
21
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
22
|
+
|
23
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
24
|
+
|
25
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
26
|
+
|
27
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
28
|
+
|
29
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
30
|
+
|
31
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
32
|
+
|
33
|
+
function _possibleConstructorReturn(self, call) { if (call && (typeof call === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
34
|
+
|
35
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
36
|
+
|
37
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
38
|
+
|
39
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
40
|
+
|
41
|
+
var PDBLoader = /*#__PURE__*/function (_Loader) {
|
42
|
+
_inherits(PDBLoader, _Loader);
|
43
|
+
|
44
|
+
var _super = _createSuper(PDBLoader);
|
45
|
+
|
46
|
+
function PDBLoader(manager) {
|
47
|
+
_classCallCheck(this, PDBLoader);
|
48
|
+
|
49
|
+
return _super.call(this, manager);
|
50
|
+
}
|
51
|
+
|
52
|
+
_createClass(PDBLoader, [{
|
53
|
+
key: "load",
|
54
|
+
value: function load(url, onLoad, onProgress, onError) {
|
55
|
+
var scope = this;
|
56
|
+
var loader = new _three.FileLoader(scope.manager);
|
57
|
+
loader.setPath(scope.path);
|
58
|
+
loader.setRequestHeader(scope.requestHeader);
|
59
|
+
loader.setWithCredentials(scope.withCredentials);
|
60
|
+
loader.load(url, function (text) {
|
61
|
+
try {
|
62
|
+
onLoad(scope.parse(text));
|
63
|
+
} catch (e) {
|
64
|
+
if (onError) {
|
65
|
+
onError(e);
|
66
|
+
} else {
|
67
|
+
console.error(e);
|
68
|
+
}
|
69
|
+
|
70
|
+
scope.manager.itemError(url);
|
71
|
+
}
|
72
|
+
}, onProgress, onError);
|
73
|
+
} // Based on CanvasMol PDB parser
|
74
|
+
|
75
|
+
}, {
|
76
|
+
key: "parse",
|
77
|
+
value: function parse(text) {
|
78
|
+
function trim(text) {
|
79
|
+
return text.replace(/^\s\s*/, '').replace(/\s\s*$/, '');
|
80
|
+
}
|
81
|
+
|
82
|
+
function capitalize(text) {
|
83
|
+
return text.charAt(0).toUpperCase() + text.substr(1).toLowerCase();
|
84
|
+
}
|
85
|
+
|
86
|
+
function hash(s, e) {
|
87
|
+
return 's' + Math.min(s, e) + 'e' + Math.max(s, e);
|
88
|
+
}
|
89
|
+
|
90
|
+
function parseBond(start, length, satom, i) {
|
91
|
+
var eatom = parseInt(lines[i].substr(start, length));
|
92
|
+
|
93
|
+
if (eatom) {
|
94
|
+
var h = hash(satom, eatom);
|
95
|
+
|
96
|
+
if (_bhash[h] === undefined) {
|
97
|
+
_bonds.push([satom - 1, eatom - 1, 1]);
|
98
|
+
|
99
|
+
_bhash[h] = _bonds.length - 1;
|
100
|
+
} else {// doesn't really work as almost all PDBs
|
101
|
+
// have just normal bonds appearing multiple
|
102
|
+
// times instead of being double/triple bonds
|
103
|
+
// bonds[bhash[h]][2] += 1;
|
104
|
+
}
|
105
|
+
}
|
106
|
+
}
|
107
|
+
|
108
|
+
function buildGeometry() {
|
109
|
+
var build = {
|
110
|
+
geometryAtoms: new _three.BufferGeometry(),
|
111
|
+
geometryBonds: new _three.BufferGeometry(),
|
112
|
+
json: {
|
113
|
+
atoms: atoms
|
114
|
+
}
|
115
|
+
};
|
116
|
+
var geometryAtoms = build.geometryAtoms;
|
117
|
+
var geometryBonds = build.geometryBonds;
|
118
|
+
var verticesAtoms = [];
|
119
|
+
var colorsAtoms = [];
|
120
|
+
var verticesBonds = []; // atoms
|
121
|
+
|
122
|
+
for (var i = 0, l = atoms.length; i < l; i++) {
|
123
|
+
var atom = atoms[i];
|
124
|
+
var x = atom[0];
|
125
|
+
var y = atom[1];
|
126
|
+
var z = atom[2];
|
127
|
+
verticesAtoms.push(x, y, z);
|
128
|
+
var r = atom[3][0] / 255;
|
129
|
+
var g = atom[3][1] / 255;
|
130
|
+
var b = atom[3][2] / 255;
|
131
|
+
colorsAtoms.push(r, g, b);
|
132
|
+
} // bonds
|
133
|
+
|
134
|
+
|
135
|
+
for (var _i = 0, _l = _bonds.length; _i < _l; _i++) {
|
136
|
+
var bond = _bonds[_i];
|
137
|
+
var start = bond[0];
|
138
|
+
var end = bond[1];
|
139
|
+
var startAtom = _atomMap[start];
|
140
|
+
var endAtom = _atomMap[end];
|
141
|
+
var _x = startAtom[0];
|
142
|
+
var _y = startAtom[1];
|
143
|
+
var _z = startAtom[2];
|
144
|
+
verticesBonds.push(_x, _y, _z);
|
145
|
+
_x = endAtom[0];
|
146
|
+
_y = endAtom[1];
|
147
|
+
_z = endAtom[2];
|
148
|
+
verticesBonds.push(_x, _y, _z);
|
149
|
+
} // build geometry
|
150
|
+
|
151
|
+
|
152
|
+
geometryAtoms.setAttribute('position', new _three.Float32BufferAttribute(verticesAtoms, 3));
|
153
|
+
geometryAtoms.setAttribute('color', new _three.Float32BufferAttribute(colorsAtoms, 3));
|
154
|
+
geometryBonds.setAttribute('position', new _three.Float32BufferAttribute(verticesBonds, 3));
|
155
|
+
return build;
|
156
|
+
}
|
157
|
+
|
158
|
+
var CPK = {
|
159
|
+
h: [255, 255, 255],
|
160
|
+
he: [217, 255, 255],
|
161
|
+
li: [204, 128, 255],
|
162
|
+
be: [194, 255, 0],
|
163
|
+
b: [255, 181, 181],
|
164
|
+
c: [144, 144, 144],
|
165
|
+
n: [48, 80, 248],
|
166
|
+
o: [255, 13, 13],
|
167
|
+
f: [144, 224, 80],
|
168
|
+
ne: [179, 227, 245],
|
169
|
+
na: [171, 92, 242],
|
170
|
+
mg: [138, 255, 0],
|
171
|
+
al: [191, 166, 166],
|
172
|
+
si: [240, 200, 160],
|
173
|
+
p: [255, 128, 0],
|
174
|
+
s: [255, 255, 48],
|
175
|
+
cl: [31, 240, 31],
|
176
|
+
ar: [128, 209, 227],
|
177
|
+
k: [143, 64, 212],
|
178
|
+
ca: [61, 255, 0],
|
179
|
+
sc: [230, 230, 230],
|
180
|
+
ti: [191, 194, 199],
|
181
|
+
v: [166, 166, 171],
|
182
|
+
cr: [138, 153, 199],
|
183
|
+
mn: [156, 122, 199],
|
184
|
+
fe: [224, 102, 51],
|
185
|
+
co: [240, 144, 160],
|
186
|
+
ni: [80, 208, 80],
|
187
|
+
cu: [200, 128, 51],
|
188
|
+
zn: [125, 128, 176],
|
189
|
+
ga: [194, 143, 143],
|
190
|
+
ge: [102, 143, 143],
|
191
|
+
as: [189, 128, 227],
|
192
|
+
se: [255, 161, 0],
|
193
|
+
br: [166, 41, 41],
|
194
|
+
kr: [92, 184, 209],
|
195
|
+
rb: [112, 46, 176],
|
196
|
+
sr: [0, 255, 0],
|
197
|
+
y: [148, 255, 255],
|
198
|
+
zr: [148, 224, 224],
|
199
|
+
nb: [115, 194, 201],
|
200
|
+
mo: [84, 181, 181],
|
201
|
+
tc: [59, 158, 158],
|
202
|
+
ru: [36, 143, 143],
|
203
|
+
rh: [10, 125, 140],
|
204
|
+
pd: [0, 105, 133],
|
205
|
+
ag: [192, 192, 192],
|
206
|
+
cd: [255, 217, 143],
|
207
|
+
in: [166, 117, 115],
|
208
|
+
sn: [102, 128, 128],
|
209
|
+
sb: [158, 99, 181],
|
210
|
+
te: [212, 122, 0],
|
211
|
+
i: [148, 0, 148],
|
212
|
+
xe: [66, 158, 176],
|
213
|
+
cs: [87, 23, 143],
|
214
|
+
ba: [0, 201, 0],
|
215
|
+
la: [112, 212, 255],
|
216
|
+
ce: [255, 255, 199],
|
217
|
+
pr: [217, 255, 199],
|
218
|
+
nd: [199, 255, 199],
|
219
|
+
pm: [163, 255, 199],
|
220
|
+
sm: [143, 255, 199],
|
221
|
+
eu: [97, 255, 199],
|
222
|
+
gd: [69, 255, 199],
|
223
|
+
tb: [48, 255, 199],
|
224
|
+
dy: [31, 255, 199],
|
225
|
+
ho: [0, 255, 156],
|
226
|
+
er: [0, 230, 117],
|
227
|
+
tm: [0, 212, 82],
|
228
|
+
yb: [0, 191, 56],
|
229
|
+
lu: [0, 171, 36],
|
230
|
+
hf: [77, 194, 255],
|
231
|
+
ta: [77, 166, 255],
|
232
|
+
w: [33, 148, 214],
|
233
|
+
re: [38, 125, 171],
|
234
|
+
os: [38, 102, 150],
|
235
|
+
ir: [23, 84, 135],
|
236
|
+
pt: [208, 208, 224],
|
237
|
+
au: [255, 209, 35],
|
238
|
+
hg: [184, 184, 208],
|
239
|
+
tl: [166, 84, 77],
|
240
|
+
pb: [87, 89, 97],
|
241
|
+
bi: [158, 79, 181],
|
242
|
+
po: [171, 92, 0],
|
243
|
+
at: [117, 79, 69],
|
244
|
+
rn: [66, 130, 150],
|
245
|
+
fr: [66, 0, 102],
|
246
|
+
ra: [0, 125, 0],
|
247
|
+
ac: [112, 171, 250],
|
248
|
+
th: [0, 186, 255],
|
249
|
+
pa: [0, 161, 255],
|
250
|
+
u: [0, 143, 255],
|
251
|
+
np: [0, 128, 255],
|
252
|
+
pu: [0, 107, 255],
|
253
|
+
am: [84, 92, 242],
|
254
|
+
cm: [120, 92, 227],
|
255
|
+
bk: [138, 79, 227],
|
256
|
+
cf: [161, 54, 212],
|
257
|
+
es: [179, 31, 212],
|
258
|
+
fm: [179, 31, 186],
|
259
|
+
md: [179, 13, 166],
|
260
|
+
no: [189, 13, 135],
|
261
|
+
lr: [199, 0, 102],
|
262
|
+
rf: [204, 0, 89],
|
263
|
+
db: [209, 0, 79],
|
264
|
+
sg: [217, 0, 69],
|
265
|
+
bh: [224, 0, 56],
|
266
|
+
hs: [230, 0, 46],
|
267
|
+
mt: [235, 0, 38],
|
268
|
+
ds: [235, 0, 38],
|
269
|
+
rg: [235, 0, 38],
|
270
|
+
cn: [235, 0, 38],
|
271
|
+
uut: [235, 0, 38],
|
272
|
+
uuq: [235, 0, 38],
|
273
|
+
uup: [235, 0, 38],
|
274
|
+
uuh: [235, 0, 38],
|
275
|
+
uus: [235, 0, 38],
|
276
|
+
uuo: [235, 0, 38]
|
277
|
+
};
|
278
|
+
var atoms = [];
|
279
|
+
var _bonds = [];
|
280
|
+
var _bhash = {};
|
281
|
+
var _atomMap = {}; // parse
|
282
|
+
|
283
|
+
var lines = text.split('\n');
|
284
|
+
|
285
|
+
for (var i = 0, l = lines.length; i < l; i++) {
|
286
|
+
if (lines[i].substr(0, 4) === 'ATOM' || lines[i].substr(0, 6) === 'HETATM') {
|
287
|
+
var x = parseFloat(lines[i].substr(30, 7));
|
288
|
+
var y = parseFloat(lines[i].substr(38, 7));
|
289
|
+
var z = parseFloat(lines[i].substr(46, 7));
|
290
|
+
var index = parseInt(lines[i].substr(6, 5)) - 1;
|
291
|
+
var e = trim(lines[i].substr(76, 2)).toLowerCase();
|
292
|
+
|
293
|
+
if (e === '') {
|
294
|
+
e = trim(lines[i].substr(12, 2)).toLowerCase();
|
295
|
+
}
|
296
|
+
|
297
|
+
var atomData = [x, y, z, CPK[e], capitalize(e)];
|
298
|
+
atoms.push(atomData);
|
299
|
+
_atomMap[index] = atomData;
|
300
|
+
} else if (lines[i].substr(0, 6) === 'CONECT') {
|
301
|
+
var satom = parseInt(lines[i].substr(6, 5));
|
302
|
+
parseBond(11, 5, satom, i);
|
303
|
+
parseBond(16, 5, satom, i);
|
304
|
+
parseBond(21, 5, satom, i);
|
305
|
+
parseBond(26, 5, satom, i);
|
306
|
+
}
|
307
|
+
} // build and return geometry
|
308
|
+
|
309
|
+
|
310
|
+
return buildGeometry();
|
311
|
+
}
|
312
|
+
}]);
|
313
|
+
|
314
|
+
return PDBLoader;
|
315
|
+
}(_three.Loader);
|
316
|
+
|
317
|
+
_exports.PDBLoader = PDBLoader;
|
318
|
+
});
|