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