90 Commits (4486da00915fc0c46b9af8916976df2e446fd592)

Author SHA1 Message Date
  idea 4486da0091 threepipe 1 month ago
  Palash Bansal d9a90f9b78
Some new docs and fixes 11 months ago
  Palash Bansal e4cf622e88
Add AssetImporter.cacheImportedAssets 11 months ago
  Palash Bansal fe3bf9e618
Remove File.__loadedAsset caching, accept File objects while setting env, background maps in viewer, add file-load example 11 months ago
  Palash Bansal 596d6ea570
Dispose fix for scene model root import 11 months ago
  Palash Bansal 98d250bede
Pass in importOptions to GLTFParser, copy ior in PhysicalMaterial.setValues, add isDRACOLoader2 11 months ago
  Palash Bansal 25547281b0
Rename IExportParser to IExportWriter 1 year ago
  Palash Bansal 8b361be123
downgrade rhino3dm, remove gltf version manipulation, type fix in plugin templates 1 year ago
  Palash Bansal 2a26d9504f
Better bump scale fix 1 year ago
  Palash Bansal c1788c4d70
Fix regex matching for mime type in AssetImporter. 1 year ago
  Palash Bansal b4d6670e03
Changes for three r158 update 1 year ago
  Palash Bansal d3ef57a9eb
Add some file image extensions to list, some minor changes 1 year ago
  Palash Bansal f5a0f0b295
Add basic support for LineSegments2/fat lines, support for importing fat lines in gltf, add track param for material clone, small Box3B fix for lines, add examples for lines. 1 year ago
  Palash Bansal af6705c2e5
Some type fixes 1 year ago
  Palash Bansal 038a6b92f3
Improved file extension handling, custom url modifiers, in asset import, add IObject3D.autoUpgradeChildren, IObject3D.acceptChildEvents, handle NaN in autoScale, center, camera near far, preRender, postRender events to RenderManager, use EventListener2 in some places, add modelRootScale to viewer options, Update Readme, some minor fixes, 1 year ago
  Palash Bansal 8986816026
Add ThreeViewer.deleteImportedViewerConfigOnLoad, void canvas offsetHeight on size change, Add RootScene.autoDisposeSceneMaps, minor type fixes 1 year ago
  Palash Bansal 4657f635e1
Three patch version update, types update, Fix image source being -1 in gltf export, use writer.checkEmptyMap in gltf extensions during export, Add FBXLoader2 which loads invalid image with default 1px white image, Support loading embedded files of various extensions in GLTFLoader by plugins, add SVGTextureLoader, Add AssetImporter.WHITE_IMAGE_DATA, 1 year ago
  Palash Bansal 33ce01d838
Clean up EventListener2 types 1 year ago
  Palash Bansal 3203dfcde4
rhino3dm version update, more type update changes 1 year ago
  Palash Bansal b3bb9e589d
Add alphaHash, three ref update for orbit ortho zoom fix. 1 year ago
  Palash Bansal b0349db000
Changes for r157 update - Updated event type system 1 year ago
  Palash Bansal c67e0059d4
Add options to remove and assign new materials in object UI config. 1 year ago
  Palash Bansal 646acbc5bf
Support deep access in bindToValue, Add light shadow uiconfig 1 year ago
  Palash Bansal 3dddf9c87a
Simplify gltf extension registration for plugins 1 year ago
  Palash Bansal d4733031ac
Fix ContactShadowGroundPlugin, Fix for dependency updates, add some docs for dropzone options, add lib exports to package.json. 1 year ago
  Palash Bansal 95ec6bc792
Catch errors when adding plugins 1 year ago
  Palash Bansal 5a318d9182
Add RootScene.autoGPUInstanceMeshes, GLTFMeshGpuInstancingExporter extension to GLTFExporter2, add shadow map type to render manager ui 1 year ago
  Palash Bansal 2b0ab41215
Fix some examples 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 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 3297627c9f
ts update fixes 1 year ago
  Palash Bansal 560e825b3f
Minor fixes, some changes from merge 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 0b8d361fa6
Fix decorators for babel, dispatch removePlugin event in ThreeViewer, update ts-browser-helpers, other minor changes, fixes. 1 year ago
  Palash Bansal 517db2845a
Fix some exports and warnings 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 3ca2a4f00e
Refactor processStates to AssetManager. 2 years ago
  Palash Bansal 4e5723201d
Add options to gltf loader, Fix FrameFadePlugin, three ref update, minor changes/fixes. 2 years ago
  Palash Bansal 4fa5c40caa
Add GLTFKHRMaterialVariantsPlugin and example, rename parallax mapping plugin example folder. 2 years ago
  Palash Bansal 8f0efa6e76
Render target clone fix, add OldPluginType, other minor fixes. 2 years ago
  Palash Bansal 6afa4f9a61
Minor checks and fixes 2 years ago
  Palash Bansal 3d5ce8361a
Fix gbuffer flags in tonemap, Add disposeRuntimeMaterials option in MaterialManager.dispose, undo autoReset in RenderManager, Minor fixes and types, docs. 2 years ago
  Palash Bansal 4422a52334
Minor fixes, changes, update three ref 2 years ago
  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 years ago
  Palash Bansal 0e86368778
Minor UI changes 2 years ago
  Palash Bansal f6d86b6aa1
Update readme, Add GLTFLoader.ObjectConstructors, three-ts-types update, typescript update, other small fixes. 2 years ago
  Palash Bansal b90d702064
Add replaceLights, replaceCameras, replaceMaterials option in processRaw in asset importer. 2 years ago
  Palash Bansal fa5f47ee32
Minor changes and fixes 2 years ago