49 Commits (2585c0fb5727929b7a67720a9f596a6c4aecc75b)

Author SHA1 Message Date
  Palash Bansal 64217bc653
dispatch hitObject when no object is hit 1 year ago
  Palash Bansal fc590d9ffe
Colorspace decode fix for ScreenPass 1 year ago
  Palash Bansal 87a6825d5d
Fixes in decorators (calling onChange after function name minification). 1 year ago
  Palash Bansal 0b8d361fa6
Fix decorators for babel, dispatch removePlugin event in ThreeViewer, update ts-browser-helpers, other minor changes, fixes. 1 year ago
  Palash Bansal 58ba860afd
v0.0.31, fix material define issue. 2 years ago
  Palash Bansal 755ab0798f
Fix gltf encryption, fix ktx2 texture cloning, some type changes, minor fixes. 2 years ago
  Palash Bansal 115e68d2bd
Implement Material configurator and switch node base plugins, grid ui plugins and examples. 2 years ago
  Palash Bansal 083c3af237
Fix clipBackground, add clipBackgroundForce, other minor change 2 years ago
  Palash Bansal edcdd80b11
Fix uniform decorator setter. 2 years ago
  Palash Bansal 8f0efa6e76
Render target clone fix, add OldPluginType, other minor fixes. 2 years ago
  Palash Bansal 765838d729
Minor changes 2 years ago
  Palash Bansal f5c074a6b9
Small fixes and improvements. 2 years ago
  Palash Bansal 0e98f5b089
Add defines to shader type in MaterialExtender, other minor fixes 2 years ago
  Palash Bansal 9d523e0f09
Fix onChange in TransformControls2. 2 years ago
  Palash Bansal 91a82b96b3
Depth unpack change, add matDefineBool, and other minor changes. 2 years ago
  Palash Bansal 199edba6b1
Add time, distance threshold to ObjectPicker for click 2 years ago
  Palash Bansal c01943b348
Minor comment, version update. 2 years ago
  Palash Bansal af403173a9
Add ACameraControlsPlugin, DeviceOrientationControlsPlugin, PointerLockControlsPlugin, their examples 2 years ago
  Palash Bansal 6d6d7e52f0
Add DeviceOrientationControls2, FirstPersonControls2, OrbitControls2, PointerLockControls2, RGBM to linear conversion functions on cpu. 2 years ago
  Palash Bansal 77a4228f46
Add CanvasSnapshotPlugin, ContactShadowGroundPlugin, their examples. Add classes BaseGroundPlugin, FileTransferPlugin, HVBlurHelper, CanvasSnapshot. Add support for renderScale auto in viewer constructor. 2 years ago
  Palash Bansal bee1d696ec
Handle materialExtensions in GBufferPlugin, fix threejs webgi info frame count, only increments after composer render to screen, support regex in shaderReplaceString 2 years ago
  Palash Bansal f6d86b6aa1
Update readme, Add GLTFLoader.ObjectConstructors, three-ts-types update, typescript update, other small fixes. 2 years ago
  Palash Bansal 8fa3767b75
Add different types of widgets and refactor existing ones. 2 years ago
  Palash Bansal fa5f47ee32
Minor changes and fixes 2 years ago
  Palash Bansal ef3d5364c4
Add TransformControlsPlugin, EditorViewWidgetPlugin and their examples. 2 years ago
  Palash Bansal 4286cfa904
Minor type fixes, add keepWorldPosition to IGeometry.center, make interactionsEnabled readonly, add setInteractions function in ICamera, update ts-browser-helpers 2 years ago
  Palash Bansal 5472a0b4a7
Add hoverWidget, autoFocusHover in PickingPlugin 2 years ago
  Palash Bansal 4766d64ca8
Add react, vue, svelte samples 2 years ago
  Palash Bansal 4e524efcf0
