Palash Bansal
|
fa59527095
|
Remove markdown to html, cleanup readme, update three ref version, update website, add contributing.
|
1 년 전 |
Palash Bansal
|
d8b7f7007f
|
Some jsdocs changes
|
1 년 전 |
Palash Bansal
|
3097bd3130
|
Add TransformAnimationPlugin and example
|
1 년 전 |
Palash Bansal
|
8185214297
|
Add @threepipe/gltf-transform with GLTFDracoExportPlugin and examples.
|
1 년 전 |
Palash Bansal
|
26a2d553d7
|
v0.0.30 and readme update.
|
2 년 전 |
Palash Bansal
|
55ee68eaf5
|
Update readme
|
2 년 전 |
Palash Bansal
|
21e781d364
|
Add InteractionPromptPlugin, LoadingScreenPlugin, AAssetManagerProcessStatePlugin with examples. Some other minor changes.
|
2 년 전 |
Palash Bansal
|
4fa5c40caa
|
Add GLTFKHRMaterialVariantsPlugin and example, rename parallax mapping plugin example folder.
|
2 년 전 |
Palash Bansal
|
42beef4ec2
|
Add ParallaxMappingPlugin and example.
|
2 년 전 |
Palash Bansal
|
083c3af237
|
Fix clipBackground, add clipBackgroundForce, other minor change
|
2 년 전 |
Palash Bansal
|
a1ebb7ee1c
|
Add SSAAPlugin and example.
|
2 년 전 |
Palash Bansal
|
181a9606e6
|
Add SimplifyModifierPlugin, MeshOptSimplifyModifierPlugin and examples.
|
2 년 전 |
Palash Bansal
|
ce8362ba75
|
Add @threepipe/plugin-svg-renderer and examples.
|
2 년 전 |
Palash Bansal
|
d017cdb29c
|
Implement SSAOPlugin and example.
|
2 년 전 |
Palash Bansal
|
cb9c6d87e5
|
Add ThreeViewer.setRenderSize
|
2 년 전 |
Palash Bansal
|
9d523e0f09
|
Fix onChange in TransformControls2.
|
2 년 전 |
Palash Bansal
|
d3ce8101a4
|
Add convergedPromise in ProgressivePlugin, some fixes for tests
|
2 년 전 |
Palash Bansal
|
c066c63191
|
Set needsUpdate when UI changes for material UI config, add Camera Control plugins to readme, other minor fixes
|
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
|
0bcc426d7d
|
Add gaussian splatting plugin
|
2 년 전 |
Palash Bansal
|
fd88dc852f
|
Add GBufferPlugin, update ts-browser-helpers and uiconfig.js, add support to render and export MRT, add center all geometries in RootScene, other minor changes and refactor.
|
2 년 전 |
Palash Bansal
|
f6d86b6aa1
|
Update readme, Add GLTFLoader.ObjectConstructors, three-ts-types update, typescript update, other small fixes.
|
2 년 전 |
Palash Bansal
|
ef3d5364c4
|
Add TransformControlsPlugin, EditorViewWidgetPlugin and their examples.
|
2 년 전 |
Palash Bansal
|
571b31f1f7
|
Readme update
|
2 년 전 |
Palash Bansal
|
9d5bda8f86
|
Add GeometryGeneratorPlugin and example
|
2 년 전 |
Palash Bansal
|
0958966416
|
Add plugins/blueprint.js and example
|
2 년 전 |
Palash Bansal
|
4766d64ca8
|
Add react, vue, svelte samples
|
2 년 전 |
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 년 전 |
Palash Bansal
|
192185b562
|
Add ChromaticAberrationPlugin, FilmicGrainPlugin.
|
2 년 전 |
Palash Bansal
|
356654cc49
|
Update readme, bump version.
|
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
|
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 년 전 |
Palash Bansal
|
249c1d292a
|
Reject promise on error in PopmotionPlugin, add clampMin, clampMax to OrbitControls, fix near far calculation.
|
2 년 전 |
Palash Bansal
|
6c1013d9ed
|
Add PickingPlugin with example and utils - SelectionWidget, BoxSelectionWidget, ObjectPicker, IWidget
|
2 년 전 |
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 년 전 |
Palash Bansal
|
e79cbca3e4
|
Add USDZLoadPlugin.
|
2 년 전 |
Palash Bansal
|
1c98b0ce8b
|
Update about texture export in readme.
|
2 년 전 |
Palash Bansal
|
42ffb75d88
|
Add more documentation to the Readme
|
2 년 전 |
Palash Bansal
|
2cfb21b564
|
Add PopmotionPlugin and example.
|
2 년 전 |
Palash Bansal
|
e1a651620f
|
Add FrameFadePlugin, page scroll animation support in GLTFAnimationPlugin, examples for both, minor refactor in types.
|
2 년 전 |
Palash Bansal
|
66bbbafd75
|
Add ProgressivePlugin, GLTFAnimationPlugin, update Readme, Add examples gltf-animation-plugin, gltf-camera-animation, progressive-plugin
|
2 년 전 |
Palash Bansal
|
69e47f9b99
|
Add table of contents to the readme
|
2 년 전 |
Palash Bansal
|
9bfa7ee9d0
|
Add details in Readme about loading assets and plugins.
|
2 년 전 |
Palash Bansal
|
a66949b8a5
|
Add TonemapPlugin by default to ThreeViewer, add examples for hdr testing with and without rgbm.
|
2 년 전 |
Palash Bansal
|
df7b5b39f9
|
Build plugin script, fixes for plugins.
|
2 년 전 |
Palash Bansal
|
09a80866da
|
Serialization fixes, other minor fixes.
|
2 년 전 |