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
|
bb26d48ee9
|
Version update
|
2 years ago |
Palash Bansal
|
9d5bda8f86
|
Add GeometryGeneratorPlugin and example
|
2 years ago |
Palash Bansal
|
9dca3a3295
|
Fix package-lock.json in blueprintjs plugin
|
2 years ago |
Palash Bansal
|
7b39f587bb
|
Export uiconfig types and functions
|
2 years ago |
Palash Bansal
|
069dc7bd98
|
Dispatch events preRenderCamera, preBlitCamera, postRenderCamera from VirtualCamerasPlugin, update example to account for tonemapping.
|
2 years ago |
Palash Bansal
|
5472a0b4a7
|
Add hoverWidget, autoFocusHover in PickingPlugin
|
2 years ago |
Palash Bansal
|
176126f60f
|
Add BufferGeometry2, Fix children import of RootSceneImportResult, clamp near to 0.001 in autoNearFar computation in RootScene
|
2 years ago |
Palash Bansal
|
de6f385e31
|
Set PerspectiveCamera2 dirty when position/target change in UI
|
2 years ago |
Palash Bansal
|
b992834ff5
|
Add path to processRawStart and processRawEnd event in AssetImporter
|
2 years ago |
Palash Bansal
|
f4417bc08b
|
Fix userData serialization in GLTF export.
|
2 years ago |
Palash Bansal
|
0958966416
|
Add plugins/blueprint.js and example
|
2 years ago |
Palash Bansal
|
fbd83713f5
|
Update uiconfig-tweakpane, add tweakpane-ui-plugin example
|
2 years ago |
Palash Bansal
|
4766d64ca8
|
Add react, vue, svelte samples
|
2 years ago |
Palash Bansal
|
2126e5e6c9
|
Version update for threepipe, tweakpane, tweakpane-editor
|
2 years ago |
Palash Bansal
|
d3810941aa
|
Add VirtualCamerasPlugin and examples, fix autoAspect initialization, Add renderCamera in RootScene indicating the current render camera, Add onEnd in popmotion AnimationOptions, support target for every camera in ProgressivePlugin, Add renderToScreen option in RenderManager.render, Add '*' event in ThreeViewer, Add HierarchyUiPlugin in tweakpane-editor
|
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
|
9df924e254
|
Add ClearcoatTintPlugin, CustomBumpMapPlugin, FragmentClippingExtensionPlugin, NoiseBumpMaterialPlugin and examples
|
2 years ago |
Palash Bansal
|
192185b562
|
Add ChromaticAberrationPlugin, FilmicGrainPlugin.
|
2 years ago |
Palash Bansal
|
356654cc49
|
Update readme, bump version.
|
2 years ago |
Palash Bansal
|
6da3ef177b
|
Use IViewerPlugin instead of AViewerPlugin in tweakpane editor plugins, add new plugins to the editor example.
|
2 years ago |
Palash Bansal
|
dc73adf1ed
|
Create AScreenPassExtensionPlugin from TonemapPlugin, Add VignettePlugin and example
|
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
|
6a81129704
|
Add update, delete, isWorldSpace properties and updateView, deleteView events in CameraView,
|
2 years ago |
Palash Bansal
|
ae7f38bf54
|
Add ForceLayerMaterials, HideLineMesh in Rhino3dmLoader2. Add importMaterials, forceLayerMaterials, replaceWithInstancedMesh, hideLineMesh in Rhino3dmLoadPlugin, three js minor version update
|
2 years ago |
Palash Bansal
|
4b264c8fcd
|
Use ThreeSerialization for serializing/deserializing userData in GLTFLoader2, GLTFWriter2
|
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
|
3a9c6f1300
|
Fix image id empty string in tweakpane image input generator, fix pointer events behind the tweakpane container
|
2 years ago |
Palash Bansal
|
2a3fb3f51d
|
Add new examples to index, add src to CI
|
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
|
49d3ea2a29
|
Fix for material extension when defines not defined, set default min near to 0.5, minor fix.
|
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
|
a80951b082
|
Fix regex match for string in findMaterialsByName, fix clipping issue in autoNearFar when inside the model, add target property animation in Popmotion, add EasingFunctions and animation utils, Add materialManager property in ThreeViewer, minor changes.
|
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
|
74190d9f94
|
Add SetDecoderJsString in DRACOLoader2
|
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
|
f7266fff8f
|
Add BaseImporterPlugin, @threepipe/plugin-extra-importers for .3ds, .3mf, .collada, .amf, .bvh, .vox, .gcode, .mdd, .pcd, .tilt, .wrl, .mpd, .vtk, .xyz
|
2 years ago |
Palash Bansal
|
d108879ead
|
Add plugin-template-rollup
|
2 years ago |
Palash Bansal
|
e79cbca3e4
|
Add USDZLoadPlugin.
|
2 years ago |
Palash Bansal
|
1c98b0ce8b
|
Update about texture export in readme.
|
2 years ago |
Palash Bansal
|
89c2c43e2e
|
Update package lock.
|
2 years ago |
Palash Bansal
|
42ffb75d88
|
Add more documentation to the Readme
|
2 years ago |
Palash Bansal
|
39ddebb1c3
|
Add GeometryUVPreviewPlugin and its example.
|
2 years ago |
Palash Bansal
|
4068b58986
|
Some rearrangement, minor fixes and docs.
|
2 years ago |
Palash Bansal
|
afc33f2732
|
Add meta viewport tag in all example html
|
2 years ago |
Palash Bansal
|
dd3004dc55
|
v0.0.12
|
2 years ago |
Palash Bansal
|
2cfb21b564
|
Add PopmotionPlugin and example.
|
2 years ago |