Palash Bansal
|
4d767ad01a
|
Add directory in plugin packages
|
před 1 rokem |
Palash Bansal
|
2f7b620f73
|
Inline webworker
|
před 1 rokem |
Palash Bansal
|
e429841605
|
Actually move uiconfig-tweakpane to dependency in tweakpane plugin.
|
před 1 rokem |
Palash Bansal
|
6a08a93452
|
Move uiconfig-tweakpane to dependency in tweakpane plugin.
|
před 1 rokem |
Palash Bansal
|
8185214297
|
Add @threepipe/gltf-transform with GLTFDracoExportPlugin and examples.
|
před 1 rokem |
Palash Bansal
|
0b8d361fa6
|
Fix decorators for babel, dispatch removePlugin event in ThreeViewer, update ts-browser-helpers, other minor changes, fixes.
|
před 1 rokem |
Palash Bansal
|
58ba860afd
|
v0.0.31, fix material define issue.
|
před 2 roky |
Palash Bansal
|
517db2845a
|
Fix some exports and warnings
|
před 2 roky |
Palash Bansal
|
26a2d553d7
|
v0.0.30 and readme update.
|
před 2 roky |
Palash Bansal
|
9d6a3456e8
|
Create plugin-network with AWSClientPlugin and TransfrSharePlugin.
|
před 2 roky |
Palash Bansal
|
476a39d898
|
Minor fix in svg-renderer
|
před 2 roky |
Palash Bansal
|
954b61365b
|
Build docs with prepare in plugin packages.
|
před 2 roky |
Palash Bansal
|
115e68d2bd
|
Implement Material configurator and switch node base plugins, grid ui plugins and examples.
|
před 2 roky |
Palash Bansal
|
169505aae3
|
Use threepipe as peerDependency in plugins
|
před 2 roky |
Palash Bansal
|
ce8362ba75
|
Add @threepipe/plugin-svg-renderer and examples.
|
před 2 roky |
Palash Bansal
|
fda885b198
|
Add support to change material and geometry class in GeometryGeneratorPlugin.
|
před 2 roky |
Palash Bansal
|
92b8f95372
|
Text update.
|
před 2 roky |
Palash Bansal
|
4add96f285
|
TS fix in plugins/gaussian-splatting
|
před 2 roky |
Palash Bansal
|
c01943b348
|
Minor comment, version update.
|
před 2 roky |
Palash Bansal
|
c066c63191
|
Set needsUpdate when UI changes for material UI config, add Camera Control plugins to readme, other minor fixes
|
před 2 roky |
Palash Bansal
|
22ac3bf7d4
|
Minor fix in plugin-geometry-generator and plugin-tweakpane-editor.
|
před 2 roky |
Palash Bansal
|
1edcf6c67b
|
Minor UI change in TweakpaneEditorPlugin.
|
před 2 roky |
Palash Bansal
|
0bcc426d7d
|
Add gaussian splatting plugin
|
před 2 roky |
Palash Bansal
|
a8b23c55c8
|
Update all package-lock.json
|
před 2 roky |
Palash Bansal
|
b4890285d3
|
Fix type
|
před 2 roky |
Palash Bansal
|
c392e29159
|
Use npm ci for plugins
|
před 2 roky |
Palash Bansal
|
872e3c5221
|
Minor type fix 2
|
před 2 roky |
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.
|
před 2 roky |
Palash Bansal
|
d80cbd08e6
|
Add colorMode to TweakpaneUiPlugin and add folder in the UI. Update TweakpaneEditorPlugin styles to support different color modes.
|
před 2 roky |
Palash Bansal
|
915c8b3720
|
Add support for Object3DGeneratorPlugin in GeometryGeneratorPlugin and add params.material.
|
před 2 roky |
Palash Bansal
|
199b8e32d3
|
Add vite building, tsc lib compile.
|
před 2 roky |
Palash Bansal
|
973571833b
|
add params to TweakpaneUiPlugin.setupPluginUi similar to appendChild. Fix util-button in tweakpane editor in safari, move treejs to devDependencies
|
před 2 roky |
Palash Bansal
|
8034f638e9
|
Fix Geometry Generator plugin name
|
před 2 roky |
Palash Bansal
|
bb26d48ee9
|
Version update
|
před 2 roky |
Palash Bansal
|
9d5bda8f86
|
Add GeometryGeneratorPlugin and example
|
před 2 roky |
Palash Bansal
|
9dca3a3295
|
Fix package-lock.json in blueprintjs plugin
|
před 2 roky |
Palash Bansal
|
0958966416
|
Add plugins/blueprint.js and example
|
před 2 roky |
Palash Bansal
|
fbd83713f5
|
Update uiconfig-tweakpane, add tweakpane-ui-plugin example
|
před 2 roky |
Palash Bansal
|
2126e5e6c9
|
Version update for threepipe, tweakpane, tweakpane-editor
|
před 2 roky |
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
|
před 2 roky |
Palash Bansal
|
6da3ef177b
|
Use IViewerPlugin instead of AViewerPlugin in tweakpane editor plugins, add new plugins to the editor example.
|
před 2 roky |
Palash Bansal
|
3a9c6f1300
|
Fix image id empty string in tweakpane image input generator, fix pointer events behind the tweakpane container
|
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
|
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.
|
před 2 roky |
Palash Bansal
|
f4106eb845
|
Minor fixes and upgrades
|
před 2 roky |
Palash Bansal
|
f7266fff8f
|
Add BaseImporterPlugin, @threepipe/plugin-extra-importers for .3ds, .3mf, .collada, .amf, .bvh, .vox, .gcode, .mdd, .pcd, .tilt, .wrl, .mpd, .vtk, .xyz
|
před 2 roky |
Palash Bansal
|
d108879ead
|
Add plugin-template-rollup
|
před 2 roky |
Palash Bansal
|
1c98b0ce8b
|
Update about texture export in readme.
|
před 2 roky |
Palash Bansal
|
808935525b
|
Add play animation button to tweakpane editor util buttons
|
před 2 roky |
Palash Bansal
|
17d751eec2
|
CSS improvements in tweakpane editor.
|
před 2 roky |