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,370 @@
|
|
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.PLYExporter = 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.PLYExporter = 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
|
+
/**
|
28
|
+
* https://github.com/gkjohnson/ply-exporter-js
|
29
|
+
*
|
30
|
+
* Usage:
|
31
|
+
* const exporter = new PLYExporter();
|
32
|
+
*
|
33
|
+
* // second argument is a list of options
|
34
|
+
* exporter.parse(mesh, data => console.log(data), { binary: true, excludeAttributes: [ 'color' ], littleEndian: true });
|
35
|
+
*
|
36
|
+
* Format Definition:
|
37
|
+
* http://paulbourke.net/dataformats/ply/
|
38
|
+
*/
|
39
|
+
var PLYExporter = /*#__PURE__*/function () {
|
40
|
+
function PLYExporter() {
|
41
|
+
_classCallCheck(this, PLYExporter);
|
42
|
+
}
|
43
|
+
|
44
|
+
_createClass(PLYExporter, [{
|
45
|
+
key: "parse",
|
46
|
+
value: function parse(object, onDone, options) {
|
47
|
+
if (onDone && typeof onDone === 'object') {
|
48
|
+
console.warn('THREE.PLYExporter: The options parameter is now the third argument to the "parse" function. See the documentation for the new API.');
|
49
|
+
options = onDone;
|
50
|
+
onDone = undefined;
|
51
|
+
} // Iterate over the valid meshes in the object
|
52
|
+
|
53
|
+
|
54
|
+
function traverseMeshes(cb) {
|
55
|
+
object.traverse(function (child) {
|
56
|
+
if (child.isMesh === true) {
|
57
|
+
var mesh = child;
|
58
|
+
var geometry = mesh.geometry;
|
59
|
+
|
60
|
+
if (geometry.isBufferGeometry !== true) {
|
61
|
+
throw new Error('THREE.PLYExporter: Geometry is not of type THREE.BufferGeometry.');
|
62
|
+
}
|
63
|
+
|
64
|
+
if (geometry.hasAttribute('position') === true) {
|
65
|
+
cb(mesh, geometry);
|
66
|
+
}
|
67
|
+
}
|
68
|
+
});
|
69
|
+
} // Default options
|
70
|
+
|
71
|
+
|
72
|
+
var defaultOptions = {
|
73
|
+
binary: false,
|
74
|
+
excludeAttributes: [],
|
75
|
+
// normal, uv, color, index
|
76
|
+
littleEndian: false
|
77
|
+
};
|
78
|
+
options = Object.assign(defaultOptions, options);
|
79
|
+
var excludeAttributes = options.excludeAttributes;
|
80
|
+
var includeNormals = false;
|
81
|
+
var includeColors = false;
|
82
|
+
var includeUVs = false; // count the vertices, check which properties are used,
|
83
|
+
// and cache the BufferGeometry
|
84
|
+
|
85
|
+
var vertexCount = 0;
|
86
|
+
var faceCount = 0;
|
87
|
+
object.traverse(function (child) {
|
88
|
+
if (child.isMesh === true) {
|
89
|
+
var mesh = child;
|
90
|
+
var geometry = mesh.geometry;
|
91
|
+
|
92
|
+
if (geometry.isBufferGeometry !== true) {
|
93
|
+
throw new Error('THREE.PLYExporter: Geometry is not of type THREE.BufferGeometry.');
|
94
|
+
}
|
95
|
+
|
96
|
+
var vertices = geometry.getAttribute('position');
|
97
|
+
var normals = geometry.getAttribute('normal');
|
98
|
+
var uvs = geometry.getAttribute('uv');
|
99
|
+
var colors = geometry.getAttribute('color');
|
100
|
+
var indices = geometry.getIndex();
|
101
|
+
|
102
|
+
if (vertices === undefined) {
|
103
|
+
return;
|
104
|
+
}
|
105
|
+
|
106
|
+
vertexCount += vertices.count;
|
107
|
+
faceCount += indices ? indices.count / 3 : vertices.count / 3;
|
108
|
+
if (normals !== undefined) includeNormals = true;
|
109
|
+
if (uvs !== undefined) includeUVs = true;
|
110
|
+
if (colors !== undefined) includeColors = true;
|
111
|
+
}
|
112
|
+
});
|
113
|
+
var includeIndices = excludeAttributes.indexOf('index') === -1;
|
114
|
+
includeNormals = includeNormals && excludeAttributes.indexOf('normal') === -1;
|
115
|
+
includeColors = includeColors && excludeAttributes.indexOf('color') === -1;
|
116
|
+
includeUVs = includeUVs && excludeAttributes.indexOf('uv') === -1;
|
117
|
+
|
118
|
+
if (includeIndices && faceCount !== Math.floor(faceCount)) {
|
119
|
+
// point cloud meshes will not have an index array and may not have a
|
120
|
+
// number of vertices that is divisble by 3 (and therefore representable
|
121
|
+
// as triangles)
|
122
|
+
console.error('PLYExporter: Failed to generate a valid PLY file with triangle indices because the ' + 'number of indices is not divisible by 3.');
|
123
|
+
return null;
|
124
|
+
}
|
125
|
+
|
126
|
+
var indexByteCount = 4;
|
127
|
+
var header = 'ply\n' + "format ".concat(options.binary ? options.littleEndian ? 'binary_little_endian' : 'binary_big_endian' : 'ascii', " 1.0\n") + "element vertex ".concat(vertexCount, "\n") + // position
|
128
|
+
'property float x\n' + 'property float y\n' + 'property float z\n';
|
129
|
+
|
130
|
+
if (includeNormals === true) {
|
131
|
+
// normal
|
132
|
+
header += 'property float nx\n' + 'property float ny\n' + 'property float nz\n';
|
133
|
+
}
|
134
|
+
|
135
|
+
if (includeUVs === true) {
|
136
|
+
// uvs
|
137
|
+
header += 'property float s\n' + 'property float t\n';
|
138
|
+
}
|
139
|
+
|
140
|
+
if (includeColors === true) {
|
141
|
+
// colors
|
142
|
+
header += 'property uchar red\n' + 'property uchar green\n' + 'property uchar blue\n';
|
143
|
+
}
|
144
|
+
|
145
|
+
if (includeIndices === true) {
|
146
|
+
// faces
|
147
|
+
header += "element face ".concat(faceCount, "\n") + 'property list uchar int vertex_index\n';
|
148
|
+
}
|
149
|
+
|
150
|
+
header += 'end_header\n'; // Generate attribute data
|
151
|
+
|
152
|
+
var vertex = new _three.Vector3();
|
153
|
+
var normalMatrixWorld = new _three.Matrix3();
|
154
|
+
var result = null;
|
155
|
+
|
156
|
+
if (options.binary === true) {
|
157
|
+
// Binary File Generation
|
158
|
+
var headerBin = new TextEncoder().encode(header); // 3 position values at 4 bytes
|
159
|
+
// 3 normal values at 4 bytes
|
160
|
+
// 3 color channels with 1 byte
|
161
|
+
// 2 uv values at 4 bytes
|
162
|
+
|
163
|
+
var vertexListLength = vertexCount * (4 * 3 + (includeNormals ? 4 * 3 : 0) + (includeColors ? 3 : 0) + (includeUVs ? 4 * 2 : 0)); // 1 byte shape desciptor
|
164
|
+
// 3 vertex indices at ${indexByteCount} bytes
|
165
|
+
|
166
|
+
var faceListLength = includeIndices ? faceCount * (indexByteCount * 3 + 1) : 0;
|
167
|
+
var output = new DataView(new ArrayBuffer(headerBin.length + vertexListLength + faceListLength));
|
168
|
+
new Uint8Array(output.buffer).set(headerBin, 0);
|
169
|
+
var vOffset = headerBin.length;
|
170
|
+
var fOffset = headerBin.length + vertexListLength;
|
171
|
+
var writtenVertices = 0;
|
172
|
+
traverseMeshes(function (mesh, geometry) {
|
173
|
+
var vertices = geometry.getAttribute('position');
|
174
|
+
var normals = geometry.getAttribute('normal');
|
175
|
+
var uvs = geometry.getAttribute('uv');
|
176
|
+
var colors = geometry.getAttribute('color');
|
177
|
+
var indices = geometry.getIndex();
|
178
|
+
normalMatrixWorld.getNormalMatrix(mesh.matrixWorld);
|
179
|
+
|
180
|
+
for (var i = 0, l = vertices.count; i < l; i++) {
|
181
|
+
vertex.x = vertices.getX(i);
|
182
|
+
vertex.y = vertices.getY(i);
|
183
|
+
vertex.z = vertices.getZ(i);
|
184
|
+
vertex.applyMatrix4(mesh.matrixWorld); // Position information
|
185
|
+
|
186
|
+
output.setFloat32(vOffset, vertex.x, options.littleEndian);
|
187
|
+
vOffset += 4;
|
188
|
+
output.setFloat32(vOffset, vertex.y, options.littleEndian);
|
189
|
+
vOffset += 4;
|
190
|
+
output.setFloat32(vOffset, vertex.z, options.littleEndian);
|
191
|
+
vOffset += 4; // Normal information
|
192
|
+
|
193
|
+
if (includeNormals === true) {
|
194
|
+
if (normals != null) {
|
195
|
+
vertex.x = normals.getX(i);
|
196
|
+
vertex.y = normals.getY(i);
|
197
|
+
vertex.z = normals.getZ(i);
|
198
|
+
vertex.applyMatrix3(normalMatrixWorld).normalize();
|
199
|
+
output.setFloat32(vOffset, vertex.x, options.littleEndian);
|
200
|
+
vOffset += 4;
|
201
|
+
output.setFloat32(vOffset, vertex.y, options.littleEndian);
|
202
|
+
vOffset += 4;
|
203
|
+
output.setFloat32(vOffset, vertex.z, options.littleEndian);
|
204
|
+
vOffset += 4;
|
205
|
+
} else {
|
206
|
+
output.setFloat32(vOffset, 0, options.littleEndian);
|
207
|
+
vOffset += 4;
|
208
|
+
output.setFloat32(vOffset, 0, options.littleEndian);
|
209
|
+
vOffset += 4;
|
210
|
+
output.setFloat32(vOffset, 0, options.littleEndian);
|
211
|
+
vOffset += 4;
|
212
|
+
}
|
213
|
+
} // UV information
|
214
|
+
|
215
|
+
|
216
|
+
if (includeUVs === true) {
|
217
|
+
if (uvs != null) {
|
218
|
+
output.setFloat32(vOffset, uvs.getX(i), options.littleEndian);
|
219
|
+
vOffset += 4;
|
220
|
+
output.setFloat32(vOffset, uvs.getY(i), options.littleEndian);
|
221
|
+
vOffset += 4;
|
222
|
+
} else if (includeUVs !== false) {
|
223
|
+
output.setFloat32(vOffset, 0, options.littleEndian);
|
224
|
+
vOffset += 4;
|
225
|
+
output.setFloat32(vOffset, 0, options.littleEndian);
|
226
|
+
vOffset += 4;
|
227
|
+
}
|
228
|
+
} // Color information
|
229
|
+
|
230
|
+
|
231
|
+
if (includeColors === true) {
|
232
|
+
if (colors != null) {
|
233
|
+
output.setUint8(vOffset, Math.floor(colors.getX(i) * 255));
|
234
|
+
vOffset += 1;
|
235
|
+
output.setUint8(vOffset, Math.floor(colors.getY(i) * 255));
|
236
|
+
vOffset += 1;
|
237
|
+
output.setUint8(vOffset, Math.floor(colors.getZ(i) * 255));
|
238
|
+
vOffset += 1;
|
239
|
+
} else {
|
240
|
+
output.setUint8(vOffset, 255);
|
241
|
+
vOffset += 1;
|
242
|
+
output.setUint8(vOffset, 255);
|
243
|
+
vOffset += 1;
|
244
|
+
output.setUint8(vOffset, 255);
|
245
|
+
vOffset += 1;
|
246
|
+
}
|
247
|
+
}
|
248
|
+
}
|
249
|
+
|
250
|
+
if (includeIndices === true) {
|
251
|
+
// Create the face list
|
252
|
+
if (indices !== null) {
|
253
|
+
for (var _i = 0, _l = indices.count; _i < _l; _i += 3) {
|
254
|
+
output.setUint8(fOffset, 3);
|
255
|
+
fOffset += 1;
|
256
|
+
output.setUint32(fOffset, indices.getX(_i + 0) + writtenVertices, options.littleEndian);
|
257
|
+
fOffset += indexByteCount;
|
258
|
+
output.setUint32(fOffset, indices.getX(_i + 1) + writtenVertices, options.littleEndian);
|
259
|
+
fOffset += indexByteCount;
|
260
|
+
output.setUint32(fOffset, indices.getX(_i + 2) + writtenVertices, options.littleEndian);
|
261
|
+
fOffset += indexByteCount;
|
262
|
+
}
|
263
|
+
} else {
|
264
|
+
for (var _i2 = 0, _l2 = vertices.count; _i2 < _l2; _i2 += 3) {
|
265
|
+
output.setUint8(fOffset, 3);
|
266
|
+
fOffset += 1;
|
267
|
+
output.setUint32(fOffset, writtenVertices + _i2, options.littleEndian);
|
268
|
+
fOffset += indexByteCount;
|
269
|
+
output.setUint32(fOffset, writtenVertices + _i2 + 1, options.littleEndian);
|
270
|
+
fOffset += indexByteCount;
|
271
|
+
output.setUint32(fOffset, writtenVertices + _i2 + 2, options.littleEndian);
|
272
|
+
fOffset += indexByteCount;
|
273
|
+
}
|
274
|
+
}
|
275
|
+
} // Save the amount of verts we've already written so we can offset
|
276
|
+
// the face index on the next mesh
|
277
|
+
|
278
|
+
|
279
|
+
writtenVertices += vertices.count;
|
280
|
+
});
|
281
|
+
result = output.buffer;
|
282
|
+
} else {
|
283
|
+
// Ascii File Generation
|
284
|
+
// count the number of vertices
|
285
|
+
var _writtenVertices = 0;
|
286
|
+
var vertexList = '';
|
287
|
+
var faceList = '';
|
288
|
+
traverseMeshes(function (mesh, geometry) {
|
289
|
+
var vertices = geometry.getAttribute('position');
|
290
|
+
var normals = geometry.getAttribute('normal');
|
291
|
+
var uvs = geometry.getAttribute('uv');
|
292
|
+
var colors = geometry.getAttribute('color');
|
293
|
+
var indices = geometry.getIndex();
|
294
|
+
normalMatrixWorld.getNormalMatrix(mesh.matrixWorld); // form each line
|
295
|
+
|
296
|
+
for (var i = 0, l = vertices.count; i < l; i++) {
|
297
|
+
vertex.x = vertices.getX(i);
|
298
|
+
vertex.y = vertices.getY(i);
|
299
|
+
vertex.z = vertices.getZ(i);
|
300
|
+
vertex.applyMatrix4(mesh.matrixWorld); // Position information
|
301
|
+
|
302
|
+
var line = vertex.x + ' ' + vertex.y + ' ' + vertex.z; // Normal information
|
303
|
+
|
304
|
+
if (includeNormals === true) {
|
305
|
+
if (normals != null) {
|
306
|
+
vertex.x = normals.getX(i);
|
307
|
+
vertex.y = normals.getY(i);
|
308
|
+
vertex.z = normals.getZ(i);
|
309
|
+
vertex.applyMatrix3(normalMatrixWorld).normalize();
|
310
|
+
line += ' ' + vertex.x + ' ' + vertex.y + ' ' + vertex.z;
|
311
|
+
} else {
|
312
|
+
line += ' 0 0 0';
|
313
|
+
}
|
314
|
+
} // UV information
|
315
|
+
|
316
|
+
|
317
|
+
if (includeUVs === true) {
|
318
|
+
if (uvs != null) {
|
319
|
+
line += ' ' + uvs.getX(i) + ' ' + uvs.getY(i);
|
320
|
+
} else if (includeUVs !== false) {
|
321
|
+
line += ' 0 0';
|
322
|
+
}
|
323
|
+
} // Color information
|
324
|
+
|
325
|
+
|
326
|
+
if (includeColors === true) {
|
327
|
+
if (colors != null) {
|
328
|
+
line += ' ' + Math.floor(colors.getX(i) * 255) + ' ' + Math.floor(colors.getY(i) * 255) + ' ' + Math.floor(colors.getZ(i) * 255);
|
329
|
+
} else {
|
330
|
+
line += ' 255 255 255';
|
331
|
+
}
|
332
|
+
}
|
333
|
+
|
334
|
+
vertexList += line + '\n';
|
335
|
+
} // Create the face list
|
336
|
+
|
337
|
+
|
338
|
+
if (includeIndices === true) {
|
339
|
+
if (indices !== null) {
|
340
|
+
for (var _i3 = 0, _l3 = indices.count; _i3 < _l3; _i3 += 3) {
|
341
|
+
faceList += "3 ".concat(indices.getX(_i3 + 0) + _writtenVertices);
|
342
|
+
faceList += " ".concat(indices.getX(_i3 + 1) + _writtenVertices);
|
343
|
+
faceList += " ".concat(indices.getX(_i3 + 2) + _writtenVertices, "\n");
|
344
|
+
}
|
345
|
+
} else {
|
346
|
+
for (var _i4 = 0, _l4 = vertices.count; _i4 < _l4; _i4 += 3) {
|
347
|
+
faceList += "3 ".concat(_writtenVertices + _i4, " ").concat(_writtenVertices + _i4 + 1, " ").concat(_writtenVertices + _i4 + 2, "\n");
|
348
|
+
}
|
349
|
+
}
|
350
|
+
|
351
|
+
faceCount += indices ? indices.count / 3 : vertices.count / 3;
|
352
|
+
}
|
353
|
+
|
354
|
+
_writtenVertices += vertices.count;
|
355
|
+
});
|
356
|
+
result = "".concat(header).concat(vertexList).concat(includeIndices ? "".concat(faceList, "\n") : '\n');
|
357
|
+
}
|
358
|
+
|
359
|
+
if (typeof onDone === 'function') requestAnimationFrame(function () {
|
360
|
+
return onDone(result);
|
361
|
+
});
|
362
|
+
return result;
|
363
|
+
}
|
364
|
+
}]);
|
365
|
+
|
366
|
+
return PLYExporter;
|
367
|
+
}();
|
368
|
+
|
369
|
+
_exports.PLYExporter = PLYExporter;
|
370
|
+
});
|
@@ -0,0 +1,186 @@
|
|
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.STLExporter = 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.STLExporter = 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
|
+
/**
|
28
|
+
* Usage:
|
29
|
+
* const exporter = new STLExporter();
|
30
|
+
*
|
31
|
+
* // second argument is a list of options
|
32
|
+
* const data = exporter.parse( mesh, { binary: true } );
|
33
|
+
*
|
34
|
+
*/
|
35
|
+
var STLExporter = /*#__PURE__*/function () {
|
36
|
+
function STLExporter() {
|
37
|
+
_classCallCheck(this, STLExporter);
|
38
|
+
}
|
39
|
+
|
40
|
+
_createClass(STLExporter, [{
|
41
|
+
key: "parse",
|
42
|
+
value: function parse(scene) {
|
43
|
+
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
44
|
+
var binary = options.binary !== undefined ? options.binary : false; //
|
45
|
+
|
46
|
+
var objects = [];
|
47
|
+
var triangles = 0;
|
48
|
+
scene.traverse(function (object) {
|
49
|
+
if (object.isMesh) {
|
50
|
+
var geometry = object.geometry;
|
51
|
+
|
52
|
+
if (geometry.isBufferGeometry !== true) {
|
53
|
+
throw new Error('THREE.STLExporter: Geometry is not of type THREE.BufferGeometry.');
|
54
|
+
}
|
55
|
+
|
56
|
+
var index = geometry.index;
|
57
|
+
var positionAttribute = geometry.getAttribute('position');
|
58
|
+
triangles += index !== null ? index.count / 3 : positionAttribute.count / 3;
|
59
|
+
objects.push({
|
60
|
+
object3d: object,
|
61
|
+
geometry: geometry
|
62
|
+
});
|
63
|
+
}
|
64
|
+
});
|
65
|
+
var output;
|
66
|
+
var offset = 80; // skip header
|
67
|
+
|
68
|
+
if (binary === true) {
|
69
|
+
var bufferLength = triangles * 2 + triangles * 3 * 4 * 4 + 80 + 4;
|
70
|
+
var arrayBuffer = new ArrayBuffer(bufferLength);
|
71
|
+
output = new DataView(arrayBuffer);
|
72
|
+
output.setUint32(offset, triangles, true);
|
73
|
+
offset += 4;
|
74
|
+
} else {
|
75
|
+
output = '';
|
76
|
+
output += 'solid exported\n';
|
77
|
+
}
|
78
|
+
|
79
|
+
var vA = new _three.Vector3();
|
80
|
+
var vB = new _three.Vector3();
|
81
|
+
var vC = new _three.Vector3();
|
82
|
+
var cb = new _three.Vector3();
|
83
|
+
var ab = new _three.Vector3();
|
84
|
+
var normal = new _three.Vector3();
|
85
|
+
|
86
|
+
for (var i = 0, il = objects.length; i < il; i++) {
|
87
|
+
var object = objects[i].object3d;
|
88
|
+
var geometry = objects[i].geometry;
|
89
|
+
var index = geometry.index;
|
90
|
+
var positionAttribute = geometry.getAttribute('position');
|
91
|
+
|
92
|
+
if (index !== null) {
|
93
|
+
// indexed geometry
|
94
|
+
for (var j = 0; j < index.count; j += 3) {
|
95
|
+
var a = index.getX(j + 0);
|
96
|
+
var b = index.getX(j + 1);
|
97
|
+
var c = index.getX(j + 2);
|
98
|
+
writeFace(a, b, c, positionAttribute, object);
|
99
|
+
}
|
100
|
+
} else {
|
101
|
+
// non-indexed geometry
|
102
|
+
for (var _j = 0; _j < positionAttribute.count; _j += 3) {
|
103
|
+
var _a = _j + 0;
|
104
|
+
|
105
|
+
var _b = _j + 1;
|
106
|
+
|
107
|
+
var _c = _j + 2;
|
108
|
+
|
109
|
+
writeFace(_a, _b, _c, positionAttribute, object);
|
110
|
+
}
|
111
|
+
}
|
112
|
+
}
|
113
|
+
|
114
|
+
if (binary === false) {
|
115
|
+
output += 'endsolid exported\n';
|
116
|
+
}
|
117
|
+
|
118
|
+
return output;
|
119
|
+
|
120
|
+
function writeFace(a, b, c, positionAttribute, object) {
|
121
|
+
vA.fromBufferAttribute(positionAttribute, a);
|
122
|
+
vB.fromBufferAttribute(positionAttribute, b);
|
123
|
+
vC.fromBufferAttribute(positionAttribute, c);
|
124
|
+
|
125
|
+
if (object.isSkinnedMesh === true) {
|
126
|
+
object.boneTransform(a, vA);
|
127
|
+
object.boneTransform(b, vB);
|
128
|
+
object.boneTransform(c, vC);
|
129
|
+
}
|
130
|
+
|
131
|
+
vA.applyMatrix4(object.matrixWorld);
|
132
|
+
vB.applyMatrix4(object.matrixWorld);
|
133
|
+
vC.applyMatrix4(object.matrixWorld);
|
134
|
+
writeNormal(vA, vB, vC);
|
135
|
+
writeVertex(vA);
|
136
|
+
writeVertex(vB);
|
137
|
+
writeVertex(vC);
|
138
|
+
|
139
|
+
if (binary === true) {
|
140
|
+
output.setUint16(offset, 0, true);
|
141
|
+
offset += 2;
|
142
|
+
} else {
|
143
|
+
output += '\t\tendloop\n';
|
144
|
+
output += '\tendfacet\n';
|
145
|
+
}
|
146
|
+
}
|
147
|
+
|
148
|
+
function writeNormal(vA, vB, vC) {
|
149
|
+
cb.subVectors(vC, vB);
|
150
|
+
ab.subVectors(vA, vB);
|
151
|
+
cb.cross(ab).normalize();
|
152
|
+
normal.copy(cb).normalize();
|
153
|
+
|
154
|
+
if (binary === true) {
|
155
|
+
output.setFloat32(offset, normal.x, true);
|
156
|
+
offset += 4;
|
157
|
+
output.setFloat32(offset, normal.y, true);
|
158
|
+
offset += 4;
|
159
|
+
output.setFloat32(offset, normal.z, true);
|
160
|
+
offset += 4;
|
161
|
+
} else {
|
162
|
+
output += '\tfacet normal ' + normal.x + ' ' + normal.y + ' ' + normal.z + '\n';
|
163
|
+
output += '\t\touter loop\n';
|
164
|
+
}
|
165
|
+
}
|
166
|
+
|
167
|
+
function writeVertex(vertex) {
|
168
|
+
if (binary === true) {
|
169
|
+
output.setFloat32(offset, vertex.x, true);
|
170
|
+
offset += 4;
|
171
|
+
output.setFloat32(offset, vertex.y, true);
|
172
|
+
offset += 4;
|
173
|
+
output.setFloat32(offset, vertex.z, true);
|
174
|
+
offset += 4;
|
175
|
+
} else {
|
176
|
+
output += '\t\t\tvertex ' + vertex.x + ' ' + vertex.y + ' ' + vertex.z + '\n';
|
177
|
+
}
|
178
|
+
}
|
179
|
+
}
|
180
|
+
}]);
|
181
|
+
|
182
|
+
return STLExporter;
|
183
|
+
}();
|
184
|
+
|
185
|
+
_exports.STLExporter = STLExporter;
|
186
|
+
});
|