Palash Bansal
|
98d250bede
|
Pass in importOptions to GLTFParser, copy ior in PhysicalMaterial.setValues, add isDRACOLoader2
|
hace 11 meses |
Palash Bansal
|
25547281b0
|
Rename IExportParser to IExportWriter
|
hace 1 año |
Palash Bansal
|
8b361be123
|
downgrade rhino3dm, remove gltf version manipulation, type fix in plugin templates
|
hace 1 año |
Palash Bansal
|
2a26d9504f
|
Better bump scale fix
|
hace 1 año |
Palash Bansal
|
c1788c4d70
|
Fix regex matching for mime type in AssetImporter.
|
hace 1 año |
Palash Bansal
|
b4d6670e03
|
Changes for three r158 update
|
hace 1 año |
Palash Bansal
|
d3ef57a9eb
|
Add some file image extensions to list, some minor changes
|
hace 1 año |
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.
|
hace 1 año |
Palash Bansal
|
af6705c2e5
|
Some type fixes
|
hace 1 año |
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,
|
hace 1 año |
Palash Bansal
|
8986816026
|
Add ThreeViewer.deleteImportedViewerConfigOnLoad, void canvas offsetHeight on size change, Add RootScene.autoDisposeSceneMaps, minor type fixes
|
hace 1 año |
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,
|
hace 1 año |
Palash Bansal
|
33ce01d838
|
Clean up EventListener2 types
|
hace 1 año |
Palash Bansal
|
3203dfcde4
|
rhino3dm version update, more type update changes
|
hace 1 año |
Palash Bansal
|
b3bb9e589d
|
Add alphaHash, three ref update for orbit ortho zoom fix.
|
hace 1 año |
Palash Bansal
|
b0349db000
|
Changes for r157 update - Updated event type system
|
hace 1 año |
Palash Bansal
|
c67e0059d4
|
Add options to remove and assign new materials in object UI config.
|
hace 1 año |
Palash Bansal
|
646acbc5bf
|
Support deep access in bindToValue, Add light shadow uiconfig
|
hace 1 año |
Palash Bansal
|
3dddf9c87a
|
Simplify gltf extension registration for plugins
|
hace 1 año |
Palash Bansal
|
d4733031ac
|
Fix ContactShadowGroundPlugin, Fix for dependency updates, add some docs for dropzone options, add lib exports to package.json.
|
hace 1 año |
Palash Bansal
|
95ec6bc792
|
Catch errors when adding plugins
|
hace 1 año |
Palash Bansal
|
5a318d9182
|
Add RootScene.autoGPUInstanceMeshes, GLTFMeshGpuInstancingExporter extension to GLTFExporter2, add shadow map type to render manager ui
|
hace 1 año |
Palash Bansal
|
2b0ab41215
|
Fix some examples
|
hace 1 año |
Palash Bansal
|
0273cf862f
|
Add maxHDRIntensity, textureSlots, envMapSlotKey, fix material update options, fix material in ground, fix animation in interaction prompt on deserialize, some fixes
|
hace 1 año |
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.
|
hace 1 año |
Palash Bansal
|
3297627c9f
|
ts update fixes
|
hace 1 año |
Palash Bansal
|
560e825b3f
|
Minor fixes, some changes from merge
|
hace 1 año |
Palash Bansal
|
6e04dbd1ea
|
Add legacySeparateMapSamplerUVFix, fix for getTexelDecoding in ExtendedShaderMaterial, Loading screen logo flicker fix, minor cleanup
|
hace 1 año |
Palash Bansal
|
b5426fd767
|
Minor fixes
|
hace 1 año |
Palash Bansal
|
0b8d361fa6
|
Fix decorators for babel, dispatch removePlugin event in ThreeViewer, update ts-browser-helpers, other minor changes, fixes.
|
hace 2 años |
Palash Bansal
|
517db2845a
|
Fix some exports and warnings
|
hace 2 años |
Palash Bansal
|
0859c5fafb
|
Add GLTFMeshOptDecodePlugin, AssetExporterPlugin and examples.
|
hace 2 años |
Palash Bansal
|
755ab0798f
|
Fix gltf encryption, fix ktx2 texture cloning, some type changes, minor fixes.
|
hace 2 años |
Palash Bansal
|
3ca2a4f00e
|
Refactor processStates to AssetManager.
|
hace 2 años |
Palash Bansal
|
4e5723201d
|
Add options to gltf loader, Fix FrameFadePlugin, three ref update, minor changes/fixes.
|
hace 2 años |
Palash Bansal
|
4fa5c40caa
|
Add GLTFKHRMaterialVariantsPlugin and example, rename parallax mapping plugin example folder.
|
hace 2 años |
Palash Bansal
|
8f0efa6e76
|
Render target clone fix, add OldPluginType, other minor fixes.
|
hace 2 años |
Palash Bansal
|
6afa4f9a61
|
Minor checks and fixes
|
hace 2 años |
Palash Bansal
|
3d5ce8361a
|
Fix gbuffer flags in tonemap, Add disposeRuntimeMaterials option in MaterialManager.dispose, undo autoReset in RenderManager, Minor fixes and types, docs.
|
hace 2 años |
Palash Bansal
|
4422a52334
|
Minor fixes, changes, update three ref
|
hace 2 años |
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.
|
hace 2 años |
Palash Bansal
|
0e86368778
|
Minor UI changes
|
hace 2 años |
Palash Bansal
|
f6d86b6aa1
|
Update readme, Add GLTFLoader.ObjectConstructors, three-ts-types update, typescript update, other small fixes.
|
hace 2 años |
Palash Bansal
|
b90d702064
|
Add replaceLights, replaceCameras, replaceMaterials option in processRaw in asset importer.
|
hace 2 años |
Palash Bansal
|
fa5f47ee32
|
Minor changes and fixes
|
hace 2 años |
Palash Bansal
|
4286cfa904
|
Minor type fixes, add keepWorldPosition to IGeometry.center, make interactionsEnabled readonly, add setInteractions function in ICamera, update ts-browser-helpers
|
hace 2 años |
Palash Bansal
|
b992834ff5
|
Add path to processRawStart and processRawEnd event in AssetImporter
|
hace 2 años |
Palash Bansal
|
f4417bc08b
|
Fix userData serialization in GLTF export.
|
hace 2 años |
Palash Bansal
|
4766d64ca8
|
Add react, vue, svelte samples
|
hace 2 años |
Palash Bansal
|
4e524efcf0
|
Add UnlitLineMaterial and LineMaterial2, some IMaterial fixes and improvements. Add shaderUtils(to ShaderChunk) with simpleCameraHelpers, randomHelpers, voronoiNoise. Export updateMaterialDefines, support boolean define,
|
hace 2 años |