Palash Bansal
|
b4d6670e03
|
Changes for three r158 update
|
před 1 rokem |
Palash Bansal
|
9d178410e6
|
Color space updates, remove support for webgl 1
|
před 1 rokem |
Palash Bansal
|
b0349db000
|
Changes for r157 update - Updated event type system
|
před 1 rokem |
Palash Bansal
|
646acbc5bf
|
Support deep access in bindToValue, Add light shadow uiconfig
|
před 1 rokem |
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.
|
před 1 rokem |
Palash Bansal
|
5a318d9182
|
Add RootScene.autoGPUInstanceMeshes, GLTFMeshGpuInstancingExporter extension to GLTFExporter2, add shadow map type to render manager ui
|
před 1 rokem |
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
|
před 1 rokem |
Palash Bansal
|
0aa148a26d
|
Add UndoManagerPlugin with support in PickingPlugin, TransformControls, skip calling target.setDirty in makeSetterFor, it must be passed as parameter.
|
před 1 rokem |
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.
|
před 1 rokem |
Palash Bansal
|
64217bc653
|
dispatch hitObject when no object is hit
|
před 1 rokem |
Palash Bansal
|
fc590d9ffe
|
Colorspace decode fix for ScreenPass
|
před 1 rokem |
Palash Bansal
|
87a6825d5d
|
Fixes in decorators (calling onChange after function name minification).
|
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 2 roky |
Palash Bansal
|
58ba860afd
|
v0.0.31, fix material define issue.
|
před 2 roky |
Palash Bansal
|
755ab0798f
|
Fix gltf encryption, fix ktx2 texture cloning, some type changes, minor fixes.
|
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
|
083c3af237
|
Fix clipBackground, add clipBackgroundForce, other minor change
|
před 2 roky |
Palash Bansal
|
edcdd80b11
|
Fix uniform decorator setter.
|
před 2 roky |
Palash Bansal
|
8f0efa6e76
|
Render target clone fix, add OldPluginType, other minor fixes.
|
před 2 roky |
Palash Bansal
|
765838d729
|
Minor changes
|
před 2 roky |
Palash Bansal
|
0e98f5b089
|
Add defines to shader type in MaterialExtender, other minor fixes
|
před 2 roky |
Palash Bansal
|
91a82b96b3
|
Depth unpack change, add matDefineBool, and other minor changes.
|
před 2 roky |
Palash Bansal
|
199edba6b1
|
Add time, distance threshold to ObjectPicker for click
|
před 2 roky |
Palash Bansal
|
77a4228f46
|
Add CanvasSnapshotPlugin, ContactShadowGroundPlugin, their examples. Add classes BaseGroundPlugin, FileTransferPlugin, HVBlurHelper, CanvasSnapshot. Add support for renderScale auto in viewer constructor.
|
před 2 roky |
Palash Bansal
|
8fa3767b75
|
Add different types of widgets and refactor existing ones.
|
před 2 roky |
Palash Bansal
|
fa5f47ee32
|
Minor changes and fixes
|
před 2 roky |
Palash Bansal
|
ef3d5364c4
|
Add TransformControlsPlugin, EditorViewWidgetPlugin and their examples.
|
před 2 roky |
Palash Bansal
|
4286cfa904
|
Minor type fixes, add keepWorldPosition to IGeometry.center, make interactionsEnabled readonly, add setInteractions function in ICamera, update ts-browser-helpers
|
před 2 roky |
Palash Bansal
|
5472a0b4a7
|
Add hoverWidget, autoFocusHover in PickingPlugin
|
před 2 roky |
Palash Bansal
|
4766d64ca8
|
Add react, vue, svelte samples
|
před 2 roky |
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,
|
před 2 roky |
Palash Bansal
|
0c4d6ea549
|
Add msaa transmission test, Add multi viewer test, Add LegacyPhongMaterial, Allow custom numeric samples in msaa, temporary fix for transmission not working with msaa, circular import fixes, stats.js position fix, disable debug by default in ThreeViewer.
|
před 2 roky |
Palash Bansal
|
10dd8553ab
|
Add CameraView, CameraViewPlugin, some refactor in ICamera and PerspectiveCamera2. Add animateCamera in PopmotionPlugin. Add some utils for animation, cameras.
|
před 2 roky |
Palash Bansal
|
ee46c311dd
|
Fix for loaderCreate in AssetImporter, add regex support in MaterialManager.findMaterialsByName, add autoGPUInstanceMeshes util, add Auto GPU Instances and Center Geometry to Geometry UI, three ref update, minor fixes.
|
před 2 roky |
Palash Bansal
|
6c1013d9ed
|
Add PickingPlugin with example and utils - SelectionWidget, BoxSelectionWidget, ObjectPicker, IWidget
|
před 2 roky |
Palash Bansal
|
db8a127970
|
bindToValue decorator and better accessible camera near far properties.
|
před 2 roky |
Palash Bansal
|
2318b61e92
|
Add onPostFrame in Pass, ScreenPass and RenderManager that is triggered post frame.
|
před 2 roky |
Palash Bansal
|
f2f6312a16
|
Change logic for disposing scene assets. Add iGeometryCommons.dispose and iMaterialCommons.dispose.
|
před 2 roky |
Palash Bansal
|
4ba9558b10
|
Add mappings for three.js constants, add support for extraUniforms in @uniform, add support for extraDefines and improvements in @matDefine
|
před 2 roky |
Palash Bansal
|
09a80866da
|
Serialization fixes, other minor fixes.
|
před 2 roky |
Palash Bansal
|
ddc85b2080
|
Add Rhino3dmLoader2, Rhino3dmLoadPlugin and examples/rhino3dm-load
|
před 3 roky |
Palash Bansal
|
593b27db6e
|
GLTF Import/Export support for preparser, processors, add GLB encryption processor, Add embedImagePreviews in GLB and material/texture export. fix for loading a gltf with no scene, improve RGBEPNGLoader encoding for compressed hdr in glb, export halfFloatToRgbe, textureDataToImageData, textureToDataUrl, imageToCanvas
|
před 3 roky |
Palash Bansal
|
5ffad1b714
|
Add TweakpaneUiPlugin, CustomContextMenu, add ui config and decorators and fixes, Several uiconfig examples.
|
před 3 roky |
Palash Bansal
|
e0537c3a36
|
Core viewer framework
|
před 3 roky |