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 рік тому |
Palash Bansal
|
fd5f45b4eb
|
Fix ts
|
1 рік тому |
Palash Bansal
|
dda99a29c0
|
Temporarily add Matrix2
|
1 рік тому |
Palash Bansal
|
af6705c2e5
|
Some type fixes
|
1 рік тому |
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 рік тому |
Palash Bansal
|
75c2bf4ea8
|
Fix GLTFAnimationPlugin for objects in root, Wait for postFrame in CanvasSnapshotPlugin, export material parameter types from three, fix texture serialization in material userData,
|
1 рік тому |
Palash Bansal
|
33ce01d838
|
Clean up EventListener2 types
|
1 рік тому |
Palash Bansal
|
9d178410e6
|
Color space updates, remove support for webgl 1
|
1 рік тому |
Palash Bansal
|
839d899aa9
|
Add setCanvas to ICamera
|
1 рік тому |
Palash Bansal
|
3203dfcde4
|
rhino3dm version update, more type update changes
|
1 рік тому |
Palash Bansal
|
b0349db000
|
Changes for r157 update - Updated event type system
|
1 рік тому |
Palash Bansal
|
ca8a8d1a5f
|
Changes for r155 update
|
1 рік тому |
Palash Bansal
|
646acbc5bf
|
Support deep access in bindToValue, Add light shadow uiconfig
|
1 рік тому |
Palash Bansal
|
136f463d43
|
Fix widget dispose, frameCount uniform check in SSAO, add new webgi examples.
|
1 рік тому |
Palash Bansal
|
8ab9f5351d
|
minor edits, uiconfig.js update, add gltf-transmission-test-msaa-zprepass example,
|
1 рік тому |
Palash Bansal
|
8282af67f0
|
Add dollyFov, add geometry.center2 with undo functionality, add pivotToBoundsCenter, pivotToPoint in IObject, add function getFittingDistance for camera, support function for target in GBufferRenderPass.
|
1 рік тому |
Palash Bansal
|
5a318d9182
|
Add RootScene.autoGPUInstanceMeshes, GLTFMeshGpuInstancingExporter extension to GLTFExporter2, add shadow map type to render manager ui
|
1 рік тому |
Palash Bansal
|
f02d32c2dc
|
Examples ui improvement, add envMapRotation to RootScene ui, fix serialization with Object3DWidgetsPlugin, setDirty on enabled toggle in TonemapPlugin, add onChangeParams to bindToValue
|
1 рік тому |
Palash Bansal
|
0aa148a26d
|
Add UndoManagerPlugin with support in PickingPlugin, TransformControls, skip calling target.setDirty in makeSetterFor, it must be passed as parameter.
|
1 рік тому |
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 рік тому |
Palash Bansal
|
3297627c9f
|
ts update fixes
|
1 рік тому |
Palash Bansal
|
64217bc653
|
dispatch hitObject when no object is hit
|
1 рік тому |
Palash Bansal
|
fc590d9ffe
|
Colorspace decode fix for ScreenPass
|
1 рік тому |
Palash Bansal
|
87a6825d5d
|
Fixes in decorators (calling onChange after function name minification).
|
1 рік тому |
Palash Bansal
|
0b8d361fa6
|
Fix decorators for babel, dispatch removePlugin event in ThreeViewer, update ts-browser-helpers, other minor changes, fixes.
|
2 роки тому |
Palash Bansal
|
58ba860afd
|
v0.0.31, fix material define issue.
|
2 роки тому |
Palash Bansal
|
755ab0798f
|
Fix gltf encryption, fix ktx2 texture cloning, some type changes, minor fixes.
|
2 роки тому |
Palash Bansal
|
115e68d2bd
|
Implement Material configurator and switch node base plugins, grid ui plugins and examples.
|
2 роки тому |
Palash Bansal
|
083c3af237
|
Fix clipBackground, add clipBackgroundForce, other minor change
|
2 роки тому |
Palash Bansal
|
edcdd80b11
|
Fix uniform decorator setter.
|
2 роки тому |
Palash Bansal
|
8f0efa6e76
|
Render target clone fix, add OldPluginType, other minor fixes.
|
2 роки тому |
Palash Bansal
|
765838d729
|
Minor changes
|
2 роки тому |
Palash Bansal
|
f5c074a6b9
|
Small fixes and improvements.
|
2 роки тому |
Palash Bansal
|
0e98f5b089
|
Add defines to shader type in MaterialExtender, other minor fixes
|
2 роки тому |
Palash Bansal
|
9d523e0f09
|
Fix onChange in TransformControls2.
|
2 роки тому |
Palash Bansal
|
91a82b96b3
|
Depth unpack change, add matDefineBool, and other minor changes.
|
2 роки тому |
Palash Bansal
|
199edba6b1
|
Add time, distance threshold to ObjectPicker for click
|
2 роки тому |
Palash Bansal
|
c01943b348
|
Minor comment, version update.
|
2 роки тому |
Palash Bansal
|
af403173a9
|
Add ACameraControlsPlugin, DeviceOrientationControlsPlugin, PointerLockControlsPlugin, their examples
|
2 роки тому |
Palash Bansal
|
6d6d7e52f0
|
Add DeviceOrientationControls2, FirstPersonControls2, OrbitControls2, PointerLockControls2, RGBM to linear conversion functions on cpu.
|
2 роки тому |
Palash Bansal
|
77a4228f46
|
Add CanvasSnapshotPlugin, ContactShadowGroundPlugin, their examples. Add classes BaseGroundPlugin, FileTransferPlugin, HVBlurHelper, CanvasSnapshot. Add support for renderScale auto in viewer constructor.
|
2 роки тому |
Palash Bansal
|
bee1d696ec
|
Handle materialExtensions in GBufferPlugin, fix threejs webgi info frame count, only increments after composer render to screen, support regex in shaderReplaceString
|
2 роки тому |
Palash Bansal
|
f6d86b6aa1
|
Update readme, Add GLTFLoader.ObjectConstructors, three-ts-types update, typescript update, other small fixes.
|
2 роки тому |
Palash Bansal
|
8fa3767b75
|
Add different types of widgets and refactor existing ones.
|
2 роки тому |
Palash Bansal
|
fa5f47ee32
|
Minor changes and fixes
|
2 роки тому |
Palash Bansal
|
ef3d5364c4
|
Add TransformControlsPlugin, EditorViewWidgetPlugin and their examples.
|
2 роки тому |
Palash Bansal
|
4286cfa904
|
Minor type fixes, add keepWorldPosition to IGeometry.center, make interactionsEnabled readonly, add setInteractions function in ICamera, update ts-browser-helpers
|
2 роки тому |
Palash Bansal
|
5472a0b4a7
|
Add hoverWidget, autoFocusHover in PickingPlugin
|
2 роки тому |
Palash Bansal
|
4766d64ca8
|
Add react, vue, svelte samples
|
2 роки тому |
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,
|
2 роки тому |