Palash Bansal
|
65cdb3cfd4
|
Minor changes
|
1 year ago |
Palash Bansal
|
0273cf862f
|
Add maxHDRIntensity, textureSlots, envMapSlotKey, fix material update options, fix material in ground, fix animation in interaction prompt on deserialize, some fixes
|
1 year ago |
Palash Bansal
|
4ce8c4f826
|
Update uiconfig-tweakpane, uiconfig.js, ts-browser-helpers, minor css fixes in editor. Updates in TweakpaneUiPlugin - fix delay when opening tweakpane folders with render targets, interface with Undo. Remove rollup.config.mjs
|
1 year ago |
Palash Bansal
|
4f074dbda1
|
Set isEditor for LoadingScreenPlugin and FrameFadePlugin in editor example
|
1 year ago |
Palash Bansal
|
0aa148a26d
|
Add UndoManagerPlugin with support in PickingPlugin, TransformControls, skip calling target.setDirty in makeSetterFor, it must be passed as parameter.
|
1 year ago |
Palash Bansal
|
ab9121168a
|
Improve warning in AssetManager, Create MaterialManager.copyMaterialProps, fix camera aspect when canvas has height 0, add undo for some buttons, changes/fixes for ui, handle InteractionPromptPlugin in CameraViewPlugin, support async onStop and onComplete in PopmotionPlugin, allow resetting geometry in BaseGroundPlugin, add pluginListeners, forPlugin in ThreeViewer, add SwitchNodeBasePlugin.snapIcons, fixes in InteractionPromptPlugin, add isEditor, LS_DEFAULT_LOGO in LoadingScreenPlugin, add isEditor in FrameFadePlugin.
|
1 year ago |
Palash Bansal
|
1782b876b4
|
Merge remote-tracking branch 'refs/remotes/origin/stash' into migrate
|
1 year ago |
Palash Bansal
|
787e7e076b
|
ignore
|
1 year ago |
Palash Bansal
|
05682786ea
|
Minor change in animation
|
1 year ago |
Palash Bansal
|
85bd0a7791
|
Add exports in package.json
|
1 year ago |
Palash Bansal
|
719838354e
|
Add undo for autoScale and autoCenter, some type fixes
|
1 year ago |
Palash Bansal
|
3297627c9f
|
ts update fixes
|
1 year ago |
Palash Bansal
|
82950a92e5
|
Rollup cleanup
|
1 year ago |
Palash Bansal
|
211a2fdfa2
|
add run configs
|
1 year ago |
Palash Bansal
|
fa59527095
|
Remove markdown to html, cleanup readme, update three ref version, update website, add contributing.
|
1 year ago |
Palash Bansal
|
1410e84784
|
Fix in code previewer
|
1 year ago |
Palash Bansal
|
2585c0fb57
|
lint
|
1 year ago |
Palash Bansal
|
4d767ad01a
|
Add directory in plugin packages
|
1 year ago |
Palash Bansal
|
560e825b3f
|
Minor fixes, some changes from merge
|
1 year ago |
Palash Bansal
|
1a4fdde0df
|
Add loading screen to all examples.
|
1 year ago |
Palash Bansal
|
2f7b620f73
|
Inline webworker
|
1 year ago |
Palash Bansal
|
5b4d35c334
|
Add website/wiki
|
1 year ago |
Palash Bansal
|
d8b7f7007f
|
Some jsdocs changes
|
1 year ago |
Palash Bansal
|
c25e6155ab
|
Bug fix in FrameFadePlugin.
|
1 year ago |
Palash Bansal
|
510f066f41
|
v0.0.33
|
1 year ago |
Palash Bansal
|
e429841605
|
Actually move uiconfig-tweakpane to dependency in tweakpane plugin.
|
1 year ago |
Palash Bansal
|
6a08a93452
|
Move uiconfig-tweakpane to dependency in tweakpane plugin.
|
1 year ago |
Palash Bansal
|
3097bd3130
|
Add TransformAnimationPlugin and example
|
1 year ago |
Palash Bansal
|
cc76e7e469
|
Fix ref to plugins-extra-importers in examples, add InteractionPrompt in model-viewer example, other minor changes
|
1 year ago |
Palash Bansal
|
339c21547e
|
minor change in GLStatsJS
|
1 year ago |
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
|
b237f88069
|
Add sendArgs: false wherever required, CameraViewPlugin improvements, add clear option to ThreeViewer.dispose and RenderTargetManager.dispose, minor fixes.
|
1 year ago |
Palash Bansal
|
8185214297
|
Add @threepipe/gltf-transform with GLTFDracoExportPlugin and examples.
|
1 year ago |
Palash Bansal
|
6e04dbd1ea
|
Add legacySeparateMapSamplerUVFix, fix for getTexelDecoding in ExtendedShaderMaterial, Loading screen logo flicker fix, minor cleanup
|
1 year ago |
Palash Bansal
|
b5426fd767
|
Minor fixes
|
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
|
517db2845a
|
Fix some exports and warnings
|
2 years ago |
Palash Bansal
|
26a2d553d7
|
v0.0.30 and readme update.
|
2 years ago |
Palash Bansal
|
66a0fa5987
|
Add examples for AWSClientPlugin and TransfrSharePlugin and model-viewer example.
|
2 years ago |
Palash Bansal
|
9d6a3456e8
|
Create plugin-network with AWSClientPlugin and TransfrSharePlugin.
|
2 years ago |
Palash Bansal
|
476a39d898
|
Minor fix in svg-renderer
|
2 years ago |
Palash Bansal
|
954b61365b
|
Build docs with prepare in plugin packages.
|
2 years ago |
Palash Bansal
|
0859c5fafb
|
Add GLTFMeshOptDecodePlugin, AssetExporterPlugin and examples.
|
2 years ago |
Palash Bansal
|
755ab0798f
|
Fix gltf encryption, fix ktx2 texture cloning, some type changes, minor fixes.
|
2 years ago |
Palash Bansal
|
55ee68eaf5
|
Update readme
|
2 years ago |
Palash Bansal
|
768b2ab356
|
CI fix
|
2 years ago |
Palash Bansal
|
115e68d2bd
|
Implement Material configurator and switch node base plugins, grid ui plugins and examples.
|
2 years ago |