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