Palash Bansal
|
0e98f5b089
|
Add defines to shader type in MaterialExtender, other minor fixes
|
před 2 roky |
Palash Bansal
|
9d523e0f09
|
Fix onChange in TransformControls2.
|
před 2 roky |
Palash Bansal
|
91a82b96b3
|
Depth unpack change, add matDefineBool, and other minor changes.
|
před 2 roky |
Palash Bansal
|
199edba6b1
|
Add time, distance threshold to ObjectPicker for click
|
před 2 roky |
Palash Bansal
|
c01943b348
|
Minor comment, version update.
|
před 2 roky |
Palash Bansal
|
af403173a9
|
Add ACameraControlsPlugin, DeviceOrientationControlsPlugin, PointerLockControlsPlugin, their examples
|
před 2 roky |
Palash Bansal
|
6d6d7e52f0
|
Add DeviceOrientationControls2, FirstPersonControls2, OrbitControls2, PointerLockControls2, RGBM to linear conversion functions on cpu.
|
před 2 roky |
Palash Bansal
|
77a4228f46
|
Add CanvasSnapshotPlugin, ContactShadowGroundPlugin, their examples. Add classes BaseGroundPlugin, FileTransferPlugin, HVBlurHelper, CanvasSnapshot. Add support for renderScale auto in viewer constructor.
|
před 2 roky |
Palash Bansal
|
bee1d696ec
|
Handle materialExtensions in GBufferPlugin, fix threejs webgi info frame count, only increments after composer render to screen, support regex in shaderReplaceString
|
před 2 roky |
Palash Bansal
|
f6d86b6aa1
|
Update readme, Add GLTFLoader.ObjectConstructors, three-ts-types update, typescript update, other small fixes.
|
před 2 roky |
Palash Bansal
|
8fa3767b75
|
Add different types of widgets and refactor existing ones.
|
před 2 roky |
Palash Bansal
|
fa5f47ee32
|
Minor changes and fixes
|
před 2 roky |
Palash Bansal
|
ef3d5364c4
|
Add TransformControlsPlugin, EditorViewWidgetPlugin and their examples.
|
před 2 roky |
Palash Bansal
|
4286cfa904
|
Minor type fixes, add keepWorldPosition to IGeometry.center, make interactionsEnabled readonly, add setInteractions function in ICamera, update ts-browser-helpers
|
před 2 roky |
Palash Bansal
|
5472a0b4a7
|
Add hoverWidget, autoFocusHover in PickingPlugin
|
před 2 roky |
Palash Bansal
|
4766d64ca8
|
Add react, vue, svelte samples
|
před 2 roky |
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,
|
před 2 roky |
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
|
před 2 roky |
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
|
před 2 roky |
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.
|
před 2 roky |
Palash Bansal
|
e6e2a397a9
|
Add wip @threepipe/plugin-blend-importer for parsing and importing .blend file and an example.
|
před 2 roky |
Palash Bansal
|
10dd8553ab
|
Add CameraView, CameraViewPlugin, some refactor in ICamera and PerspectiveCamera2. Add animateCamera in PopmotionPlugin. Add some utils for animation, cameras.
|
před 2 roky |
Palash Bansal
|
249c1d292a
|
Reject promise on error in PopmotionPlugin, add clampMin, clampMax to OrbitControls, fix near far calculation.
|
před 2 roky |
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.
|
před 2 roky |
Palash Bansal
|
f4106eb845
|
Minor fixes and upgrades
|
před 2 roky |
Palash Bansal
|
6c1013d9ed
|
Add PickingPlugin with example and utils - SelectionWidget, BoxSelectionWidget, ObjectPicker, IWidget
|
před 2 roky |
Palash Bansal
|
db8a127970
|
bindToValue decorator and better accessible camera near far properties.
|
před 2 roky |
Palash Bansal
|
2318b61e92
|
Add onPostFrame in Pass, ScreenPass and RenderManager that is triggered post frame.
|
před 2 roky |
Palash Bansal
|
f2f6312a16
|
Change logic for disposing scene assets. Add iGeometryCommons.dispose and iMaterialCommons.dispose.
|
před 2 roky |
Palash Bansal
|
4ba9558b10
|
Add mappings for three.js constants, add support for extraUniforms in @uniform, add support for extraDefines and improvements in @matDefine
|
před 2 roky |
Palash Bansal
|
09a80866da
|
Serialization fixes, other minor fixes.
|
před 2 roky |
Palash Bansal
|
a701036be7
|
Fixes in three-ts-types, three-modded package update, some type fixes.
|
před 3 roky |
Palash Bansal
|
ddc85b2080
|
Add Rhino3dmLoader2, Rhino3dmLoadPlugin and examples/rhino3dm-load
|
před 3 roky |
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
|
před 3 roky |
Palash Bansal
|
10dc20e9cd
|
Export CopyShader, Shader in index.ts. Dispatch renderEnabled and renderDisabled event in ThreeViewer, add ThreeViewer.addPluginsSync. Other minor changes.
|
před 3 roky |
Palash Bansal
|
5ffad1b714
|
Add TweakpaneUiPlugin, CustomContextMenu, add ui config and decorators and fixes, Several uiconfig examples.
|
před 3 roky |
Palash Bansal
|
e0537c3a36
|
Core viewer framework
|
před 3 roky |