Add UnlitLineMaterial and LineMaterial2, some IMaterial fixes and improvements. Add shaderUtils(to ShaderChunk) with simpleCameraHelpers, randomHelpers, voronoiNoise. Export updateMaterialDefines, support boolean define, 2 years ago
  Palash Bansal fe4d525bc4
Add ignoreWidgets, ignoreObject in RootScene.getBounds, Add syncMaxDuration in GLTFAnimationPlugin, Add ignoreObject in Box3B.expandByObject, Button check in CustomContextMenu pointerdown listener, Minor changes 2 years ago
  Palash Bansal 362007f9bb
Add HDRiGroundPlugin and example, add CameraViewPluginOptions for CameraViewPlugin constructor options, implement ThreeViewer.fitToView, PickingPlugin.focusObject, add some three addons exports, Add plugins, load, onLoad in ThreeViewer constructor options. minor changes 2 years ago
  Palash Bansal 0c4d6ea549
Add msaa transmission test, Add multi viewer test, Add LegacyPhongMaterial, Allow custom numeric samples in msaa, temporary fix for transmission not working with msaa, circular import fixes, stats.js position fix, disable debug by default in ThreeViewer. 2 years ago
  Palash Bansal e6e2a397a9
Add wip @threepipe/plugin-blend-importer for parsing and importing .blend file and an example. 2 years ago
  Palash Bansal 10dd8553ab
Add CameraView, CameraViewPlugin, some refactor in ICamera and PerspectiveCamera2. Add animateCamera in PopmotionPlugin. Add some utils for animation, cameras. 2 years ago
  Palash Bansal 249c1d292a
Reject promise on error in PopmotionPlugin, add clampMin, clampMax to OrbitControls, fix near far calculation. 2 years ago
  Palash Bansal ee46c311dd
Fix for loaderCreate in AssetImporter, add regex support in MaterialManager.findMaterialsByName, add autoGPUInstanceMeshes util, add Auto GPU Instances and Center Geometry to Geometry UI, three ref update, minor fixes. 2 years ago
  Palash Bansal f4106eb845
Minor fixes and upgrades 2 years ago
  Palash Bansal 6c1013d9ed
Add PickingPlugin with example and utils - SelectionWidget, BoxSelectionWidget, ObjectPicker, IWidget 2 years ago
  Palash Bansal db8a127970
bindToValue decorator and better accessible camera near far properties. 2 years ago
  Palash Bansal 2318b61e92
Add onPostFrame in Pass, ScreenPass and RenderManager that is triggered post frame. 2 years ago
  Palash Bansal f2f6312a16
Change logic for disposing scene assets. Add iGeometryCommons.dispose and iMaterialCommons.dispose. 2 years ago
  Palash Bansal 4ba9558b10
Add mappings for three.js constants, add support for extraUniforms in @uniform, add support for extraDefines and improvements in @matDefine 2 years ago
  Palash Bansal 09a80866da
Serialization fixes, other minor fixes. 2 years ago
  Palash Bansal a701036be7
Fixes in three-ts-types, three-modded package update, some type fixes. 3 years ago
  Palash Bansal ddc85b2080
Add Rhino3dmLoader2, Rhino3dmLoadPlugin and examples/rhino3dm-load 3 years ago
  Palash Bansal 593b27db6e
GLTF Import/Export support for preparser, processors, add GLB encryption processor, Add embedImagePreviews in GLB and material/texture export. fix for loading a gltf with no scene, improve RGBEPNGLoader encoding for compressed hdr in glb, export halfFloatToRgbe, textureDataToImageData, textureToDataUrl, imageToCanvas 3 years ago
  Palash Bansal 10dc20e9cd
Export CopyShader, Shader in index.ts. Dispatch renderEnabled and renderDisabled event in ThreeViewer, add ThreeViewer.addPluginsSync. Other minor changes. 3 years ago
  Palash Bansal 5ffad1b714
Add TweakpaneUiPlugin, CustomContextMenu, add ui config and decorators and fixes, Several uiconfig examples. 3 years ago
  Palash Bansal e0537c3a36
Core viewer framework 3 years ago