threepipe
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 176KB

il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684
  1. # ThreePipe
  2. A new way to work with three.js, 3D models and rendering on the web.
  3. [ThreePipe](https://threepipe.org/) —
  4. [Github](https://github.com/repalash/threepipe) —
  5. [Examples](https://threepipe.org/examples/) —
  6. [API Reference](https://threepipe.org/docs/) —
  7. [WebGi](https://webgi.xyz/docs/)
  8. [![NPM Package](https://img.shields.io/npm/v/threepipe.svg)](https://www.npmjs.com/package/threepipe)
  9. [![Discord Server](https://img.shields.io/discord/956788102473584660?label=Discord&logo=discord)](https://discord.gg/apzU8rUWxY)
  10. [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/license/apache-2-0/)
  11. [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/repalash.svg?style=social&label=Follow%20%40repalash)](https://twitter.com/repalash)
  12. ThreePipe is a 3D framework built on top of [three.js](https://threejs.org/) in TypeScript with a focus on rendering quality, modularity, and extensibility.
  13. Key features include:
  14. - Simple, intuitive API for creating 3D model viewers/configurators/editors on web pages, with many built-in presets for common workflows and use-cases.
  15. - Companion [editor](https://threepipe.org/examples/tweakpane-editor/) to create, edit and configure 3D scenes in the browser.
  16. - Modular architecture that allows you to easily extend the viewer, scene objects, materials, shaders, rendering, post-processing and serialization with custom functionality.
  17. - Plugin system along with a rich library of built-in plugins that allows you to easily add new features to the viewer.
  18. - [uiconfig](https://github.com/repalash/uiconfig.js) compatibility to automatically generate configuration UIs in the browser.
  19. - Modular rendering pipeline with built-in deferred rendering, post-processing, RGBM HDR rendering, etc.
  20. - Material extension framework to modify/inject/build custom shader code into existing materials at runtime from plugins.
  21. - Extendable asset import, export and management pipeline with built-in support for gltf, glb, obj+mtl, fbx, materials(pmat/bmat), json, zip, png, jpeg, svg, webp, ktx2, ply, 3dm and many more.
  22. - Automatic serialization of all viewer and plugin settings in GLB(with custom extensions) and JSON formats.
  23. - Automatic disposal of all three.js resources with built-in reference management.
  24. ## Examples
  25. Code samples and demos covering various usecases and test are present in the [examples](./examples/) folder.
  26. Try them: https://threepipe.org/examples/
  27. View the source code by pressing the code button on the top left of the example page.
  28. To make changes and run the example, click on the CodePen button on the top right of the source code.
  29. ## Table of Contents
  30. - [ThreePipe](#threepipe)
  31. - [Examples](https://threepipe.org/examples/)
  32. - [Table of Contents](#table-of-contents)
  33. - [Getting Started](#getting-started)
  34. - [HTML/JS Quickstart (CDN)](#htmljs-quickstart-cdn)
  35. - [React](#react)
  36. - [Vue.js](#vuejs)
  37. - [Svelte](#svelte)
  38. - [NPM/YARN Package](#npmyarn)
  39. - [Installation](#installation)
  40. - [Loading a 3D Model](#loading-a-3d-model)
  41. - [License](#license)
  42. - [Status](#status)
  43. - [Documentation (API Reference)](#documentation)
  44. - [WebGi](#webgi)
  45. - [Contributing](#contributing)
  46. - [Features](#features)
  47. - [File Formats](#file-formats)
  48. - [Loading files](#loading-files)
  49. - [3D models](#3d-models)
  50. - [Materials](#materials)
  51. - [Images/Textures](#imagestextures)
  52. - [zip files](#zip-files)
  53. - [txt, json files](#txt-json-files)
  54. - [Data URLs](#data-urls)
  55. - [Local files, File and Blob](#local-files-file-and-blob)
  56. - [Background, Environment maps](#background-environment-maps)
  57. - [SVG strings](#svg-strings)
  58. - [Exporting files](#exporting-files)
  59. - [Exporting 3D models](#exporting-3d-models)
  60. - [Exporting Materials](#exporting-materials)
  61. - [Exporting Canvas Images](#exporting-canvas-images)
  62. - [Exporting Images/Textures](#exporting-imagestextures)
  63. - [Exporting Render Targets](#exporting-render-targets)
  64. - [Render Pipeline](#render-pipeline)
  65. - [Material Extension](#material-extension)
  66. - [UI Configuration](#ui-configuration)
  67. - [Serialization](#serialization)
  68. - [Plugin System](#plugin-system)
  69. - [Viewer API](#viewer-api)
  70. - [ThreeViewer](#threeviewer)
  71. - [RenderManager](#rendermanager)
  72. - [RootScene](#rootscene)
  73. - [ICamera](#icamera)
  74. - [AssetManager](#assetmanager)
  75. - [AssetImporter](#assetimporter)
  76. - [AssetExporter](#assetexporter)
  77. - [MaterialManager](#materialmanager)
  78. - [Other classes and interfaces](#other-classes-and-interfaces)
  79. - [Plugins](#threepipe-plugins)
  80. - [TonemapPlugin](#tonemapplugin) - Add tonemap to the final screen pass
  81. - [DropzonePlugin](#dropzoneplugin) - Drag and drop local files to import and load
  82. - [ProgressivePlugin](#progressiveplugin) - Post-render pass to blend the last frame with the current frame
  83. - [SSAAPlugin](#ssaaplugin) - Add Super Sample Anti-Aliasing by applying jitter to the camera.
  84. - [DepthBufferPlugin](#depthbufferplugin) - Pre-rendering of depth buffer
  85. - [NormalBufferPlugin](#normalbufferplugin) - Pre-rendering of normal buffer
  86. - [GBufferPlugin](#gbufferplugin) - Pre-rendering of depth-normal and flags buffers in a single pass
  87. - [SSAOPlugin](#ssaoplugin) - Add SSAO(Screen Space Ambient Occlusion) for physical materials.
  88. - [CanvasSnapshotPlugin](#canvassnapshotplugin) - Add support for taking snapshots of the canvas
  89. - [PickingPlugin](#pickingplugin) - Adds support for selecting objects in the viewer with user interactions and selection widgets
  90. - [TransformControlsPlugin](#transformcontrolsplugin) - Adds support for moving, rotating and scaling objects in the viewer with interactive widgets
  91. - [ContactShadowGroundPlugin](#contactshadowgroundplugin) - Adds a ground plane at runtime with contact shadows
  92. - [GLTFAnimationPlugin](#gltfanimationplugin) - Add support for playing and seeking gltf animations
  93. - [PopmotionPlugin](#popmotionplugin) - Integrates with popmotion.io library for animation/tweening
  94. - [CameraViewPlugin](#cameraviewplugin) - Add support for saving, loading, animating, looping between camera views
  95. - [RenderTargetPreviewPlugin](#rendertargetpreviewplugin) - Preview any render target in a UI panel over the canvas
  96. - [GeometryUVPreviewPlugin](#geometryuvpreviewplugin) - Preview UVs of any geometry in a UI panel over the canvas
  97. - [FrameFadePlugin](#framefadeplugin) - Post-render pass to smoothly fade to a new rendered frame over time
  98. - [VignettePlugin](#vignetteplugin) - Add Vignette effect by patching the final screen pass
  99. - [ChromaticAberrationPlugin](#chromaticaberrationplugin) - Add Chromatic Aberration effect by patching the final screen pass
  100. - [FilmicGrainPlugin](#filmicgrainplugin) - Add Filmic Grain effect by patching the final screen pass
  101. - [NoiseBumpMaterialPlugin](#noisebumpmaterialplugin) - Sparkle Bump/Noise Bump material extension for PhysicalMaterial
  102. - [CustomBumpMapPlugin](#custombumpmapplugin) - Custom Bump Map material extension for PhysicalMaterial
  103. - [ClearcoatTintPlugin](#clearcoattintplugin) - Clearcoat Tint material extension for PhysicalMaterial
  104. - [FragmentClippingExtensionPlugin](#fragmentclippingextensionplugin) - Fragment/SDF Clipping material extension for PhysicalMaterial
  105. - [HDRiGroundPlugin](#hdrigroundplugin) - Add support for ground projected hdri/skybox to the webgl background shader.
  106. - [VirtualCamerasPlugin](#virtualcamerasplugin) - Add support for rendering virtual cameras before the main one every frame.
  107. - [EditorViewWidgetPlugin](#editorviewwidgetplugin) - Adds an interactive ViewHelper/AxisHelper that syncs with the main camera.
  108. - [Object3DWidgetsPlugin](#object3dwidgetsplugin) - Automatically create light and camera helpers/gizmos when they are added to the scene.
  109. - [Object3DGeneratorPlugin](#object3dwidgetsplugin) - Provides UI and API to create scene objects like lights, cameras, meshes, etc.
  110. - [DeviceOrientationControlsPlugin](#deviceorientationcontrolsplugin) - Adds a controlsMode to the mainCamera for device orientation controls(gyroscope rotation control).
  111. - [PointerLockControlsPlugin](#pointerlockcontrolsplugin) - Adds a controlsMode to the mainCamera for pointer lock controls.
  112. - [ThreeFirstPersonControlsPlugin](#threefirstpersoncontrolsplugin) - Adds a controlsMode to the mainCamera for first person controls from threejs.
  113. - [Rhino3dmLoadPlugin](#rhino3dmloadplugin) - Add support for loading .3dm files
  114. - [PLYLoadPlugin](#plyloadplugin) - Add support for loading .ply files
  115. - [STLLoadPlugin](#stlloadplugin) - Add support for loading .stl files
  116. - [KTX2LoadPlugin](#ktx2loadplugin) - Add support for loading .ktx2 files
  117. - [KTXLoadPlugin](#ktxloadplugin) - Add support for loading .ktx files
  118. - [SimplifyModifierPlugin](#simplifymodifierplugin) - Boilerplate for plugin to simplify geometries
  119. - [MeshOptSimplifyModifierPlugin](#meshoptsimplifymodifierplugin) - Simplify geometries using meshoptimizer library
  120. - [Packages](#threepipe-packages)
  121. - [@threepipe/plugin-tweakpane](#threepipeplugin-tweakpane) Tweakpane UI Plugin
  122. - [@threepipe/plugin-blueprintjs](#threepipeplugin-blueprintjs) BlueprintJs UI Plugin
  123. - [@threepipe/plugin-tweakpane-editor](#threepipeplugin-tweakpane-editor) - Tweakpane Editor Plugin
  124. - [@threepipe/plugins-extra-importers](#threepipeplugins-extra-importers) - Plugin for loading more file types supported by loaders in three.js
  125. - [@threepipe/plugin-blend-importer](#threepipeplugin-blend-importer) - Blender to add support for loading .blend file
  126. - [@threepipe/plugin-geometry-generator](#threepipeplugin-geometry-generator) - Generate parametric geometry types that can be re-generated from UI/API.
  127. - [@threepipe/plugin-gaussian-splatting](#threepipeplugin-gaussian-splatting) - Gaussian Splatting plugin for loading and rendering splat files
  128. ## Getting Started
  129. ### HTML/JS Quickstart (CDN)
  130. ```html
  131. <canvas id="three-canvas" style="width: 800px; height: 600px;"></canvas>
  132. <script type="module">
  133. import {ThreeViewer, DepthBufferPlugin} from 'https://threepipe.org/dist/index.mjs'
  134. const viewer = new ThreeViewer({canvas: document.getElementById('three-canvas')})
  135. // Add some plugins
  136. viewer.addPluginSync(new DepthBufferPlugin())
  137. // Load an environment map
  138. const envPromise = viewer.setEnvironmentMap('https://threejs.org/examples/textures/equirectangular/venice_sunset_1k.hdr')
  139. const modelPromise = viewer.load('https://threejs.org/examples/models/gltf/DamagedHelmet/glTF/DamagedHelmet.gltf', {
  140. autoCenter: true,
  141. autoScale: true,
  142. })
  143. Promise.all([envPromise, modelPromise]).then(([env, model]) => {
  144. console.log('Loaded', model, env, viewer)
  145. })
  146. </script>
  147. ```
  148. Check it in action: https://threepipe.org/examples/#html-js-sample/
  149. Check out the details about the [ThreeViewer API](#viewer-api) and more [plugins](#threepipe-plugins) below.
  150. ### React
  151. A sample [react](https://react.dev) component in tsx to render a model with an environment map.
  152. ```tsx
  153. import React from 'react'
  154. function ThreeViewerComponent({src, env}: {src: string, env: string}) {
  155. const canvasRef = React.useRef(null)
  156. React.useEffect(() => {
  157. const viewer = new ThreeViewer({canvas: canvasRef.current})
  158. const envPromise = viewer.setEnvironmentMap(env)
  159. const modelPromise = viewer.load(src)
  160. Promise.all([envPromise, modelPromise])
  161. return () => {
  162. viewer.dispose()
  163. }
  164. }, [])
  165. return (
  166. <canvas id="three-canvas" style={{width: 800, height: 600}} ref={canvasRef} />
  167. )
  168. }
  169. ```
  170. Check it in action: https://threepipe.org/examples/#react-tsx-sample/
  171. Other examples in js: https://threepipe.org/examples/#react-js-sample/ and jsx: https://threepipe.org/examples/#react-jsx-sample/
  172. ### Vue.js
  173. A sample [vue.js](https://vuejs.org/) component in js to render a model with an environment map.
  174. ```js
  175. const ThreeViewerComponent = {
  176. setup() {
  177. const canvasRef = ref(null);
  178. onMounted(() => {
  179. const viewer = new ThreeViewer({ canvas: canvasRef.value });
  180. const envPromise = viewer.setEnvironmentMap('https://threejs.org/examples/textures/equirectangular/venice_sunset_1k.hdr');
  181. const modelPromise = viewer.load('https://threejs.org/examples/models/gltf/DamagedHelmet/glTF/DamagedHelmet.gltf');
  182. Promise.all([envPromise, modelPromise])
  183. onBeforeUnmount(() => {
  184. viewer.dispose();
  185. });
  186. });
  187. return { canvasRef };
  188. },
  189. };
  190. ```
  191. Check it in action: https://threepipe.org/examples/#vue-html-sample/
  192. Another example with Vue SFC(Single file component): https://threepipe.org/examples/#vue-sfc-sample/
  193. ### Svelte
  194. A sample [svelte](https://svelte.dev/) component in js to render a model with an environment map.
  195. ```html
  196. <script>
  197. import {onDestroy, onMount} from 'svelte';
  198. import {ThreeViewer} from 'threepipe';
  199. let canvasRef;
  200. let viewer;
  201. onMount(() => {
  202. viewer = new ThreeViewer({canvas: canvasRef});
  203. const envPromise = viewer.setEnvironmentMap('https://threejs.org/examples/textures/equirectangular/venice_sunset_1k.hdr');
  204. const modelPromise = viewer.load('https://threejs.org/examples/models/gltf/DamagedHelmet/glTF/DamagedHelmet.gltf');
  205. Promise.all([envPromise, modelPromise])
  206. });
  207. onDestroy(() => viewer.dispose())
  208. </script>
  209. <canvas bind:this={canvasRef} id="three-canvas" style="width: 800px; height: 600px"></canvas>
  210. ```
  211. Check it in action: https://threepipe.org/examples/#svelte-sample/
  212. ### NPM/YARN
  213. ### Installation
  214. ```bash
  215. npm install threepipe
  216. ```
  217. ### Loading a 3D Model
  218. First, create a canvas element in your HTML page:
  219. ```html
  220. <canvas id="three-canvas" style="width: 800px; height: 600px;"></canvas>
  221. ```
  222. Then, import the viewer and create a new instance:
  223. ```typescript
  224. import {ThreeViewer, IObject3D} from 'threepipe'
  225. // Create a viewer
  226. const viewer = new ThreeViewer({canvas: document.getElementById('three-canvas') as HTMLCanvasElement})
  227. // Load an environment map
  228. await viewer.setEnvironmentMap('https://threejs.org/examples/textures/equirectangular/venice_sunset_1k.hdr')
  229. // Load a model
  230. const result = await viewer.load<IObject3D>('https://threejs.org/examples/models/gltf/DamagedHelmet/glTF/DamagedHelmet.gltf', {
  231. autoCenter: true,
  232. autoScale: true,
  233. })
  234. ```
  235. That's it! You should now see a 3D model on your page.
  236. The 3D model can be opened in the [editor](https://threepipe.org/examples/tweakpane-editor/) to view and edit the scene settings, objects, materials, lights, cameras, post-processing, etc. and exported as a GLB file. All settings are automatically serialized and saved in the GLB file, which can be loaded into the viewer. Any plugins used in the editor can be added to the viewer to add the same functionality. The plugin data is automatically loaded(if the plugin is added) when the model is added to the scene.
  237. The viewer initializes with a Scene, Camera, Camera controls(Orbit Controls), several importers, exporters and a default rendering pipeline. Additional functionality can be added with plugins.
  238. Check out the GLTF Load example to see it in action or to check the JS equivalent code: https://threepipe.org/examples/#gltf-load/
  239. Check out the [Plugins](#plugin-system) section below to learn how to add additional functionality to the viewer.
  240. ## License
  241. The core framework([src](https://github.com/repalash/threepipe/tree/master/src), [dist](https://github.com/repalash/threepipe/tree/master/dist), [examples](https://github.com/repalash/threepipe/tree/master/examples) folders) and any [plugins](https://github.com/repalash/threepipe/tree/master/plugins) without a separate license are under the Free [Apache 2.0 license](https://github.com/repalash/threepipe/tree/master/LICENSE).
  242. Some plugins(in the [plugins](https://github.com/repalash/threepipe/tree/master/plugins) folder) might have different licenses. Check the individual plugin documentation and the source folder/files for more details.
  243. ## Status
  244. The project is in `alpha` stage and under active development. Many features will be added but the core API will not change significantly in future releases.
  245. Check out [WebGi](https://webgi.xyz/) for an advanced tailor-made solution for e-commerce, jewelry, automobile, apparel, furniture etc.
  246. ## Documentation
  247. Check the list of all functions, classes and types in the [API Reference Docs](https://threepipe.org/docs/).
  248. ## WebGi
  249. Check out WebGi - Premium Photo-realistic 3D rendering framework and tools for web applications and online commerce along with custom modules and rendering solutions for e-commerce, jewelry, automobile, apparel, furniture and other retail applications.
  250. [Homepage](https://webgi.xyz/) &mdash; [Docs](https://webgi.xyz/docs/)
  251. [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/repalash.svg?style=social&label=Follow%20%40pixotronics)](https://twitter.com/pixotronics)
  252. ## Contributing
  253. Contributions to ThreePipe are welcome and encouraged! Feel free to open issues and pull requests on the GitHub repository.
  254. # Features
  255. ## File Formats
  256. ThreePipe Asset Manager supports the import of the following file formats out of the box:
  257. * **Models**: gltf, glb, obj+mtl, fbx, drc
  258. * **Materials**: mat, pmat, bmat (json based), registered material template slugs
  259. * **Images**: webp, png, jpeg, jpg, svg, ico, avif, hdr, exr
  260. * **Misc**: json, vjson, zip, txt
  261. Plugins can add additional formats:
  262. * Models
  263. * 3dm - Using [Rhino3dmLoadPlugin](#Rhino3dmLoadPlugin)
  264. * ply - Using [PLYLoadPlugin](#PLYLoadPlugin)
  265. * usdz - Using [USDZLoadPlugin](#USDZLoadPlugin)
  266. * stl - Using [STLLoadPlugin](#STLLoadPlugin)
  267. * ktx - Using [KTXLoadPlugin](#KTXLoadPlugin)
  268. * ktx2 - Using [KTX2LoadPlugin](#KTX2LoadPlugin)
  269. Plugins to support more model formats are available in the package [@threepipe/plugins-extra-importers](#threepipeplugins-extra-importers) including .3ds,
  270. .3mf, .collada, .amf, .bvh, .vox, .gcode, .mdd, .pcd, .tilt, .wrl, .mpd, .vtk, .xyz
  271. ## Loading files
  272. ThreePipe uses the [AssetManager](https://threepipe.org/docs/classes/AssetManager.html) to load files.
  273. The AssetManager has support for loading files from URLs, local files and data URLs.
  274. The AssetManager also adds support for loading files from a zip archive. The zip files are automatically unzipped, and the files are loaded from the zip archive.
  275. [viewer.load()](https://threepipe.org/docs/classes/ThreeViewer.html#load) is a high-level wrapper for loading files from the AssetManager.
  276. It automatically adds the loaded object to the scene and returns a promise that resolves to the loaded object,
  277. the materials are also automatically registered to the material manager.
  278. AssetManager internally uses [AssetImporter](https://threepipe.org/docs/classes/AssetImporter.html),
  279. which provides a low-level API
  280. for managing three.js [LoadingManager](https://threejs.org/docs/#api/en/loaders/LoadingManager)
  281. and adding and registering loaders for different file types.
  282. If the purpose is not to add files to the scene then [viewer.assetManager.importer.import()](https://threepipe.org/docs/classes/AssetImporter.html#import) method can be used
  283. to import files from the `AssetImporter`.
  284. viewer.assetManager.loadImported()](https://threepipe.org/docs/classes/AssetManager.html#loadImported)
  285. can then be called to load the imported files after any processing.
  286. The `viewer.load()`, `viewer.assetManager.addAsset()`
  287. and `viewer.assetManager.addAssetSingle()` methods perform combination of `import` and `loadImported`.
  288. ### 3D models
  289. The 3d models are added to `viewer.scene.modelRoot` on `viewer.load` unless some option is specified.
  290. ```typescript
  291. const objectGlb = await viewer.load<IObject3D>('https://example.com/file.glb')
  292. const objectFbx = await viewer.load<IObject3D>('https://example.com/file.fbx')
  293. const objectObj = await viewer.load<IObject3D>('https://example.com/file.obj') // .mtl referenced in obj is automatically loaded
  294. // ... load any 3d model file as an object
  295. ```
  296. Here, we are casting to [IObject3D](https://threepipe.org/docs/interfaces/IObject3D.html) type
  297. to get the proper type and autocomplete for the object.
  298. `IObject3D` inherits [Object3D](https://threejs.org/docs/#api/en/core/Object3D) from three.js and adds some additional properties.
  299. For JavaScript, the type can be omitted.
  300. ```javascript
  301. const objectGlb = await viewer.load('https://example.com/file.glb')
  302. ```
  303. When loading models, several options can be passed to automatically process the model first time, like `autoScale`, `autoCenter`, `addToRoot` etc. Check [AddObjectOptions](https://threepipe.org/docs/interfaces/AddObjectOptions.html) and [ImportAddOptions](https://threepipe.org/docs/interfaces/ImportAddOptions.html) for more details.
  304. ### Materials
  305. The materials downloaded as PMAT/BMAT/JSON etc from threepipe,
  306. webgi or the editor can be loaded
  307. and registered with the [MaterialManager](https://threepipe.org/docs/classes/MaterialManager)
  308. using the `viewer.load` method.
  309. Custom material types can also be registered by plugins(like dmat for diamonds), which can also be loaded automatically using the `viewer.load` method.
  310. ```typescript
  311. const pMaterial = await viewer.load<PhysicalMaterial>('https://example.com/file.pmat')
  312. const bMaterial = await viewer.load<UnlitMaterial>('https://example.com/file.bmat')
  313. // ... load any material file as a material
  314. ```
  315. Casting to [PhysicalMaterial](https://threepipe.org/docs/classes/PhysicalMaterial) or [UnlitMaterial](https://threepipe.org/docs/classes/UnlitMaterial) is optional but recommended to get the proper type and autocomplete for the material.
  316. To assign the material on any object, set it to `object.material`
  317. ```typescript
  318. // find a loaded mesh in the scene
  319. const object = viewer.scene.getObjectByName('objectName');
  320. // assign the material
  321. object.material = pMaterial;
  322. ```
  323. To copy the properties without changing the material reference, use `material.copy()` or `material.setValues()` methods.
  324. ```typescript
  325. object.material.copy(pMaterial);
  326. // or use material manager to apply to multiple materials.
  327. viewer.assetManager.materialManager.applyMaterial(pMaterial, 'METAL') // apply props to all materials/objects with the name METAL
  328. ```
  329. TODO: add examples for material load and copy
  330. ### Images/Textures
  331. Images can be loaded using the `viewer.load` method.
  332. There is built-in support for loading all image formats supported by the browser (webp, png, jpeg, jpg, svg, ico, avif) and hdr, exr, hdr.png formats for all browsers.
  333. More formats like ktx2, ktx, etc. can be added using plugins.
  334. ```typescript
  335. const texture = await viewer.load<ITexture>('https://example.com/file.png')
  336. // ... load any image file as a texture
  337. ```
  338. Casting to [ITexture](https://threepipe.org/docs/interfaces/ITexture.html) is optional
  339. but recommended to get the proper type and autocomplete for the texture.
  340. It inherits from three.js [Texture](https://threejs.org/docs/#api/en/textures/Texture) and adds some additional properties.
  341. To assign the texture on any material, set it to `material.map`
  342. ```typescript
  343. // find a loaded mesh in the scene
  344. const object = viewer.scene.getObjectByName('objectName');
  345. const material = object.material as PhysicalMaterial;
  346. // assign the texture
  347. material.map = texture;
  348. material.setDirty() // to let the viewer know that the material has changed and needs to re-render the scene. This will also trigger fade effect if FrameFadePlugin is added.
  349. ```
  350. Check out the image load example to see it in action or to check the JS equivalent code: https://threepipe.org/examples/#image-load/
  351. ### Zip files
  352. .zip files are automatically unzipped and the files are sent to re-load recursively when loaded with `viewer.load`.
  353. Any level of zip hierarchy is flattened.
  354. Loading files like .gltf with references to assets inside the zip file,
  355. any relative references are also automatically resolved.
  356. This is supported for file types like gltf, glb, obj,
  357. etc which support references to external files and has `root` set to `true in [IImporter](https://threepipe.org/docs/interfaces/IImporter.html).
  358. ```typescript
  359. const objectGltf = await viewer.load<IObject3D>('https://example.com/model.gltf.zip')
  360. ```
  361. If we know that the zip file contains a single gltf with all the assets, we can cast the result to [IObject3D](https://threepipe.org/docs/interfaces/IObject3D.html) type.
  362. To load multiple assets from zip files like multiple textures or materials, use `viewer.assetManager.addAsset` method which returns a promise of array of loaded assets.
  363. ```typescript
  364. const textures = await viewer.assetManager.addAsset<ITexture[]>('https://example.com/textures.zip')
  365. const materials = await viewer.assetManager.addAsset<IMaterial[]>('https://example.com/materials.zip')
  366. ```
  367. The auto import of zip contents can be disabled to get the files and blobs in the zip
  368. ```typescript
  369. const zip = await viewer.load<any>('https://example.com/file.zip', {autoImportZipContents: false})
  370. ```
  371. TODO - add example for loading zip files.
  372. ### txt, json files
  373. Text and JSON files can be loaded using the `viewer.load` method and return strings and objects respectively.
  374. ```typescript
  375. const text = await viewer.load<string>('https://example.com/file.txt')
  376. const json = await viewer.load<any>('https://example.com/file.json')
  377. ```
  378. ### Data URLs
  379. Data URLs can be loaded using the `viewer.load` method. The correct mime-type is required to be set in the data URL for finding the correct importer.
  380. ```typescript
  381. const dataUrl = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUA' // ... some data url
  382. const texture = await viewer.load<ITexture>(dataUrl)
  383. ```
  384. ### Local files, File and Blob
  385. Local files can be loaded using the `viewer.load` method by passing a [IAsset](https://threepipe.org/docs/interfaces/IAsset) object with [File](https://developer.mozilla.org/en-US/docs/Web/API/File) or [Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob) object.
  386. ```typescript
  387. const file: File|Blob = fileObject // create a new file, blob or get from input element
  388. const text = await viewer.load<IObject>({
  389. // a path/name is required to determine the proper importer by extension. `file.name` can also be used if available
  390. path: 'file.glb',
  391. file
  392. })
  393. ```
  394. The same can be done for any file type.
  395. To load a `Map` of files(like when multiple files are dragged and dropped on the webpage) with internal references to other files, use `viewer.assetManager.importer.importFiles` method. Check the source for [DropzonePlugin](#dropzoneplugin) for an example.
  396. ### Background, Environment maps
  397. The background and environment maps can be set using the `viewer.setBackgroundMap` and `viewer.setEnvironmentMap` methods respectively. These accept both loaded textures from `viewer.load` and direct URLs. Files can be of any image format including hdr, exr.
  398. ```typescript
  399. await viewer.setEnvironmentMap('https://example.com/file.hdr')
  400. await viewer.setBackgroundMap('https://example.com/file.png')
  401. ```
  402. The same texture can be set to both by setting `setBackground` or `setEnvironment` to true in the options:
  403. ```typescript
  404. await viewer.setEnvironmentMap('https://example.com/file.hdr', {setBackground: true})
  405. ```
  406. Check the HDR Load example to see it in action: https://threepipe.org/examples/#hdr-load/
  407. ### SVG strings
  408. SVG strings can be converted to data urls using the [svgUrl](https://repalash.com/ts-browser-helpers/functions/svgUrl.html) string template function
  409. ```typescript
  410. const svgDataUrl = svgUrl`<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"> ... </svg>`;
  411. const texture = await viewer.load<ITexture>(dataUrl)
  412. ```
  413. ### Custom file types
  414. Custom file importers/loaders can be registered to the `AssetImporter` using the `addImporter` method.
  415. ```typescript
  416. class CustomLoader extends FileLoader implements ILoader{
  417. constructor(manager?: LoadingManager) {
  418. super(manager);
  419. }
  420. load(url: string, onLoad: (data: any) => void, onProgress?: (event: ProgressEvent) => void, onError?: (event: ErrorEvent) => void): Mesh {
  421. this.setResponseType('json')
  422. return super.load(url, (json: any)=>{
  423. const mat = new PhysicalMaterial(json)
  424. onLoad?.(mat)
  425. }, onProgress, onError)
  426. }
  427. }
  428. viewer.assetManager.importer.addImporter(new Importer(CustomLoader, ['ext'], ['mime/type'], false))
  429. // load the file
  430. const mat = await viewer.load<PhysicalMaterial>('https://example.com/file.ext')
  431. ```
  432. ## Exporting files
  433. Threepipe has support for exporting various asset type with AssetManager,
  434. as well as support to export viewer and plugin configuration, arbitrary objects etc using the [serialization](#serialization) system.
  435. [viewer.export()](https://threepipe.org/docs/classes/ThreeViewer.html#export) is a high-level wrapper for exporting scene objects, materials, textures, render targets, viewer/scene configuration and plugin configurations.
  436. AssetManager internally uses [AssetExporter](https://threepipe.org/docs/classes/AssetExporter.html) to export files.
  437. AssetExporter includes some basic exporters for glb, exr, textures,
  438. and materials and a system to register exporters for different file types with plugins or custom exporters.
  439. ### Exporting 3D models
  440. Export the root scene as glb
  441. ```typescript
  442. const blob = await viewer.exportScene({
  443. viewerConfig: true, // default = true. export all viewer and plugin configuration. if false only the model root object is exported.
  444. })
  445. // download the file
  446. downloadBlob(blob, 'scene.glb')
  447. ```
  448. Export a single object from the scene as glb
  449. ```typescript
  450. const object = viewer.scene.getObjectByName('objectName');
  451. const glb: Blob = await viewer.export(object, {
  452. exportExt: 'glb', // default = glb for models
  453. embedUrlImages: true, // default = false. embed images in glb even when url is available.
  454. })
  455. // download the file
  456. downloadBlob(glb, 'object.glb')
  457. ```
  458. Check the example [glb-export](https://threepipe.org/examples/#glb-export/) to see a demo.
  459. ### Exporting Materials
  460. Export a material
  461. ```typescript
  462. const material = viewer.assetManager.materialManager.findMaterialsByName('materialName')[0];
  463. // or
  464. // const material = viewer.scene.getObjectByName('objectName').material;
  465. const blob = await viewer.export(material)
  466. // download the file
  467. downloadBlob(blob, 'material.' + blob.ext)
  468. ```
  469. Check the example [pmat-material-export](https://threepipe.org/examples/#pmat-material-export/) to see a demo.
  470. ### Exporting Canvas Images
  471. Canvas Screenshot/snapshot can be exported as png, jpeg or webp(if supported by the browser)
  472. ```typescript
  473. const blob = await viewer.getScreenshotBlob({mimeType: 'image/' + type, quality: 0.85})
  474. // or to get data url:
  475. // const dataUrl = await viewer.getScreenshotDataUrl({mimeType: 'image/' + type, quality: 0.85})
  476. // download the file
  477. downloadBlob(blob, 'screenshot.' + blob.ext)
  478. ```
  479. Check the example [image-snapshot-export](https://threepipe.org/examples/#image-snapshot-export/) to see a demo.
  480. ### Exporting Textures
  481. Textures can be exported to JSON using `viewer.export` or `AssetExporter`
  482. ```typescript
  483. const texture = await viewer.load('https://example.com/file.jpeg')
  484. const blob = await viewer.export(texture)
  485. downloadBlob(blob, texture.name + '.' + blob.ext)
  486. ```
  487. Render target textures can be exported with `viewer.renderManager.exportRenderTarget` or `viewer.export`,
  488. read about [Exporting Render Targets](#exporting-render-targets) below.
  489. TODO: add examples for texture export
  490. Textures and Uint8 Data Textures can be exported as a data url or copied to a new canvas
  491. ```typescript
  492. // get a base64 data url
  493. const dataUrl = textureToDataUrl(texture, 4096, false, 'image/png') // texture or data texture, max-size, flipY, mimeType
  494. // or copy to a new canvas
  495. const canvas = textureToCanvas(texture, 4096) // texture or data texture, max-size
  496. ```
  497. Data Textures of type Half float and Float can be exported with `viewer.export`
  498. ```typescript
  499. const dataTex = await viewer.load('https://example.com/file.hdr')
  500. const blob = await viewer.export(dataTexture, {exportExt: 'exr'})
  501. ```
  502. Check the example [hdr-to-exr](https://threepipe.org/examples/#hdr-to-exr/) to see a demo of HDR to EXR conversion.
  503. TODO: add support to export unsigned byte textures as png, jpeg, webp
  504. ### Exporting Images/Textures
  505. Exporting Textures as Images with image of types ImageBitmap, HTMLImageElement,
  506. HTMLOrSVGImageElement, CanvasImageSource, HTMLCanvasElement,
  507. OffscreenCanvas can be exported to png data urls with [imageBitmapToBase64](https://repalash.com/ts-browser-helpers/functions/imageBitmapToBase64.html) function.
  508. ```typescript
  509. const texture = await viewer.load('https://example.com/file.jpeg')
  510. const dataUrl = await imageBitmapToBase64(texture.image, 'image/png', 0.85);
  511. ```
  512. TODO: add support for texture export as images in AssetExporter
  513. ### Exporting Render Targets
  514. Unsigned byte render targets can be exported as png, jpeg or webp(if supported by the browser)
  515. ```typescript
  516. const depthPlugin = viewer.addPluginSync(DepthBufferPlugin, UnsignedByteType)
  517. // wait for the first render
  518. const blob = await viewer.export(depthPlugin.target!, {exportExt: 'png'})
  519. if (blob) downloadBlob(blob, target.texture.name + '.' + blob.ext)
  520. ```
  521. Half float and float render targets can be exported as exr
  522. ```typescript
  523. const depthPlugin = viewer.addPluginSync(DepthBufferPlugin, HalfFloatType)
  524. // wait for the first render
  525. const blob = await viewer.export(depthPlugin.target!, {exportExt: 'exr'})
  526. if (blob) downloadBlob(blob, target.texture.name + '.' + blob.ext)
  527. ```
  528. Note: `exportExt` is determined automatically if not specified.
  529. ## Render pipeline
  530. Threepipe includes a [RenderManager](https://threepipe.org/docs/classes/RenderManager.html) for managing the composition pipeline, and provides helpers for rendering and render target management.
  531. The RenderManager includes a [EffectComposer](https://threejs.org/docs/#api/en/postprocessing/EffectComposer) from three.js for rendering passes and a [WebGLRenderer](https://threejs.org/docs/#api/en/renderers/WebGLRenderer) for rendering,
  532. but the pass management and sorting is managed by the RenderManager itself.
  533. The RenderManager inherits from [RenderTargetManager](https://threepipe.org/docs/classes/RenderTargetManager.html)
  534. which provides utilities for creating, tracking and destroying dedicated and temporary render targets.
  535. ### Render Targets
  536. Render targets can be created
  537. using the `viewer.renderManager.createTarget` and `viewer.renderManager.createTargetCustom` methods.
  538. These can then be disposed using the `viewer.renderManager.disposeTarget` method when not needed anymore.
  539. Or to create temp targets for one time use `viewer.renderManager.getTempTarget` and `viewer.renderManager.releaseTempTarget` methods.
  540. can be used.
  541. All created render targets are tracked in the RenderManager,
  542. and are resized and disposed automatically when needed along with the viewer.
  543. ```typescript
  544. const newTarget = viewer.renderManager.createTarget({sizeMultiplier: 1})
  545. // or
  546. const newTarget2 = viewer.renderManager.createTarget({size: {
  547. width: 1024,
  548. height: 1024,
  549. },
  550. type: HalfFloatType
  551. })
  552. // or clone an existing target
  553. const newTarget3 = viewer.renderManager.composerTarget.clone()
  554. // for multi-sample render target
  555. const newTarget4 = viewer.renderManager.createTarget({sizeMultiplier: 1, samples: 4})
  556. // or create a custom target
  557. const newTarget5 = viewer.renderManager.createTargetCustom(
  558. {width: 1024, height: 1024},
  559. {type: HalfFloatType},
  560. WebGLCubeRenderTarget
  561. )
  562. // dispose targets
  563. viewer.renderManager.disposeTarget(newTarget)
  564. viewer.renderManager.disposeTarget(newTarget2)
  565. viewer.renderManager.disposeTarget(newTarget3)
  566. viewer.renderManager.disposeTarget(newTarget4)
  567. viewer.renderManager.disposeTarget(newTarget5)
  568. // get a temporary target
  569. const tempTarget = viewer.renderManager.getTempTarget({sizeMultiplier: 1})
  570. // release the temporary target
  571. viewer.renderManager.releaseTempTarget(tempTarget)
  572. ```
  573. Note: Render targets created with a sizeMultiplier are automatically resized when the canvas is resized.
  574. ### Passes
  575. By default, the render pipeline includes 2 passes -
  576. [RenderPass](https://threejs.org/docs/#api/en/postprocessing/RenderPass) for rendering the scene hierarchy and [ScreenPass](https://threejs.org/docs/#api/en/postprocessing/ShaderPass)
  577. for rendering the final output on the canvas.
  578. More passes can be added and removed from the pipeline
  579. using the [registerPass](https://threepipe.org/docs/classes/RenderManager.html#registerPass) and [unregisterPass](https://threepipe.org/docs/classes/RenderManager.html#unregisterPass) methods.
  580. The pipeline passes need
  581. to follow the interface of [IPipelinePass](https://threepipe.org/docs/interfaces/IPipelinePass.html) and [IPipelinePassPlugin](https://threepipe.org/docs/interfaces/IPipelinePassPlugin.html).
  582. Which adds some important parameters over the three.js Pass,
  583. like pass id and support for defining where the pass should be added in the pipeline and it's dependants.
  584. ```typescript
  585. const pass = new GBufferRenderPass('customPass', viewer.renderManager.createTarget({sizeMultiplier: 1}))
  586. pass.before = ['render'] // Add the pass before the render pass
  587. pass.after = [] // Add the pass after these passes (none in this case)
  588. pass.required = ['render'] // render pass is required to be in the pipeline for this
  589. viewer.renderManager.registerPass(pass)
  590. ```
  591. Note:
  592. See [PipelinePassPlugin](https://threepipe.org/docs/classes/PipelinePassPlugin.html) for an abstract plugin
  593. that provides the boilerplate to create a plugin that registers a custom pass in the pipeline.
  594. Check [NormalBufferPlugin](https://threepipe.org/docs/classes/NormalBufferPlugin.html) for an example of that.
  595. Note: All effects in post-processing or material extension need not be a separate pass in the pipeline.
  596. Most effects can be achieved with either extending the scene object material shaders or the Screen Pass material shader
  597. using [Material extension](#material-extension) system
  598. ## Material Extension
  599. Threepipe includes a Material extension system along with a material manager.
  600. The material manager is used to register materials and material extensions.
  601. The material extensions are used to extend any material in the scene,
  602. or any plugin/pass with additional uniforms, defines, shader snippets and provides hooks.
  603. The material extensions are automatically applied to all materials in the scene that are compatible,
  604. when the extension is registered or when the material is added to the scene.
  605. Threepipe includes several built-in materials like
  606. [PhysicalMaterial](https://threepipe.org/docs/classes/PhysicalMaterial.html),
  607. [UnlitMaterial](https://threepipe.org/docs/classes/UnlitMaterial.html),
  608. [ExtendedShaderMaterial](https://threepipe.org/docs/classes/ExtendedShaderMaterial.html), [LegacyPhongMaterial](https://threepipe.org/docs/classes/LegacyPhongMaterial.html),
  609. that include support for extending the material.
  610. Any three.js material can be made extendable,
  611. check the `ShaderPass2` class for a simple example that adds support for material extension to three.js ShaderPass.
  612. The material extensions must follow the [MaterialExtension](https://threepipe.org/docs/interfaces/MaterialExtension.html) interface.
  613. Many plugins create their own material extensions either for the scene materials or shader passes(like the screen pass).
  614. Some plugins like `DepthBufferPlugin` also provides helper material extensions for other custom plugins
  615. to fetch value in the depth buffer.
  616. A sample material extension
  617. ```typescript
  618. const extension: MaterialExtension = {
  619. shaderExtender: (shader)=> {
  620. // change the shader properties like shader.fragmentShader, etc
  621. },
  622. parsFragmentSnippet: ` // add some code before the main function in the fragment shader
  623. uniform sampler2D tTexture;
  624. uniform float opacity;
  625. `,
  626. extraUniforms: {
  627. tTexture: ()=>({value: getTexture()}),
  628. opacity: {value: 1}
  629. // add additional uniforms, these can be IUniform or functions that return IUniform
  630. },
  631. extraDefines: {
  632. ['DEPTH_PACKING']: BasicDepthPacking,
  633. ['SOME_DEFINE']: ()=>"1",
  634. // add additional defines, these can be values or functions that return values
  635. },
  636. priority: 100, // priority when using multiple extensions on the same material
  637. isCompatible: (material) => material.isMeshBasicMaterial, // check if the material is compatible with this extension,
  638. computeCacheKey: (material) => material.uuid, // a custom cache key for the material extension. Shader is recompiled when this is changed
  639. onObjectRender: (object: Object3D, material: IMaterial) => {
  640. // called when some object is rendererd which has a material with this extension.
  641. },
  642. // uiConfig
  643. // check more properties and hooks in the MaterialExtension interface
  644. }
  645. // The extension can be registered to all the materials using the MaterialManager
  646. viewer.assetManager.materialManager.registerMaterialExtension(extension)
  647. // or register it on a single material (like the Screen Pass)
  648. viewer.renderManager.screenPass.material.registerMaterialExtensions([extension])
  649. ```
  650. ## UI Configuration
  651. Most of the classes and plugins in Threepipe include [uiconfig.js](https://repalash.com/uiconfig.js/) support
  652. and can be used to create configuration UIs, 3d configurators and even full-editors.
  653. The UIs are automatically generated based on the configuration object under `.uiConfig` property on all objects.
  654. These are of type [UiObjectConfig](https://repalash.com/uiconfig.js/interfaces/UiObjectConfig.html).
  655. In some classes, the ui configs are also generated using typescript decorators.
  656. The `uiConfig` is also added to all three.js objects and materials when they are added to the scene.
  657. The UIs can be generated at runtime using any of the UI plugins like [TweakpaneUIPlugin](#threepipeplugin-tweakpane), [BlueprintJsUiPlugin](#threepipeplugin-blueprintjs)
  658. An example showing how to create a UI for a material
  659. ```typescript
  660. const ui = viewer.addPluginSync(TweakpaneUiPlugin)
  661. const object = viewer.scene.getObjectByName('objectName');
  662. const material = object.material as PhysicalMaterial;
  663. ui.appendChild(material.uiConfig)
  664. ```
  665. See it in action: https://threepipe.org/examples/#material-uiconfig/
  666. Check more examples showing [Viewer UI](https://threepipe.org/examples/#viewer-uiconfig/),
  667. [Scene UI](https://threepipe.org/examples/#scene-uiconfig/),
  668. [Object UI](https://threepipe.org/examples/#object-uiconfig/), [Camera UI](https://threepipe.org/examples/#camera-uiconfig/)
  669. [TweakpaneEditorPlugin](#threepipeplugin-tweakpane-editor) further uses the Tweakpane configuration panel along with various plugins to create an 3d editor.
  670. Custom UI configuration can be created to generate custom UI for the editor or tweaking.
  671. This can be done by using typescript decorators or defining the UI in javascript as a [UiObjectConfig](https://repalash.com/uiconfig.js/interfaces/UiObjectConfig.html) object.
  672. Here is a sample of extending the orbit controls class with decorators to automatically generate UI.
  673. ```typescript
  674. @uiPanelContainer('Orbit Controls')
  675. export class OrbitControlsWithUi extends OrbitControls implements IUiConfigContainer {
  676. // for autocomplete
  677. uiConfig?: UiObjectConfig<void, 'panel'>
  678. @uiToggle() enabled = true
  679. @uiToggle() dollyZoom = false
  680. @uiToggle() enableDamping = true
  681. @uiInput() dampingFactor = 0.08
  682. @uiToggle() autoRotate = false
  683. @uiInput() autoRotateSpeed = 2.0
  684. @uiToggle() enableZoom = true
  685. @uiInput() zoomSpeed = 0.15
  686. @uiInput() maxZoomSpeed = 0.20
  687. @uiToggle() enableRotate = true
  688. @uiInput() rotateSpeed = 2.0
  689. @uiToggle() enablePan = true
  690. @uiInput() panSpeed = 1.0
  691. @uiInput() autoPushTarget = false
  692. @uiInput() autoPullTarget = false
  693. @uiInput() minDistance = 0.35
  694. @uiInput() maxDistance = 1000
  695. @uiInput() minZoom = 0.01
  696. @uiInput() maxZoom = 1000
  697. @uiInput() minPolarAngle = 0
  698. @uiInput() maxPolarAngle = Math.PI
  699. @uiInput() minAzimuthAngle = -10000 // should be -Infinity but this breaks the UI
  700. @uiInput() maxAzimuthAngle = 10000
  701. }
  702. ```
  703. Check out the full source code:
  704. [./src/three/controls/OrbitControls3.ts](./src/three/controls/OrbitControls3.ts) for proper implementation
  705. See it in action: https://threepipe.org/examples/#camera-uiconfig/ Open the Camera UI and click on the Orbit Controls panel.
  706. There are many available decorators like `uiToggle`, `uiSlider`, `uiInput`, `uiNumber`, `uiColor`, `uiImage`.
  707. Check the complete list in the [uiconfig.js documentation](https://repalash.com/uiconfig.js/).
  708. The UI configuration can also be created using json objects in both typescript and javascript
  709. ```javascript
  710. const viewer = new ThreeViewer({...})
  711. const ui = viewer.addPluginSync(TweakpaneUiPlugin)
  712. const state = {
  713. position: new Vector3(),
  714. scale: 1,
  715. }
  716. ui.appendChild({
  717. type: 'folder',
  718. label: 'Custom UI',
  719. children: [
  720. {
  721. type: 'vec3',
  722. label: 'Position',
  723. property: [state, 'position']
  724. },
  725. {
  726. type: 'slider',
  727. label: ()=>'Scale', // everything can be a function as well.
  728. property: [state, 'scale'],
  729. bounds: [1, 2],
  730. stepSize: 0.1,
  731. }
  732. ]
  733. })
  734. ```
  735. TODO: create example/codepen for this
  736. ## Serialization
  737. Easy serialization of all threepipe and most three.js objects are supported out of the box using the Asset Manager.
  738. Fine control over serialization is also supported
  739. using the [ThreeSerialization](https://threepipe.org/docs/classes/ThreeSerialization.html) class
  740. Call `ThreeSerialization.serialize` on any object to serialize it.
  741. and `ThreeSerialization.deserialize` to deserialize the serialized object.
  742. This is done by performing a nested serialization of all the properties of the object.
  743. It's possible to implement custom serializers for custom types and classes and is done for three.js primitives,
  744. objects and plugins in threepipe
  745. To make a custom data class that is serializable,
  746. mark it using `@serializable` decorator and any properties using `@serialize` decorator.
  747. ```typescript
  748. @serializable('DataClass')
  749. class DataClass{
  750. @serialize() prop1 = 1
  751. @serialize() prop2 = 'string'
  752. @serialize() prop3 = new Vector3()
  753. @serialize() prop4 = new PhysicalMaterial()
  754. @serialize() prop4 = {
  755. prop1: 1,
  756. prop2: 'string',
  757. prop3: new Vector3(),
  758. prop4: new PhysicalMaterial(),
  759. }
  760. }
  761. const data = new DataClass()
  762. const serialized = ThreeSerialization.serialize(data)
  763. const deserialized = ThreeSerialization.deserialize(serialized)
  764. ```
  765. The classes without a `@serializable` decorator are serialized as plain objects.
  766. These can still include `@serialize` decorator to mark the properties are serializable
  767. but these classes cannot be deserialized into a new instance of the class.
  768. The ThreeViewer and plugins are an example of these.
  769. When deserialized they need an object to deserialize into.
  770. This ensures there is always just one instance.
  771. With this, the serialization system works like `toJSON` and `fromJSON` methods in three.js.
  772. Check the [plugin system](#plugin-system) below for more details on how to mark properties as serializable for plugins.
  773. ```typescript
  774. class CustomClass{
  775. @serialize() prop1 = 1
  776. @serialize() prop2 = 'string'
  777. @serialize() prop3 = new Vector3()
  778. @serialize() prop4 = new PhysicalMaterial()
  779. }
  780. const obj = new DataClass()
  781. const serialized = ThreeSerialization.serialize(data)
  782. // now to deserialize we need to pass in the object to deserialize into
  783. ThreeSerialization.deserialize(serialized, obj)
  784. ```
  785. ## Plugin System
  786. Threepipe includes a plugin system for adding additional features to the viewer in a modular way.
  787. The plugins can be added synchronously or asynchronously using `viewer.addPluginSync` and `viewer.addPlugin` methods respectively.
  788. It is recommended to create custom plugins for reusable features,
  789. as they provide built-in features for ui configuration,
  790. serialization, integration with editors etc and are easy to manage and tree-shake in the code.
  791. Check out the list of plugins in the [Plugin List](#threepipe-plugins) section below.
  792. To create new plugins,
  793. simply implement the `IViewerPlugin` interface or extend the [AViewerPluginSync](https://threepipe.org/docs/classes/AViewerPluginSync.html) or [AViewerPluginAsync](https://threepipe.org/docs/classes/AViewerPluginAsync.html) classes.
  794. The only difference is that in async the `onAdded` and `onRemove` functions are async
  795. Here is a sample plugin
  796. ```typescript
  797. @uiFolder("Sample Plugin") // This creates a folder in the Ui. (Supported by TweakpaneUiPlugin)
  798. export class SamplePlugin extends AViewerPluginSync<"sample-1" | "sample-2"> {
  799. // These are the list of events that this plugin can dispatch.
  800. static readonly PluginType = "SamplePlugin"; // This is required for serialization and handling plugins. Also used in viewer.getPluginByType()
  801. @uiToggle() // This creates a checkbox in the Ui. (Supported by TweakpaneUiPlugin)
  802. @serialize() // Adds this property to the list of serializable. This is also used when serializing to glb in AssetExporter.
  803. enabled = true;
  804. // A plugin can have custom properties.
  805. @uiSlider("Some Number", [0, 100], 1) // Adds a slider to the Ui, with custom bounds and step size (Supported by TweakpaneUiPlugin)
  806. @serialize("someNumber")
  807. @onChange(SamplePlugin.prototype._updateParams) // this function will be called whenevr this value changes.
  808. val1 = 0;
  809. // A plugin can have custom properties.
  810. @uiInput("Some Text") // Adds a slider to the Ui, with custom bounds and step size (Supported by TweakpaneUiPlugin)
  811. @onChange(SamplePlugin.prototype._updateParams) // this function will be called whenevr this value changes.
  812. @serialize()
  813. val2 = "Hello";
  814. @uiButton("Print Counters") // Adds a button to the Ui. (Supported by TweakpaneUiPlugin)
  815. public printValues = () => {
  816. console.log(this.val1, this.val2);
  817. this.dispatchEvent({ type: "sample-1", detail: { sample: this.val1 } }); // This will dispatch an event.
  818. }
  819. constructor() {
  820. super();
  821. this._updateParams = this._updateParams.bind(this);
  822. }
  823. private _updateParams() {
  824. console.log("Parameters updated.");
  825. this.dispatchEvent({ type: "sample-2" }); // This will dispatch an event.
  826. }
  827. onAdded(v: ThreeViewer): void {
  828. super.onAdded(v);
  829. // Do some initialization here.
  830. this.val1 = 0;
  831. this.val2 = "Hello";
  832. v.addEventListener("preRender", this._preRender);
  833. v.addEventListener("postRender", this._postRender);
  834. v.addEventListener("preFrame", this._preFrame);
  835. v.addEventListener("postFrame", this._postFrame);
  836. this._viewer!.scene.addEventListener("addSceneObject", this._objectAdded); // this._viewer can also be used while this plugin is attached.
  837. }
  838. onRemove(v: ThreeViewer): void {
  839. // remove dispose objects
  840. v.removeEventListener("preRender", this._preRender);
  841. v.removeEventListener("postRender", this._postRender);
  842. v.removeEventListener("preFrame", this._preFrame);
  843. v.removeEventListener("postFrame", this._postFrame);
  844. this._viewer!.scene.removeEventListener("addSceneObject", this._objectAdded); // this._viewer can also be used while this plugin is attached.
  845. super.onRemove(v);
  846. }
  847. private _objectAdded = (ev: IEvent<any>) => {
  848. console.log("A new object, texture or material is added to the scene.", ev.object);
  849. };
  850. private _preFrame = (ev: IEvent<any>) => {
  851. // This function will be called before each frame. This is called even if the viewer is not dirty, so it's a good place to do viewer.setDirty()
  852. };
  853. private _preRender = (ev: IEvent<any>) => {
  854. // This is called before each frame is rendered, only when the viewer is dirty.
  855. };
  856. // postFrame and postRender work the same way as preFrame and preRender.
  857. }
  858. ```
  859. Notes:
  860. * All plugins that are present in the dependencies array when the plugin is added to the viewer, are created and attached to the viewer in `super.onAdded`
  861. * Custom events can be dispatched with `this.dispatchEvent`, and subscribed to with `plugin.addEventListener`. The event type must be described in the class signature for typescript autocomplete to work.
  862. * Event listeners and other hooks can be added and removed in `onAdded` and `onRemove` functions for the viewer and other plugins.
  863. * To the viewer render the next frame, `viewer.setDirty()` can be called, or set `this.dirty = true` in preFrame and reset in postFrame to stop the rendering. (Note that rendering may continue if some other plugin sets the viewer dirty like `ProgressivePlugin` or any of the animation plugins). Check `isConverged` in `ProgressivePlugin` to check if its the final frame.
  864. * All Plugins which inherit from AViewerPlugin support serialisation. Create property `serializeWithViewer = false` to disable serialisation with the viewer in config and glb or `toJSON: any = undefined` to disable serialisation entirely
  865. * `plugin.toJSON()` and `plugin.fromJSON()` or `ThreeSerialization` can be used to serialize and deserialize plugins. `viewer.exportPluginConfig` and `viewer.importPluginConfig` also exist for this.
  866. * @serialize('label') decorator can be used to mark any public/private variable as serializable. label (optional) corresponds to the key in JSON.
  867. * @serialize supports instances of ITexture, IMaterial, all primitive types, simple JS objects, three.js math classes(Vector2, Vector3, Matrix3...), and some more.
  868. * uiDecorators can be used to mark properties and functions that will be shown in the Ui. The Ui shows up automatically when TweakpaneUiPlugin/BlueprintJsUiPlugin is added to the viewer. Plugins have special features in the UI for download preset and saving state.
  869. Check various plugins in the source code for more examples.
  870. # Viewer API
  871. [ThreeViewer](https://threepipe.org/docs/classes/ThreeViewer.html) - is the main entry point to 3d rendering on the canvas.
  872. - `.renderManager`: [ViewerRenderManager](https://threepipe.org/docs/classes/ViewerRenderManager.html) & [RenderManager](https://threepipe.org/docs/classes/RenderManager.html) & [RenderTargetManager](https://threepipe.org/docs/classes/RenderTargetManager.html) - Render manager for managing the rendering and composition pipeline, and provides helpers for rendering and render target management
  873. - `.renderer`: [IWebGLRenderer](https://threepipe.org/docs/interfaces/IWebGLRenderer.html) - for rendering. Instance of three.js [WebGLRenderer](https://threejs.org/docs/#api/en/renderers/WebGLRenderer)
  874. - `.composer`: [EffectComposer2](https://threepipe.org/docs/classes/EffectComposer2.html) - for rendering passes. Instance of three.js [EffectComposer](https://threejs.org/docs/#api/en/postprocessing/EffectComposer)
  875. - `.context`: [WebGLRenderingContext](https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext) - WebGL rendering context
  876. - `.renderPass`: [ExtendedRenderPass](https://threepipe.org/docs/classes/ExtendedRenderPass.html) - Render pass for rendering the scene. Instance of three.js [RenderPass](https://threejs.org/docs/#api/en/postprocessing/RenderPass) with extra features
  877. - `.screenPass`: [ScreenPass](https://threepipe.org/docs/classes/ScreenPass.html) - Screen pass for rendering the final output. Instance of three.js [ShaderPass](https://threejs.org/docs/#api/en/postprocessing/ShaderPass) with extra features.
  878. - `.scene`: [RootScene](https://threepipe.org/docs/classes/RootScene.html) - Main scene used for rendering. Instance of three.js [Scene](https://threejs.org/docs/#api/en/scenes/Scene)
  879. - `.mainCamera`: [PerspectiveCamera2](https://threepipe.org/docs/classes/PerspectiveCamera2.html) - Main camera currently being used for rendering. Instance of three.js [PerspectiveCamera](https://threejs.org/docs/#api/en/cameras/PerspectiveCamera)
  880. - `.assetManager`: [AssetManager](https://threepipe.org/docs/classes/AssetManager.html) - Asset manager for loading, managing and exporting assets
  881. - `.importer`: [AssetImporter](https://threepipe.org/docs/classes/AssetImporter.html) - for importing assets
  882. - `.exporter`: [AssetExporter](https://threepipe.org/docs/classes/AssetExporter.html) - for exporting assets
  883. - `.materialManager`: [MaterialManager](https://threepipe.org/docs/classes/MaterialManager.html) - for managing materials and material extensions
  884. - `.plugins`: `Record`<`string`, [IViewerPlugin](https://threepipe.org/docs/interfaces/IViewerPlugin.html)> - Plugins added to the viewer
  885. - `.uiConfig`: [UiObjectConfig](https://repalash.com/uiconfig.js/interfaces/UiObjectConfig.html) - UI confguration for the viewer. Used to automatically generate UIs for the viewer and plugins.
  886. ## ThreeViewer
  887. Source Code: [src/viewer/ThreeViewer.ts](./src/viewer/ThreeViewer.ts)
  888. API Reference: [ThreeViewer](https://threepipe.org/docs/classes/ThreeViewer.html)
  889. `ThreeViewer` is the main entry point to the viewer. It provides all the API for managing the scene, camera, rendering, plugins, etc.
  890. It is initialized with either a canvas element or a `HTMLElement` for the container.
  891. The canvas element is used for rendering, and the options are used to configure the viewer.
  892. If the canvas element is not provided, a new canvas element is created and appended to the container.
  893. More options can be passed in the constructor to configure various built-in plugins and rendering features in the viewer.
  894. ### Constructor
  895. ```typescript
  896. import {ThreeViewer, CameraViewPlugin} from 'threepipe'
  897. // Create a viewer. All options except canvas/container are optional
  898. const viewer = new ThreeViewer({
  899. canvas: document.getElementById('mcanvas') as HTMLCanvasElement,
  900. // or a container like:
  901. // container: document.getElementById('mcontainer'),
  902. // container: document.body,
  903. // Set the render scale to render at device resolution and clamp to max 2.
  904. renderScale: 'auto',
  905. // or Set the render scale to render at device resolution
  906. // renderScale: window.devicePixelRatio,
  907. // modify the screen shader: See ScreenPass and ScreenPass.glsl for more details
  908. screenShader: `diffuseColor = diffuseColor * 2.0;`,
  909. // Add TonemapPlugin
  910. tonemap: true,
  911. // Use MSAA(anti-aliasing)
  912. msaa: false,
  913. // Use Uint8 RGBM HDR Render Pipeline. Provides better performance with post-processing. RenderManager Uses Half-float if set to false.
  914. rgbm: true,
  915. // Use rendered gbuffer as depth-prepass / z-prepass.
  916. zPrepass: false,
  917. // Options for AssetManager
  918. assetManager: {
  919. // Use a custom CacheStorage
  920. storage: caches.open('threepipe-assetmanager'),
  921. },
  922. // Use DropzonePlugin to add support for file drag and drop
  923. // Enable and set properties
  924. dropzone: {
  925. // Set allowed extensions
  926. allowedExtensions: ['png', 'glb', 'gltf'],
  927. // Automatically add downloaded assets
  928. autoAdd: true
  929. // autoImport: true,
  930. // domElement: document.body,
  931. // addOptions: { ... }
  932. // importOptions: { ... }
  933. },
  934. // By default its false
  935. // dropzone: false,
  936. // To Enable without options
  937. // dropzone: true
  938. // Add some plugins after viewer creation.
  939. plugins: [CameraViewPlugin, new CustomPlugin()],
  940. // Shorthand to load files immediately after viewer initialization
  941. load: {
  942. src: 'https://example.com/file.glb',
  943. environment: 'https://example.com/file.hdr',
  944. background: 'https://example.com/file.png',
  945. },
  946. onLoad: (viewer) => {
  947. // Called when all the files are loaded
  948. },
  949. })
  950. ```
  951. Check the interface [ThreeViewerOptions](https://threepipe.org/docs/interfaces/ThreeViewerOptions.html) for all the options.
  952. To dispose off the viewer and all its resources call [`viewer.dispose()`](https://threepipe.org/docs/classes/ThreeViewer.html#dispose) method.
  953. To dispose only the scene objects and not the complete viewer, use `viewer.scene.disposeSceneModels()`
  954. ### Plugin Functions
  955. ```typescript
  956. import {ThreeViewer, TonemapPlugin, DepthBufferPlugin, NormalBufferPlugin} from 'threepipe'
  957. const viewer = new ThreeViewer({...})
  958. // Add a plugin
  959. const plugin = viewer.addPluginSync(new TonemapPlugin())
  960. // plugins can be added with just the class also
  961. const plugin2 = viewer.addPluginSync(TonemapPlugin)
  962. // Add multiple plugins at once
  963. viewer.addPluginsSync([
  964. TonemapPlugin,
  965. new NormalBufferPlugin(),
  966. DepthBufferPlugin,
  967. // ...
  968. ])
  969. // Get a plugin
  970. const plugin3 = viewer.getPlugin(TonemapPlugin)
  971. // Get or add a plugin, when not sure if the plugin is already added
  972. const plugin4 = viewer.getOrAddPluginSync(TonemapPlugin)
  973. // Remove a plugin
  974. viewer.removePluginSync(TonemapPlugin)
  975. ```
  976. Note: all sync functions above have async counterparts like `addPlugin`, `getOrAddPlugin`,
  977. `removePlugin` that are used for async plugins.
  978. There are no async plugins built-in to threepipe yet.
  979. ### Import/Export Functions
  980. ```typescript
  981. import {ThreeViewer} from 'threepipe'
  982. const viewer = new ThreeViewer({...})
  983. // Load a 3d model
  984. const object = await viewer.load<IObject3D>('https://example.com/file.glb')
  985. // Load a material
  986. const material = await viewer.load<PhysicalMaterial>('https://example.com/file.pmat')
  987. // Load an image
  988. const texture = await viewer.load<ITexture>('https://example.com/file.png')
  989. // Import a model without adding to the scene
  990. const imported = await viewer.import('https://example.com/file.glb')
  991. // Export the complete scene with viewer configuraion
  992. const exportedScene = await viewer.exportScene({})
  993. // Export an object
  994. const exported = await viewer.export(object)
  995. // Export a material
  996. const exportedMaterial = await viewer.export(material)
  997. // Export a texture
  998. const exportedTexture = await viewer.export(texture)
  999. // Export viewer and plugins configurations
  1000. const exportedConfig = await viewer.export(viewer)
  1001. // Export plugin configuration
  1002. const exportedPlugin = await viewer.exportPlugin(viewer.getPlugin(PluginClass))
  1003. // Set Background Image
  1004. await viewer.setBackgroundMap('https://example.com/file.png')
  1005. // Set Environment Map
  1006. await viewer.setEnvironmentMap('https://example.com/file.hdr')
  1007. // Add an imported object or a created three.js object to the scene
  1008. viewer.addSceneObject(imported)
  1009. ```
  1010. [`viewer.load`](https://threepipe.org/docs/classes/ThreeViewer.html#load) - Loads a single asset by path or [IAsset](https://threepipe.org/docs/interfaces/IAsset.html) object, and adds to the scene if its 3d object or loads it if it's a configuration It is the same as [AssetManager.addAssetSingle](https://threepipe.org/docs/classes/AssetManager.html#addAssetSingle). Use [AssetManager.addAsset](https://threepipe.org/docs/classes/AssetManager.html#addAsset) to load multiple assets from the same path like in case of zip bundles.
  1011. [`viewer.import`](https://threepipe.org/docs/classes/ThreeViewer.html#import) - Load a single asset but does not add to the scene or load the configuration. It is the same as [AssetManager.importer.importSingle](https://threepipe.org/docs/classes/AssetImporter.html#importSingle). Use [AssetManager.importer.import](https://threepipe.org/docs/classes/AssetImporter.html#import) to import multiple assets from the same path like in case of zip bundles.
  1012. [`viewer.export`](https://threepipe.org/docs/classes/ThreeViewer.html#export) - Exports an object, material, texture, render target or plugin configuration and returns a Blob. It is similar to [AssetManager.exporter.exportObject](https://threepipe.org/docs/classes/AssetExporter.html#exportObject) but adds support for exporting plugin and self(viewer) configs.
  1013. [`viewer.exportScene`](https://threepipe.org/docs/classes/ThreeViewer.html#exportScene) - Exports the scene model root and all configurations into a bundled `glb` file and returns a blob.
  1014. [`viewer.exportPlugin`](https://threepipe.org/docs/classes/ThreeViewer.html#exportPlugin) - Exports a plugin configuration and returns a blob.
  1015. [`viewer.setBackgroundMap`](https://threepipe.org/docs/classes/ThreeViewer.html#setBackgroundMap) - Sets the background map to the given texture or url. Also sets it as environment map if `setEnvironment` is `true` in the options.
  1016. [`viewer.setEnvironmentMap`](https://threepipe.org/docs/classes/ThreeViewer.html#setEnvironmentMap) - Sets the environment map to the given texture or url. Also sets it as background if `setBackground` is `true` in the options.
  1017. [`viewer.addSceneObject`](https://threepipe.org/docs/classes/ThreeViewer.html#addSceneObject) - Adds an imported object or a created three.js object to the scene model root. If an imported scene model root is passed, it will be loaded with viewer configuration, unless `importConfig` is `false` in the options.
  1018. ### Frame/Rendering Events
  1019. ```typescript
  1020. import {ThreeViewer} from 'threepipe'
  1021. const viewer = new ThreeViewer({...})
  1022. // Add a callback to be called before every frame, irrespective of whether enything is being rendered that frame
  1023. viewer.addEventListener('preFrame', (ev)=>{
  1024. console.log(ev);
  1025. // change something
  1026. viewer.setDirty() // let the viewer know to re-render the scene from this frame
  1027. })
  1028. // Add a callback to be called after every frame, irrespective of whether enything was rendered that frame
  1029. viewer.addEventListener('postFrame', (ev)=>{
  1030. console.log(ev);
  1031. // change something
  1032. viewer.setDirty() // let the viewer know to re-render the scene from next frame
  1033. })
  1034. // Add a callback to be called before every render, only if something is being rendered that frame
  1035. viewer.addEventListener('preRender', (ev)=>{
  1036. // canvas is about to be rendered, or re-rendered for progressive rendering
  1037. console.log(ev, viewer.renderManager.frameCount);
  1038. })
  1039. // Add a callback to be called after every render, only if something was rendered that frame
  1040. viewer.addEventListener('postRender', (ev)=>{
  1041. // canvas is rendered, or re-rendered for progressive rendering
  1042. console.log(ev);
  1043. })
  1044. // Listen to viewer.setDirty() calls
  1045. viewer.addEventListener('update', (ev)=>{
  1046. // viewer.setDirty() was called by some plugin or code
  1047. console.log(ev);
  1048. })
  1049. // to remove an event listener, first keep a reference to the callback
  1050. const callback = (ev)=>{ return }
  1051. viewer.addEventListener('preFrame', callback)
  1052. // then remove it
  1053. viewer.removeEventListener('preFrame', callback)
  1054. // Add a callback to be called only once for an event
  1055. viewer.doOnce('postFrame', () => viewer.canvas.toDataURL('image/png'))
  1056. // Enable/disable rendering in the viewer
  1057. viewer.renderEnabled = false
  1058. // do something with the canvas or load assets
  1059. await viewer.load('https://example.com/file.glb')
  1060. await viewer.load('https://example.com/file1.glb')
  1061. await viewer.load('https://example.com/file2.glb')
  1062. viewer.renderEnabled = true // all the assets will be rendered together in the next frame
  1063. ```
  1064. Check the [IViewerEvent](https://threepipe.org/docs/interfaces/IViewerEvent.html) interface for all the event types.
  1065. [`viewer.addEventListener`](https://threepipe.org/docs/classes/ThreeViewer.html#addEventListener) - Adds a callback to be called on the given event. The callback is called with an [IViewerEvent](https://threepipe.org/docs/interfaces/IViewerEvent.html) object.
  1066. [`viewer.removeEventListener`](https://threepipe.org/docs/classes/ThreeViewer.html#removeEventListener) - Removes a callback from the given event.
  1067. [`viewer.doOnce`](https://threepipe.org/docs/classes/ThreeViewer.html#doOnce) - Adds a callback to be called only once for the given event. The listener will be added and automatically removed after the first call.
  1068. ### Utility Functions
  1069. ```typescript
  1070. import {ThreeViewer} from 'threepipe'
  1071. const viewer = new ThreeViewer({...})
  1072. // Set the final render size directly and fit in container based on mode.
  1073. viewer.setRenderSize({width: 800, height: 600}, 'cover')
  1074. // Set size of the canvas
  1075. viewer.setSize({width: 800, height: 600})
  1076. // Set the render scale
  1077. viewer.renderManager.renderScale = Math.min(window.devicePixelRatio, 2)
  1078. // Traverse scene objects
  1079. viewer.traverseSceneObjects((object) => {
  1080. console.log(object)
  1081. // do something with object
  1082. })
  1083. // If the size is set by css or manually by javascript use `resize` to update the viewer
  1084. viewer.resize()
  1085. // Trigger re-render with `setDirty` when something changes and viewer is not notified internally
  1086. viewer.setDirty()
  1087. // Get snapshot of the canvas as a blob
  1088. const blob = await viewer.getScreenshotBlob({mimeTye: 'image/png', quality: 90})
  1089. // Get snapshot of the canvas as a data url
  1090. const dataUrl = await viewer.getScreenshotDataUrl({mimeTye: 'image/jpeg', quality: 85})
  1091. // Dispose viewer and all resources
  1092. viewer.canvas.remove() // canvas needs to be removed separately from the DOM
  1093. viewer.dispose()
  1094. ```
  1095. [`viewer.setRenderSize`](https://threepipe.org/docs/classes/ThreeViewer.html#setRenderSize) - Sets the rendering resolution and fits the canvas in container based on the mode. The modes are `cover`, `contain`, `fill`, `scale-down` and `none`. The canvas size and render scale is calculated automatically to match the render render.
  1096. [`viewer.setSize`](https://threepipe.org/docs/classes/ThreeViewer.html#setSize) - Sets the size of the canvas and updates the renderer and the camera. If no width/height is passed, canvas is set to 100% of the container.
  1097. [`viewer.traverseSceneObjects`](https://threepipe.org/docs/classes/ThreeViewer.html#traverseSceneObjects) - Loop through all the objects in the scene model root hierarchy and calls the callback function with each object.
  1098. [`viewer.resize`](https://threepipe.org/docs/classes/ThreeViewer.html#resize) - Mark that the canvas is resized. If the size is changed, the renderer and all render targets are resized.
  1099. [`viewer.setDirty`](https://threepipe.org/docs/classes/ThreeViewer.html#setDirty) - Triggers re-render on next `requestAnimationFrame` call.
  1100. [`viewer.getScreenshotBlob`](https://threepipe.org/docs/classes/ThreeViewer.html#getScreenshotBlob) - Returns a blob of the canvas screenshot. The blob can be used to download the screenshot or upload to a server.
  1101. [`viewer.getScreenshotDataUrl`](https://threepipe.org/docs/classes/ThreeViewer.html#getScreenshotDataUrl) - Returns a data url of the canvas screenshot. The data url can be used to display the screenshot in an image element.
  1102. [`viewer.dispose`](https://threepipe.org/docs/classes/ThreeViewer.html#dispose) - Disposes the viewer and all its resources. Use this to dispose the viewer when it is no longer needed. Note: the canvas element is not removed from the DOM and needs to be removed separately.
  1103. ## RenderManager
  1104. Source Code: [src/viewer/ViewerRenderManager.ts](./src/viewer/ViewerRenderManager.ts), [src/rendering/RenderManager.ts](./src/rendering/RenderManager.ts), [src/rendering/RenderTargetManager.ts](./src/rendering/RenderTargetManager.ts)
  1105. API Reference: [ViewerRenderManager](https://threepipe.org/docs/classes/ViewerRenderManager.html), [RenderManager](https://threepipe.org/docs/classes/RenderManager.html), [RenderTargetManager](https://threepipe.org/docs/classes/RenderTargetManager.html)
  1106. It manages the rendering, composition/postprocessing of the scene and provides helpers for rendering and render target management.
  1107. ```typescript
  1108. const viewer = new ThreeViewer({...})
  1109. const renderManager = viewer.renderManager
  1110. // Get the effect composer
  1111. const composer = renderManager.composer
  1112. // Get the three.js webgl renderer
  1113. const renderer = renderManager.renderer
  1114. // Get the main Render Pass in the pipeline
  1115. const renderPass = renderManager.renderPass
  1116. // Get the main Screen Pass in the pipeline
  1117. const screenPass = renderManager.screenPass
  1118. // Set the render scale
  1119. renderManager.renderScale = Math.min(window.devicePixelRatio, 2)
  1120. // Register a custom composer pass
  1121. const customPass: IPipelinePass = new CustomPass()
  1122. renderManager.registerPass(customPass)
  1123. // Unregister a custom composer pass
  1124. renderManager.unregisterPass(customPass)
  1125. // The pipeline is automatically created and sorted based on dependencies in pipeline pass.
  1126. // To check the built pipeline
  1127. console.log(renderManager.pipeline)
  1128. // Set a custom render pipeline
  1129. renderManager.autoBuildPipeline = false
  1130. renderManager.pipeline = ['depth', 'render', 'screen']
  1131. // Check the total frames rendererd
  1132. console.log(renderManager.totalFrameCount)
  1133. // Get the current frame count in progressive rendering
  1134. console.log(renderManager.frameCount)
  1135. // Force reset shadows when some object is moved
  1136. renderManager.resetShadows()
  1137. // Render Target Management
  1138. // Get the main composer target
  1139. const composerTarget = renderManager.composerTarget
  1140. // clone the target to get a copy of the target with all the default options
  1141. const clonedTarget = composeTarget.clone()
  1142. // Create a render target, same size as the canvas. The target are automatically resized when the canvas is resized
  1143. const renderTarget = renderManager.createTarget({
  1144. sizeMultiplier: 1, // size multiplier from the canvas. 0.5 will be half width and height of the canvas
  1145. type: UnsignedByteType,
  1146. // ... // See CreateRenderTargetOptions for all options
  1147. })
  1148. // Create a render target of custom size
  1149. const renderTarget = renderManager.createTarget({
  1150. size: {
  1151. width: 1024,
  1152. height: 1024,
  1153. },
  1154. type: HalfFloatType,
  1155. // ...
  1156. })
  1157. // Dispose the render target
  1158. renderManager.disposeTarget(renderTarget)
  1159. // Create and release temporary targets for in-pass rendering.
  1160. const tempTarget = renderManager.getTempTarget({
  1161. sizeMultiplier: 0.5,
  1162. type: HalfFloatType,
  1163. // ...
  1164. })
  1165. // do something
  1166. renderManager.releaseTempTarget(tempTarget)
  1167. // Set how many temporary targets can remain in memory for a specific set of options
  1168. renderManager.maxTempPerKey = 10 // default = 5
  1169. // Copy/Blit a texture to the canvas or another render target with standard or a custom material
  1170. renderManager.blit(destination, {source: sourceTexture})
  1171. // Clear color of the canvas
  1172. renderManager.clearColor({r: 0, g: 0, b: 0, a: 1, depth: true, viewport: new Vector4(...)})
  1173. // Clear of a render target
  1174. renderManager.clearColor(renderTarget, {r: 0, g: 0, b: 0, a: 1, target: renderTarget})
  1175. // Export a render target to a blob. The type is automatically picked from exr to png based on the render target
  1176. const blob = renderManager.exportRenderTarget(renderTarget, 'auto')
  1177. // Export a render target to png/jpeg data url. This will clamp any floating point targets to fit in png/jpeg
  1178. const dataUrl = renderManager.renderTargetToDataUrl(renderTarget, 'image/png')
  1179. // Read render target pixels to array buffer. Returns Uint8Array|Uint16Array|Float32Array based on the render target type
  1180. const buffer = renderManager.renderTargetToBuffer(renderTarget)
  1181. ```
  1182. [`renderManager.composer`](https://threepipe.org/docs/classes/ViewerRenderManager.html#composer) - The three.js [EffectComposer](https://threejs.org/docs/#api/en/postprocessing/EffectComposer) used for rendering the pipeline.
  1183. [`renderManager.renderer`](https://threepipe.org/docs/classes/ViewerRenderManager.html#renderer) - The three.js [WebGLRenderer](https://threejs.org/docs/#api/en/renderers/WebGLRenderer) used for rendering
  1184. [`renderManager.context`](https://threepipe.org/docs/classes/ViewerRenderManager.html#context) - Access the WebGL rendering context for the canvas.
  1185. [`renderManager.renderPass`](https://threepipe.org/docs/classes/ViewerRenderManager.html#renderPass) - The main render pass used in the render pipeline. Instance of three.js [RenderPass](https://threejs.org/docs/#api/en/postprocessing/RenderPass) with extra features like z prepass, rgbm rendering, blurred transmission, msaa and other optimizations.
  1186. [`renderManager.screenPass`](https://threepipe.org/docs/classes/ViewerRenderManager.html#screenPass) - The main screen pass used in the render pipeline. Instance of three.js [ShaderPass](https://threejs.org/docs/#api/en/postprocessing/ShaderPass) with extra features like material extension, custom fragment, overriding read buffer, re-render to screen on change, etc
  1187. [`renderManager.renderScale`](https://threepipe.org/docs/classes/RenderManager.html#renderScale) - Sets the render scale. All targets are scaled by this factor. This is equivalent to calling `EffectComposer.setPixelRatio` and `WebGLRenderer.setPixelRatio` in three.js.
  1188. [`renderManager.resetShadows`](https://threepipe.org/docs/classes/RenderManager.html#resetShadows) - Resets all shadow maps in the scene. This is useful when some object is moved and the shadows need to be updated. This is automatically called when `scene.setDirty` or any `object.setDirty` is called, and during animation with plugins.
  1189. ### Rendering Pipeline
  1190. [`renderManager.registerPass`](https://threepipe.org/docs/classes/RenderManager.html#registerPass) - Registers a custom composer pass to the render pipeline. See [IPipelinePass](https://threepipe.org/docs/interfaces/IPipelinePass.html) interface.
  1191. [`renderManager.unregisterPass`](https://threepipe.org/docs/classes/RenderManager.html#unregisterPass) - Unregisters a custom composer pass from the render pipeline.
  1192. [`renderManager.pipeline`](https://threepipe.org/docs/classes/RenderManager.html#pipeline) - The render pipeline array. The array is automatically sorted based on dependencies in the pipeline passes.
  1193. [`renderManager.autoBuildPipeline`](https://threepipe.org/docs/classes/RenderManager.html#autoBuildPipeline) - If `true`, the pipeline is automatically created and sorted based on dependencies in pipeline pass. If `false`, the pipeline is built only once and is not changed after that. The default value is `true`.
  1194. [`renderManager.totalFrameCount`](https://threepipe.org/docs/classes/RenderManager.html#totalFrameCount) - The total frames rendered since the render manager was created.
  1195. [`renderManager.frameCount`](https://threepipe.org/docs/classes/RenderManager.html#frameCount) - The current frame count in progressive rendering. This is useful for progressive rendering effects like progressive shadows, gi, denoising, baking, anti-aliasing, and many other effects.
  1196. ### Render Targets management
  1197. [`renderManager.composerTarget`](https://threepipe.org/docs/classes/RenderManager.html#composerTarget), [`renderManager.composerTarget1`](https://threepipe.org/docs/classes/RenderManager.html#composerTarget1) - The main targets used in [EffectComposer2](https://threepipe.org/docs/classes/EffectComposer2)
  1198. [`renderManager.createTarget`](https://threepipe.org/docs/classes/RenderTargetManager.html#createTarget) - Creates a render target with the given options. The render target is automatically resized when the canvas is resized if `sizeMultiplier` is used. See [CreateRenderTargetOptions](https://threepipe.org/docs/interfaces/CreateRenderTargetOptions.html) for options
  1199. [`renderManager.disposeTarget`](https://threepipe.org/docs/classes/RenderTargetManager.html#disposeTarget) - Disposes a render target and removes it from the render target manager.
  1200. [`renderManager.getTempTarget`](https://threepipe.org/docs/classes/RenderTargetManager.html#getTempTarget) - Gets a temporary render target with the given options. The render target is automatically resized when the canvas is resized if `sizeMultiplier` is used. See [CreateRenderTargetOptions](https://threepipe.org/docs/interfaces/CreateRenderTargetOptions.html) for options
  1201. [`renderManager.releaseTempTarget`](https://threepipe.org/docs/classes/RenderTargetManager.html#releaseTempTarget) - Releases a temporary render target and adds it back to the render target manager.
  1202. [`renderManager.maxTempPerKey`](https://threepipe.org/docs/classes/RenderTargetManager.html#maxTempPerKey) - Sets how many temporary targets can remain in memory for a specific set of options. The default value is `5`.
  1203. ### Helpers
  1204. [`renderManager.blit`](https://threepipe.org/docs/classes/RenderManager.html#blit) - Blits a texture to the canvas or another render target with standard or a custom material. See [RendererBlitOptions](https://threepipe.org/docs/interfaces/RendererBlitOptions.html) for options.
  1205. [`renderManager.clearColor`](https://threepipe.org/docs/classes/RenderManager.html#clearColor) - Clears the color of the canvas or a render target.
  1206. [`renderManager.exportRenderTarget`](https://threepipe.org/docs/classes/RenderManager.html#exportRenderTarget) - Exports a render target to a blob. The type is automatically picked from exr to png based on the render target.
  1207. [`renderManager.renderTargetToDataUrl`](https://threepipe.org/docs/classes/RenderManager.html#renderTargetToDataUrl) - Exports a render target to png/jpeg data url string. This will clamp any floating point targets to fit in png/jpeg. See [RenderTargetToDataUrlOptions](https://threepipe.org/docs/interfaces/RenderTargetToDataUrlOptions.html) for options.
  1208. [`renderManager.renderTargetToBuffer`](https://threepipe.org/docs/classes/RenderManager.html#renderTargetToBuffer) - Reads render target pixels to a Uint8Array|Uint16Array|Float32Array array buffer.
  1209. ## RootScene
  1210. Source Code: [src/core/object/RootScene.ts](./src/core/object/RootScene.ts)
  1211. API Reference: [RootScene](https://threepipe.org/docs/classes/RootScene.html)
  1212. RootScene is the main scene that is rendered in the canvas.
  1213. It is an instance of three.js [Scene](https://threejs.org/docs/#api/en/scenes/Scene) with extra features including separation between model root and others,
  1214. backgroundColor, background map and background intensity,
  1215. environment map rotation and intensity, fixed env map direction patch, event bubbling in the scene hierarchy, scene config serialization, main camera management,
  1216. automatic active near far management based on scene bounds, disposing complete scene hierarchy, etc
  1217. ```typescript
  1218. const viewer = new ThreeViewer({...})
  1219. const scene = viewer.scene
  1220. // List oll loaded objects in the model root
  1221. console.log(scene.modelRoot.children)
  1222. // Set the background color
  1223. scene.setBackgroundColor('#ffffff')
  1224. // or
  1225. // scene.backgroundColor = new Color('#ffffff')
  1226. // or
  1227. // scene.backgroundColor.set('#ffffff')
  1228. // scene.onBackgroundChange() // this must be called when not using a setter or set function.
  1229. // Set a texture as background (or use viewer.setBackgroundMap). When both color and texture are set, they are multiplied
  1230. scene.background = customTexture
  1231. // Set the background same as the environment map
  1232. scene.background = 'environment' // background is automatically changed when the environment changes.
  1233. // or
  1234. // scene.background = scene.environment
  1235. // Set the background intensity
  1236. scene.backgroundIntensity = 2
  1237. // Set a texture as environment map (or use viewer.setEnvironmentMap)
  1238. scene.environment = customTexture
  1239. // Set the environment intensity
  1240. scene.envMapIntensity = 2
  1241. // Set the environment map rotation
  1242. scene.environment.rotation = Math.PI / 2
  1243. // Set Fixed env direction (rotate environment according the the camera)
  1244. scene.fixedEnvMapDirection = true
  1245. // Get the main camera used for rendering
  1246. const camera: PerspectiveCamera2 = scene.mainCamera
  1247. // Set camera props
  1248. camera.position.set(0, 0, 10)
  1249. camera.target.set(0, 0, 0)
  1250. camera.setDirty() // this needs to be called to notify the viewer to re-render the scene
  1251. // Traverse the model root hierarchy (or just use viewer.traverseSceneObjects)
  1252. scene.modelRoot.traverse((object) => {
  1253. console.log(object)
  1254. // do something with object
  1255. })
  1256. // Access the default camera (same as mainCamera if not changed explicitly)
  1257. const defaultCamera: ICamera = scene.defaultCamera
  1258. // Dispose all assets in the modelRoot
  1259. scene.disposeSceneModels()
  1260. // Remove all objects from the modelRoot
  1261. scene.clearSceneModels()
  1262. // Dispose the scene and all its resources and children
  1263. scene.dispose()
  1264. // Get bounds of the scene model root
  1265. const bounds = scene.getBounds(true, true) // true for precise bounds and ignore invisible
  1266. // Add an object to the scene or its model root depending on the options (or just use viewer.addSceneObject)
  1267. scene.addObject(object, {addToRoot: false}) // adds to the scene directly when addToRoot is true
  1268. // Load an imported model root from the asset importer
  1269. scene.loadModelRoot(object)
  1270. // notify that something has changed in the scene for re-render
  1271. scene.setDirty()
  1272. // notify that some object has changed in the scene for scene refresh(like shadow refresh, ground etc) and re-render
  1273. scene.refreshScene()
  1274. // or
  1275. scene.setDirty({refreshScene: true})
  1276. // set geometryChanged: false to prevent shadow recompute
  1277. scene.refreshScene({geometryChanged: false})
  1278. // refresh active near far. (in most cases this is done automatically and need not be called)
  1279. scene.refreshActiveNearFar()
  1280. ```
  1281. [`scene.modelRoot`](https://threepipe.org/docs/classes/RootScene.html#modelRoot) - The root object. All the objects loaded in the viewer are added to this object. And this is exported when exporting the gltf. Everything else like meta or UI objects can be added outside this.
  1282. [`scene.backgroundColor`](https://threepipe.org/docs/classes/RootScene.html#backgroundColor) - The background color of the scene. Can be a `Color | null`. This is not the same as `scene.background`. When both backgroundColor and background are set, they are multiplied.
  1283. [`scene.background`](https://threepipe.org/docs/classes/RootScene.html#background) - The background of the scene. This is the same as `scene.background` in three.js. This can be a texture or a color or null, but it's preferred to use `scene.backgroundColor` for color, and this for texture, then both can be used together.
  1284. [`scene.setBackgroundColor`](https://threepipe.org/docs/classes/RootScene.html#setBackgroundColor) - Set the background color from a string, number or color. Same as setting `backgroundColor` to a new color value.
  1285. [`scene.backgroundIntensity`](https://threepipe.org/docs/classes/RootScene.html#backgroundIntensity) - The background intensity of the scene. This is the same as `scene.backgroundIntensity` in three.js.
  1286. [`scene.environment`](https://threepipe.org/docs/classes/RootScene.html#environment) - The environment map of the scene. This is the same as `scene.environment` in three.js.
  1287. `scene.environment.rotation` - The rotation of the environment map around the y-axis.
  1288. [`scene.envMapIntensity`](https://threepipe.org/docs/classes/RootScene.html#envMapIntensity) - The environment intensity of the scene.
  1289. [`scene.fixedEnvMapDirection`](https://threepipe.org/docs/classes/RootScene.html#fixedEnvMapDirection) - If `true`, the environment map is rotated according to the camera. This is the same as `scene.fixedEnvMapDirection` in three.js.
  1290. [`scene.mainCamera`](https://threepipe.org/docs/classes/RootScene.html#mainCamera) - The main camera used for rendering. This is the same as `scene.mainCamera` in three.js.
  1291. [`scene.defaultCamera`](https://threepipe.org/docs/classes/RootScene.html#defaultCamera) - The default camera used for rendering. This is the same as `scene.defaultCamera` in three.js.
  1292. [`scene.disposeSceneModels`](https://threepipe.org/docs/classes/RootScene.html#disposeSceneModels) - Disposes all assets in the modelRoot.
  1293. [`scene.clearSceneModels`](https://threepipe.org/docs/classes/RootScene.html#clearSceneModels) - Removes all objects from the modelRoot.
  1294. [`scene.dispose`](https://threepipe.org/docs/classes/RootScene.html#dispose) - Disposes the scene and all its resources and children.
  1295. [`scene.getBounds`](https://threepipe.org/docs/classes/RootScene.html#getBounds) - Gets the bounds of the scene model root. Returns an instance of three.js [Box3](https://threejs.org/docs/#api/en/math/Box3) with min and max bounds according to parameters.
  1296. [`scene.addObject`](https://threepipe.org/docs/classes/RootScene.html#addObject) - Adds an object to the scene or its model root depending on the options. If `addToRoot` is `true`, the object is added to the model root, else it is added to the scene directly.
  1297. [`scene.setDirty`](https://threepipe.org/docs/classes/RootScene.html#setDirty) - Notifies that something has changed in the scene for re-render.
  1298. [`scene.refreshScene`](https://threepipe.org/docs/classes/RootScene.html#refreshScene) - Notifies that some object has changed in the scene for scene refresh(like shadow refresh, ground etc) and re-render. Slower than `setDirty`, as it refreshes shadows, updates bounds, etc.
  1299. [`scene.refreshActiveNearFar`](https://threepipe.org/docs/classes/RootScene.html#refreshActiveNearFar) - Refreshes active near far. (in most cases this is done automatically and need not be called)
  1300. [`scene.loadModelRoot`](https://threepipe.org/docs/classes/RootScene.html#loadModelRoot) - Loads an imported model root from the asset importer. This is used internally and in most cases, you don't need to call this.
  1301. ### Scene Events
  1302. RootScene dispatches many events that are useful when writing app logic or plugins
  1303. `'sceneUpdate'` - Listen to `refreshScene` called in RootScene. When some object changes.
  1304. `'addSceneObject'` - When a new object is added to the scene
  1305. `'mainCameraChange'` - When the main camera is changed to some other camera.
  1306. `'mainCameraUpdate'` - When some properties in the current main camera has changed.
  1307. `'environmentChanged'` - When the environment map changes
  1308. `'backgroundChanged'` - When the background map or color changes
  1309. `'materialUpdate`' - When a material in the scene has updated. (setDirty called on the material)
  1310. `'objectUpdate`' - When a object in the scene has updated. (setDirty called on the object)
  1311. `'textureUpdate`' - When a texture in the scene has updated. (setDirty called on the texture)
  1312. `'cameraUpdate`' - When a camera in the scene has updated.
  1313. (setDirty called on the camera)
  1314. `'geometryUpdate`' - When a geometry in the scene has updated.
  1315. (setDirty called on the geometry)
  1316. `'geometryChanged`' - When a geometry is changed on any mesh
  1317. `'materialChanged'` - When a material is changed on any mesh
  1318. Check [IObject3DEventTypes](https://threepipe.org/docs/interfaces/IObject3DEventTypes.html) and[ISceneEventTypes](https://threepipe.org/docs/interfaces/ISceneEventTypes.html) for more information.
  1319. ## ICamera
  1320. Source Code: [src/core/camera/PerspectiveCamera2.ts](./src/core/camera/PerspectiveCamera2.ts), [src/core/ICamera.ts](./src/core/ICamera.ts)
  1321. API Reference: [PerspectiveCamera2](https://threepipe.org/docs/classes/PerspectiveCamera2.html), [ICamera](https://threepipe.org/docs/interfaces/ICamera.html)
  1322. ICamera is an interface for a camera that extends the three.js [Camera](https://threejs.org/docs/#api/en/cameras/Camera).
  1323. PerspectiveCamera2 implements the interface,
  1324. extending from three.js [PerspectiveCamera](https://threejs.org/docs/#api/en/cameras/PerspectiveCamera) with extra features like target, automatic aspect management, automatic near far management(from RootScene), camera control attachment and hooks(like OrbitControls) and the ability to set as the main camera in the root scene.
  1325. ```typescript
  1326. import {OrbitControls3} from './OrbitControls3'
  1327. const viewer = new ThreeViewer({...})
  1328. const camera: PerspectiveCamera2 = viewer.scene.mainCamera
  1329. // Set the camera position
  1330. camera.position.set(0, 0, 10)
  1331. // Set the camera target (where the camera looks at)
  1332. camera.target.set(0, 0, 0)
  1333. // Set the camera fov
  1334. camera.fov = 45
  1335. // Set the camera aspect ratio
  1336. camera.autoAspect = false // disable automatic aspect management based on the canvas size
  1337. camera.aspect = 1
  1338. // Set camera near far bounds.
  1339. // Near, Far plane will be calculated automatically within these limits
  1340. // Try changing these values when encountering z-fighting issues or far-plane clipping
  1341. camera.minNearPlane = 0.5 // min near plane
  1342. camera.maxFarPlane = 10 // max far plane
  1343. // Set a custom camera near far
  1344. camera.autoNearFar = false // disable automatic near far management based on the scene bounds
  1345. camera.minNearPlane = 0.1 // near plane
  1346. camera.maxFarPlane = 1000 // far plane
  1347. // this needs to be called to notify the viewer to re-render the scene
  1348. // in most cases this is done internally. But calling this does not have much impact
  1349. camera.setDirty()
  1350. // Check if user can interact with the camera. Also checks if its the main camera.
  1351. console.log(camera.canUserInteract)
  1352. // Get the camera controls (orbit controls for the default camera)
  1353. const controls: OrbitControls3 = camera.controls
  1354. // Disable controls
  1355. controls.enabled = false
  1356. // Change the controls mode
  1357. camera.controlsMode = 'none' // this will remove the current controls.
  1358. // Register a custom camera controls
  1359. camera.setControlsCtor('customOrbit', (camera, domElement) => new CustomOrbitControls(camera, domElement))
  1360. // Set the camera controls
  1361. camera.controlsMode = 'customOrbit' // this will initialize the controls with the customOrbit constructor and set it on the camera
  1362. // Disable interactions to the camera. (eg when animating)
  1363. camera.setInteractions(false, 'animation')
  1364. // Enable interactions back
  1365. camera.setInteractions(true, 'animation') // this will enable interactions when all the keys have been set to true(which were set to false earlier)
  1366. // Force refresh aspect ratio (this is done automatically with a ResizeObserver on the canvas in the viewer)
  1367. camera.refreshAspect()
  1368. // Set the camera as the main camera
  1369. camera.activateMain()
  1370. // Deactivate the camera as the main camera
  1371. camera.deactivateMain()
  1372. ```
  1373. [`camera.target`](https://threepipe.org/docs/classes/PerspectiveCamera2.html#target) - The target of the camera. This is the same as `controls.target` in three.js. The target is always in world-space coordinates, as opposed to position, rotation, and scale which are always relative to their parent.
  1374. [`camera.autoAspect`](https://threepipe.org/docs/classes/PerspectiveCamera2.html#autoAspect) - If `true`, the aspect ratio is automatically calculated based on the canvas size.
  1375. [`camera.aspect`](https://threepipe.org/docs/classes/PerspectiveCamera2.html#aspect) - The aspect ratio of the camera. This is the same as `camera.aspect` in three.js. This is only used when `camera.autoAspect` is `false`.
  1376. [`camera.minNearPlane`](https://threepipe.org/docs/classes/PerspectiveCamera2.html#minNearPlane) - The minimum near plane of the camera. This is the same as `camera.near` in three.js when `camera.autoNearFar` is `false`, otherwise it is the minimum near plane distance from the camera allowed when computing automatically
  1377. [`camera.maxFarPlane`](https://threepipe.org/docs/classes/PerspectiveCamera2.html#maxFarPlane) - The maximum far plane of the camera. This is the same as `camera.far` in three.js when `camera.autoNearFar` is `false`, otherwise it is the maximum far plane distance from the camera allowed when computing automatically
  1378. [`camera.autoNearFar`](https://threepipe.org/docs/classes/PerspectiveCamera2.html#autoNearFar) - If `true` (default), the near and far planes are automatically calculated based on the scene bounds.
  1379. [`camera.setDirty`](https://threepipe.org/docs/classes/PerspectiveCamera2.html#setDirty) - Notifies that something has changed in the camera for re-render.
  1380. [`camera.canUserInteract`](https://threepipe.org/docs/classes/PerspectiveCamera2.html#canUserInteract) - Checks if user can interact with the camera. Also checks if it's the main camera.
  1381. [`camera.controls`](https://threepipe.org/docs/classes/PerspectiveCamera2.html#controls) - Get the current camera controls set on the camera. This can be changed by changing `controlsMode`
  1382. [`camera.controlsMode`](https://threepipe.org/docs/classes/PerspectiveCamera2.html#controlsMode) - Get or set the current controls that are attached to the camera. More modes can be registered with `setControlsCtor`. Default for the default camera is `orbit` and `none` for any new cameras.
  1383. [`camera.setControlsCtor`](https://threepipe.org/docs/classes/PerspectiveCamera2.html#setControlsCtor) - Register a custom camera controls constructor. The controls can be set by setting `controlsMode` to the key/name of the controls.
  1384. [`camera.setInteractions`](https://threepipe.org/docs/classes/PerspectiveCamera2.html#setInteractions) - If `true`, the camera can be interacted with. This is useful when animating the camera or using the window scroll or programmatically automating the viewer. Using this multiple plugins can disable interactions and it will be enabled again when all of them enable it back.
  1385. [`camera.refreshAspect`](https://threepipe.org/docs/classes/PerspectiveCamera2.html#refreshAspect) - Force refresh aspect ratio (this is done automatically with a ResizeObserver on the canvas in the viewer or when `viewer.resize()` is called)
  1386. [`camera.activateMain`](https://threepipe.org/docs/classes/PerspectiveCamera2.html#activateMain) - Set the camera as the main camera. This is the same as doing `scene.mainCamera = camera`. The camera needs to be in the scene hierarchy for this to work.
  1387. [`camera.deactivateMain`](https://threepipe.org/docs/classes/PerspectiveCamera2.html#deactivateMain) - Deactivate the camera as the main camera.
  1388. See also [CameraViewPlugin](#cameraviewplugin) for camera focus animation.
  1389. Note: The constructor signature of `PerspectiveCamera2` is different `PerspectiveCamera`(from three.js), since it requires the canvas and the controlsMode during creation.
  1390. Because of this `PerspectiveCamera0` is provided with the same signature as `PerspectiveCamera` for compatibility, in case the controls functionality is not required.
  1391. ## AssetManager
  1392. Source Code: [src/assetmanager/AssetManager.ts](./src/assetmanager/AssetManager.ts)
  1393. API Reference: [AssetManager](https://threepipe.org/docs/classes/AssetManager.html)
  1394. `AssetManager` is a class that manages the loading and exporting of assets and provides helpers for caching assets. It is used internally in the viewer and can be used to load assets outside the viewer. It provides a modular framework for adding more asset loaders and exporters.
  1395. ```typescript
  1396. const viewer = new ThreeViewer({...})
  1397. const assetManager = viewer.assetManager
  1398. // Add an asset or an asset bundle
  1399. const assets = await assetManager.addAsset('https://example.com/model.zip')
  1400. // or
  1401. const assets = await assetManager.addAsset({
  1402. path: 'https://example.com/model.zip',
  1403. file: blob,
  1404. })
  1405. // Get the storage used in the asset manager for caching
  1406. const storage: Cache | Storage = assetManager.storage
  1407. // Get the importer. Provides low level functions to import assets
  1408. const importer = assetManager.importer
  1409. // import a file by asset or url
  1410. const file = await importer.import('https://example.com/model.gltf')
  1411. // Import a Map<string, File> from drag drop
  1412. const res = await importer.importFiles(mapOfFiles, {})
  1413. // Register a custom path that maps to a File object. Useful when some file types have path references to other files.
  1414. importer.registerFile('/myFile.png', file) // this returns the three.js loader for that kind of file.
  1415. // Unregister the path
  1416. importer.unregisterFile('/myFile.png')
  1417. // Unregister all files and clear the loader cache(memory, not storage)
  1418. importer.clearCache()
  1419. // Add custom importers (check extra load plugins for more examples)
  1420. importer.addImporter(new Importer(class extends PLYLoader implements ILoader {
  1421. transform(res: BufferGeometry, _: AnyOptions): Mesh | undefined {
  1422. return res ? new Mesh(res, new PhysicalMaterial({color: new Color(1, 1, 1)})) : undefined
  1423. }
  1424. }, ['ply'], ['text/plain+ply'], false))
  1425. // Get the exporter. Provides low level functions to export assets
  1426. const exporter = assetManager.exporter
  1427. // Export any IObject3D, IMaterial, ITexture, IRenderTarget
  1428. const exported = exporter.exportObject(obj, options)
  1429. // Add a custom exporter
  1430. exporter.addExporter({
  1431. ext: ['gltf', 'glb'], // file extensions
  1432. extensions: [], // extensions for the exporter
  1433. ctor: (assetExporter, iexporter) => {
  1434. return new GLTFExporter2()
  1435. }
  1436. })
  1437. // Material Manager
  1438. const materialManager = assetManager.materialManager
  1439. // Create a material of type
  1440. const mat = materialManager.create('physical')
  1441. const mat2 = materialManager.create('unlit')
  1442. // find or create a material by uuid
  1443. const mat = materialManager.findOrCreate('00000000-0000-0000-0000-000000000000', {color: '#ffffff'})
  1444. // find a material creation template
  1445. const template = materialManager.findTemplate('physical')
  1446. // Get all materials
  1447. const materials = materialManager.getAllMaterials()
  1448. // Get all materials of type
  1449. const materials = materialManager.getMaterialsOfType(PhysicalMaterial.TypeSlug)
  1450. // register a custom material to the manager for tracking and extensions
  1451. // Note all materials created in threepipe internally are registered automatically on creation or when added to any scene object.
  1452. materialManager.registerMaterial(customMat)
  1453. // unregister
  1454. materialManager.unregisterMaterial(customMat)
  1455. // clear all material references
  1456. materialManager.clearMaterials()
  1457. // Register a custom material template
  1458. materialManager.registerTemplate({
  1459. generator: (params: any) => new PhysicalMaterial(params),
  1460. name: 'custom',
  1461. materialType: PhysicalMaterial.TYPE,
  1462. params: {
  1463. color: '#ffffff',
  1464. roughness: 0.5,
  1465. metalness: 0.5,
  1466. },
  1467. })
  1468. const mat3 = materialManager.create('custom')
  1469. // convert a standard three.js material to threepipe material
  1470. const mat4 = materialManager.convertToIMaterial(new ShadowMaterial(), {materialTemplate: 'test'})
  1471. // register a custom material extension for all materials in the viewer
  1472. materialManager.registerMaterialExtension(customExtension)
  1473. // unregister
  1474. materialManager.unregisterMaterialExtension(customExtension)
  1475. // remove all extensions
  1476. materialManager.clearExtensions()
  1477. // Apply a material properties to other material(s) in the scene by name or uuid
  1478. materialManager.applyMaterial(goldMaterial, 'METAL') // this will copy the properties from goldMaterial to all the materials(or objects) in the viewer with the name METAL.
  1479. // export a material as JSON. Note: use AssetExporter instead to export all the embedded assets and properties properly.
  1480. const blob = materialManager.exportMaterial(mat)
  1481. // dispose manager and all materials.
  1482. materialManager.dispose()
  1483. ```
  1484. [`assetManager.addAsset`](https://threepipe.org/docs/classes/AssetManager.html#addAsset) - Add an asset or an asset bundle. Returns a promise that resolves to an array of asset objects. An asset can contain multiple objects, hence an array is returned. Use shorthand `viewer.load(path)` to load a single asset from a single file.
  1485. [`assetManager.storage`](https://threepipe.org/docs/classes/AssetManager.html#storage) - Get the storage used in the asset manager for caching. This is the storage that can be passed in the `ThreeViewer` contructor options.
  1486. [`assetManager.importer`](https://threepipe.org/docs/classes/AssetManager.html#importer) - Get the importer. Provides low-level functions to import assets. This is an instance of [AssetImporter](https://threepipe.org/docs/classes/AssetImporter.html).
  1487. [`assetManager.exporter`](https://threepipe.org/docs/classes/AssetManager.html#exporter) - Get the exporter. Provides low-level functions to export assets. This is an instance of [AssetExporter](https://threepipe.org/docs/classes/AssetExporter.html).
  1488. ### AssetImporter
  1489. [`importer.import`](https://threepipe.org/docs/classes/AssetImporter.html#import) - Import a file by asset or url. Returns a promise that resolves to a [File](https://threepipe.org/docs/classes/File.html) object.
  1490. [`importer.importFiles`](https://threepipe.org/docs/classes/AssetImporter.html#importFiles) - Import a Map<string, File> from drag and drop. Returns a promise that resolves to a Map<string, any[]> of imported object arrays.
  1491. [`importer.registerFile`](https://threepipe.org/docs/classes/AssetImporter.html#registerFile) - Register a custom path that maps to a File object. Useful when some file types have path references to other files. Like when importing a .zip with a .gltf file that references a .bin file, or when loading remote files from custom local cache implementation.
  1492. [`importer.unregisterFile`](https://threepipe.org/docs/classes/AssetImporter.html#unregisterFile) - Unregister the path.
  1493. [`importer.clearCache`](https://threepipe.org/docs/classes/AssetImporter.html#clearCache) - Unregister all the registered files and clear the loader cache(memory cache, not cache-storage).
  1494. [`importer.addImporter`](https://threepipe.org/docs/classes/AssetImporter.html#addImporter) - Add custom importers (check extra load plugins for more examples). This allows to pass a class to a ILoader, that is used to import assets. Loaders are only created when a file is being loaded of that type. And they remain in the loader cache until `clearCache` or `clearLoaderCache` is called.
  1495. ### AssetExporter
  1496. [`exporter.exportObject`](https://threepipe.org/docs/classes/AssetExporter.html#exportObject) - Export any IObject3D, IMaterial, ITexture, IRenderTarget. Returns a promise that resolves to an exported object. Use `viewer.export` or `AssetExporterPlugin`, which provide more features and shortcuts to export viewer, scene and plugins as well.
  1497. [`exporter.addExporter`](https://threepipe.org/docs/classes/AssetExporter.html#addExporter) - Add a custom exporter for a custom file type.
  1498. ### MaterialManager
  1499. [`materialManager.create`](https://threepipe.org/docs/classes/MaterialManager.html#create) - Create a new material of a given type and with passed properties. Returns an implementation of [IMaterial](https://threepipe.org/docs/interfaces/IMaterial.html).
  1500. [`materialManager.findOrCreate`](https://threepipe.org/docs/classes/MaterialManager.html#findOrCreate) - Find or create a material by uuid. Returns an instance of [IMaterial](https://threepipe.org/docs/interfaces/IMaterial.html). If a material with the uuid exists, it is returned, else a new material is created with the passed properties.
  1501. [`materialManager.findTemplate`](https://threepipe.org/docs/classes/MaterialManager.html#findTemplate) - Find a material creation template. Returns an instance of [IMaterialTemplate](https://threepipe.org/docs/interfaces/IMaterialTemplate.html). Material templates are used to create materials of a given type with default properties.
  1502. [`materialManager.getAllMaterials`](https://threepipe.org/docs/classes/MaterialManager.html#getAllMaterials) - Get all materials registered with the manager.
  1503. [`materialManager.getMaterialsOfType`](https://threepipe.org/docs/classes/MaterialManager.html#getMaterialsOfType) - Get all materials of a specific type. Pass in the typeslug from the class like `pmat` or `dmat` to identify the material.
  1504. [`materialManager.registerMaterial`](https://threepipe.org/docs/classes/MaterialManager.html#registerMaterial) - Register a new material to the manager for tracking and extensions. Note: all materials created in threepipe internally or any that are set to any object in the scene are registered automatically on creation or when used
  1505. [`materialManager.unregisterMaterial`](https://threepipe.org/docs/classes/MaterialManager.html#unregisterMaterial) - Unregister a material from the manager.
  1506. [`materialManager.clearMaterials`](https://threepipe.org/docs/classes/MaterialManager.html#clearMaterials) - Clear all registered material references.
  1507. [`materialManager.registerTemplate`](https://threepipe.org/docs/classes/MaterialManager.html#registerTemplate) - Register a custom material template. Requires an instance of [IMaterialTemplate](https://threepipe.org/docs/interfaces/IMaterialTemplate.html). Material templates are used to create materials of a given type with default properties.
  1508. [`materialManager.convertToIMaterial`](https://threepipe.org/docs/classes/MaterialManager.html#convertToIMaterial) - Convert/upgrade a standard three.js material to threepipe material, by making it conform to [IMaterial](https://threepipe.org/docs/interfaces/IMaterial.html).
  1509. [`materialManager.registerMaterialExtension`](https://threepipe.org/docs/classes/MaterialManager.html#registerMaterialExtension) - Register a custom material extension for all materials in the viewer. Requires an instance of [IMaterialExtension](https://threepipe.org/docs/interfaces/IMaterialExtension.html). Material extensions are used to add custom properties, methods, uniforms, defines, shader patches etc to predefined materials. The extensions are added to the material when the mateiral or extension is registered to the manager.
  1510. [`materialManager.unregisterMaterialExtension`](https://threepipe.org/docs/classes/MaterialManager.html#unregisterMaterialExtension) - Unregister a material extension from the manager.
  1511. [`materialManager.clearExtensions`](https://threepipe.org/docs/classes/MaterialManager.html#clearExtensions) - Remove all material extensions from the manager.
  1512. [`materialManager.applyMaterial`](https://threepipe.org/docs/classes/MaterialManager.html#applyMaterial) - Apply a material properties to other material(s) in the scene by name or uuid. This is useful when you want to change the properties of all materials with a given name or uuid. This can also be a regex, in that case a regex.match will be performed on the material/object name.
  1513. [`materialManager.exportMaterial`](https://threepipe.org/docs/classes/MaterialManager.html#exportMaterial) - Export a material as JSON. Note: use `viewer.export` or `AssetExporter` instead to export all the embedded assets properly.
  1514. [`materialManager.dispose`](https://threepipe.org/docs/classes/MaterialManager.html#dispose) - Dispose manager and all materials.
  1515. ## Other classes and interfaces
  1516. Threepipe provides various interfaces and classes for for three.js objects with upgraded features like UI events, serialization, etc.
  1517. These can be used while developing new apps to get better developer experience and features.
  1518. When standard three.js instances are added to the scene, they are automatically upgraded automatically at runtime to make them work with the rest of the framework.
  1519. Some important interfaces:
  1520. * [IObject3D](https://threepipe.org/docs/interfaces/IObject3D.html) - Interface for an extended version of three.js [Object3D](https://threejs.org/docs/#api/en/core/Object3D).
  1521. * [ILight](https://threepipe.org/docs/interfaces/ILight.html) - Interface for an extended version of three.js [Light](https://threejs.org/docs/#api/en/lights/Light).
  1522. * [ICamera](https://threepipe.org/docs/interfaces/ICamera.html) - Interface for an extended version of three.js [Camera](https://threejs.org/docs/#api/en/cameras/Camera).
  1523. * [IMaterial](https://threepipe.org/docs/interfaces/IMaterial.html) - Interface for an extended version of three.js [Material](https://threejs.org/docs/#api/en/materials/Material).
  1524. * [ITexture](https://threepipe.org/docs/interfaces/ITexture.html) - Interface for an extended version of three.js [Texture](https://threejs.org/docs/#api/en/textures/Texture).
  1525. * [IRenderTarget](https://threepipe.org/docs/interfaces/IRenderTarget.html) - Interface for an extended version of three.js [WebGLRenderTarget](https://threejs.org/docs/#api/en/renderers/WebGLRenderTarget).
  1526. * [IGeometry](https://threepipe.org/docs/interfaces/IGeometry.html) - Interface for an extended version of three.js [BufferGeometry](https://threejs.org/docs/#api/en/core/BufferGeometry).
  1527. * [IScene](https://threepipe.org/docs/interfaces/IScene.html) - Interface for an extended version of three.js [Scene](https://threejs.org/docs/#api/en/scenes/Scene).
  1528. * [IRenderManager](https://threepipe.org/docs/interfaces/IRenderManager.html) - Interface for rendering and render target manager.
  1529. Some important classes
  1530. * [Mesh2](https://threepipe.org/docs/classes/Mesh2.html) - Extends three.js [Mesh](https://threejs.org/docs/#api/en/objects/Mesh) and implements [IObject3D](https://threepipe.org/docs/interfaces/IObject3D.html).
  1531. * [PerspectiveCamera2](https://threepipe.org/docs/classes/PerspectiveCamera2.html) - Extends three.js [PerspectiveCamera](https://threejs.org/docs/#api/en/cameras/PerspectiveCamera) and implements [ICamera](https://threepipe.org/docs/interfaces/ICamera.html). (different constructor than PerspectiveCamera)
  1532. * [PerspectiveCamera0](https://threepipe.org/docs/classes/PerspectiveCamera0.html) - Extends three.js [PerspectiveCamera](https://threejs.org/docs/#api/en/cameras/PerspectiveCamera) and implements [ICamera](https://threepipe.org/docs/interfaces/ICamera.html). (same constructor than PerspectiveCamera)
  1533. * [BufferGeometry2](https://threepipe.org/docs/classes/BufferGeometry2.html) - Extends three.js [BufferGeometry](https://threejs.org/docs/#api/en/core/BufferGeometry) and implements [IGeometry](https://threepipe.org/docs/interfaces/IGeometry.html).
  1534. * [RootScene](https://threepipe.org/docs/classes/RootScene.html) - Extends three.js [Scene](https://threejs.org/docs/#api/en/scenes/Scene) and implements [IScene](https://threepipe.org/docs/interfaces/IScene.html).
  1535. * [RenderManager](https://threepipe.org/docs/classes/RenderManager.html) - Implements [IRenderManager](https://threepipe.org/docs/interfaces/IRenderManager.html).
  1536. * [PhysicalMaterial](https://threepipe.org/docs/classes/PhysicalMaterial.html) - Extends three.js [MeshPhysicalMaterial](https://threejs.org/docs/#api/en/materials/MeshPhysicalMaterial) and implements [IMaterial](https://threepipe.org/docs/interfaces/IMaterial.html).
  1537. * [UnlitMaterial](https://threepipe.org/docs/classes/UnlitMaterial.html) - Extends three.js [MeshBasicMaterial](https://threejs.org/docs/#api/en/materials/MeshBasicMaterial) and implements [IMaterial](https://threepipe.org/docs/interfaces/IMaterial.html).
  1538. * [LineMaterial2](https://threepipe.org/docs/classes/LineMaterial2.html) - Extends three.js [LineMaterial](https://threejs.org/docs/#api/en/materials/LineMaterial) and implements [IMaterial](https://threepipe.org/docs/interfaces/IMaterial.html).
  1539. * [UnlitLineMaterial](https://threepipe.org/docs/classes/UnlitLineMaterial.html) - Extends three.js [LineBasicMaterial](https://threejs.org/docs/#api/en/materials/LineBasicMaterial) and implements [IMaterial](https://threepipe.org/docs/interfaces/IMaterial.html).
  1540. * [DirectionalLight2](https://threepipe.org/docs/classes/DirectionalLight2.html) - Extends three.js [DirectionalLight](https://threejs.org/docs/#api/en/lights/DirectionalLight) and implements [ILight](https://threepipe.org/docs/interfaces/ILight.html).
  1541. * [SpotLight2](https://threepipe.org/docs/classes/SpotLight2.html) - Extends three.js [SpotLight](https://threejs.org/docs/#api/en/lights/SpotLight) and implements [ILight](https://threepipe.org/docs/interfaces/ILight.html).
  1542. * [PointLight2](https://threepipe.org/docs/classes/PointLight2.html) - Extends three.js [PointLight](https://threejs.org/docs/#api/en/lights/PointLight) and implements [ILight](https://threepipe.org/docs/interfaces/ILight.html).
  1543. * [HemisphereLight2](https://threepipe.org/docs/classes/HemisphereLight2.html) - Extends three.js [HemisphereLight](https://threejs.org/docs/#api/en/lights/HemisphereLight) and implements [ILight](https://threepipe.org/docs/interfaces/ILight.html).
  1544. * [AmbientLight2](https://threepipe.org/docs/classes/AmbientLight2.html) - Extends three.js [AmbientLight](https://threejs.org/docs/#api/en/lights/AmbientLight) and implements [ILight](https://threepipe.org/docs/interfaces/ILight.html).
  1545. * [RectAreaLight2](https://threepipe.org/docs/classes/RectAreaLight2.html) - Extends three.js [RectAreaLight](https://threejs.org/docs/#api/en/lights/RectAreaLight) and implements [ILight](https://threepipe.org/docs/interfaces/ILight.html).
  1546. # Threepipe Plugins
  1547. ThreePipe has a simple plugin system that allows you to easily add new features to the viewer. Plugins can be added to the viewer using the `addPlugin` and `addPluginSync` methods. The plugin system is designed to be modular and extensible. Plugins can be added to the viewer at any time and can be removed using the `removePlugin` and `removePluginSync` methods.
  1548. ## TonemapPlugin
  1549. [//]: # (todo: image)
  1550. [Example](https://threepipe.org/examples/#tonemap-plugin/) &mdash;
  1551. [Source Code](./src/plugins/postprocessing/TonemapPlugin.ts) &mdash;
  1552. [API Reference](https://threepipe.org/docs/classes/TonemapPlugin.html)
  1553. TonemapPlugin adds a post-processing material extension to the ScreenPass in render manager
  1554. that applies tonemapping to the color. The tonemapping operator can be changed
  1555. by setting the `toneMapping` property of the plugin. The default tonemapping operator is `ACESFilmicToneMapping`.
  1556. Other Tonemapping properties can be like `exposure`, `contrast` and `saturation`
  1557. TonemapPlugin is added by default in ThreeViewer unless `tonemap` is set to `false` in the options.
  1558. ## DropzonePlugin
  1559. [//]: # (todo: image)
  1560. [Example](https://threepipe.org/examples/#dropzone-plugin/) &mdash;
  1561. [Source Code](./src/plugins/interaction/DropzonePlugin.ts) &mdash;
  1562. [API Reference](https://threepipe.org/docs/classes/DropzonePlugin.html)
  1563. DropzonePlugin adds support for drag and drop of local files to automatically import, process and load them into the viewer.
  1564. DropzonePlugin can be added by default in ThreeViewer
  1565. by setting the `dropzone` property to `true` or an object of `DropzonePluginOptions` in the options.
  1566. ```typescript
  1567. import {DropzonePlugin, ThreeViewer} from 'threepipe'
  1568. const viewer = new ThreeViewer({
  1569. canvas: document.getElementById('mcanvas') as HTMLCanvasElement,
  1570. dropzone: true, // just set to true to enable drag drop functionatility in the viewer
  1571. })
  1572. ```
  1573. To set custom options,
  1574. pass an object of [DropzonePluginOptions](https://threepipe.org/docs/interfaces/DropzonePluginOptions.html) type to the `dropzone` property.
  1575. ```typescript
  1576. import {DropzonePlugin, ThreeViewer} from 'threepipe'
  1577. const viewer = new ThreeViewer({
  1578. canvas: document.getElementById('mcanvas') as HTMLCanvasElement,
  1579. dropzone: { // this can also be set to true and configured by getting a reference to the DropzonePlugin
  1580. allowedExtensions: ['gltf', 'glb', 'hdr', 'png', 'jpg', 'json', 'fbx', 'obj', 'bin', 'exr'], // only allow these file types. If undefined, all files are allowed.
  1581. addOptions: {
  1582. disposeSceneObjects: true, // auto dispose of old scene objects
  1583. autoSetEnvironment: true, // when hdr is dropped
  1584. autoSetBackground: true, // when any image is dropped
  1585. autoCenter: true, // auto center the object
  1586. autoScale: true, // auto scale according to radius
  1587. autoScaleRadius: 2,
  1588. license: 'Imported from dropzone', // Any license to set on imported objects
  1589. importConfig: true, // import config from file
  1590. },
  1591. // check more options in the DropzonePluginOptions interface
  1592. },
  1593. })
  1594. ```
  1595. ## ProgressivePlugin
  1596. [//]: # (todo: image)
  1597. [Example](https://threepipe.org/examples/#progressive-plugin/) &mdash;
  1598. [Source Code](./src/plugins/pipeline/ProgressivePlugin.ts) &mdash;
  1599. [API Reference](https://threepipe.org/docs/classes/ProgressivePlugin.html)
  1600. Progressive Plugin adds a post-render pass to blend the last frame with the current frame.
  1601. This is used as a dependency in other plugins for progressive rendering effect which is useful for progressive shadows, gi, denoising, baking, anti-aliasing, and many other effects. The helper function `convergedPromise` returns a new promise that can be used to wait for the progressive rendering to converge.
  1602. ## SSAAPlugin
  1603. [//]: # (todo: image)
  1604. [Example](https://threepipe.org/examples/#ssaa-plugin/) &mdash;
  1605. [Source Code](./src/plugins/pipeline/SSAAPlugin.ts) &mdash;
  1606. [API Reference](https://threepipe.org/docs/classes/SSAAPlugin.html)
  1607. SSAA Plugin adds support for [Super Sampling Anti-Aliasing](https://en.wikipedia.org/wiki/Supersampling) to the viewer. Simply add the plugin to the viewer to use it.
  1608. It jitters the camera view offset over multiple frames, which are then blended by the [ProgressivePlugin](#progressiveplugin) to create a higher quality image. This is useful for reducing aliasing artifacts in the scene.
  1609. By default, the pipeline only renders once per request animation frame. So we don't get any anti-aliasing while moving. For that, either use the TAA(Temporal Anti-aliasing) plugin or for the case of simple scenes - render multiple times per frame which can be done by setting `plugin.rendersPerFrame` or `viewer.rendersPerFrame`. Check out the [example](https://threepipe.org/examples/#ssaa-plugin/) to see the effect on frame rate.
  1610. ```typescript
  1611. const ssaa = viewer.addPluginSync(new SSAAPlugin())
  1612. ssaa.enabled = true // toggle jittering(if you want to set custom view offset)
  1613. ssaa.rendersPerFrame = 4 // render 4 times per frame (max 32 is useful)
  1614. ```
  1615. ## DepthBufferPlugin
  1616. [//]: # (todo: image)
  1617. [Example](https://threepipe.org/examples/#depth-buffer-plugin/) &mdash;
  1618. [Source Code](./src/plugins/pipeline/DepthBufferPlugin.ts) &mdash;
  1619. [API Reference](https://threepipe.org/docs/classes/DepthBufferPlugin.html)
  1620. Depth Buffer Plugin adds a pre-render pass to the render manager and renders a depth buffer to a target. The render target can be accessed by other plugins throughout the rendering pipeline to create effects like depth of field, SSAO, SSR, etc.
  1621. ```typescript
  1622. import {ThreeViewer, DepthBufferPlugin} from 'threepipe'
  1623. const viewer = new ThreeViewer({...})
  1624. const depthPlugin = viewer.addPluginSync(new DepthBufferPlugin(HalfFloatType))
  1625. const depthTarget = depthPlugin.target;
  1626. // Use the depth target by accesing `depthTarget.texture`.
  1627. ```
  1628. The depth values are based on camera near far values, which are controlled automatically by the viewer. To manually specify near, far values and limits, it can be set in the camera userData. Check the [example](https://threepipe.org/examples/#depth-buffer-plugin/) for more details.
  1629. ## NormalBufferPlugin
  1630. [//]: # (todo: image)
  1631. [Example](https://threepipe.org/examples/#normal-buffer-plugin/) &mdash;
  1632. [Source Code](./src/plugins/pipeline/NormalBufferPlugin.ts) &mdash;
  1633. [API Reference](https://threepipe.org/docs/classes/NormalBufferPlugin.html)
  1634. Normal Buffer Plugin adds a pre-render pass to the render manager and renders a normal buffer to a target. The render target can be accessed by other plugins throughout the rendering pipeline to create effects like SSAO, SSR, etc.
  1635. Note: Use [`GBufferPlugin`](#GBufferPlugin) if using both `DepthBufferPlugin` and `NormalBufferPlugin` to render both depth and normal buffers in a single pass.
  1636. ```typescript
  1637. import {ThreeViewer, NormalBufferPlugin} from 'threepipe'
  1638. const viewer = new ThreeViewer({...})
  1639. const normalPlugin = viewer.addPluginSync(new NormalBufferPlugin())
  1640. const normalTarget = normalPlugin.target;
  1641. // Use the normal target by accessing `normalTarget.texture`.
  1642. ```
  1643. ## GBufferPlugin
  1644. [//]: # (todo: image)
  1645. [Example](https://threepipe.org/examples/#gbuffer-plugin/) &mdash;
  1646. [Source Code](./src/plugins/pipeline/GBufferPlugin.ts) &mdash;
  1647. [API Reference](https://threepipe.org/docs/classes/GBufferPlugin.html)
  1648. GBuffer Plugin adds a pre-render pass to the render manager and renders depth+normals to a target and some customizable flags to another. The multiple render target and textures can be accessed by other plugins throughout the rendering pipeline to create effects like SSAO, SSR, etc.
  1649. ```typescript
  1650. import {ThreeViewer, GBufferPlugin} from 'threepipe'
  1651. const viewer = new ThreeViewer({...})
  1652. const gBufferPlugin = viewer.addPluginSync(new GBufferPlugin())
  1653. const gBuffer = gBufferPlugin.target;
  1654. const normalDepth = gBufferPlugin.normalDepthTexture;
  1655. const gBufferFlags = gBufferPlugin.flagsTexture;
  1656. ```
  1657. ## SSAOPlugin
  1658. [//]: # (todo: image)
  1659. [Example](https://threepipe.org/examples/#ssao-plugin/) &mdash;
  1660. [Source Code](./src/plugins/pipeline/SSAOPlugin.ts) &mdash;
  1661. [API Reference](https://threepipe.org/docs/classes/SSAOPlugin.html)
  1662. SSAO Plugin adds support for [Screen Space Ambient Occlusion](https://en.wikipedia.org/wiki/Screen_space_ambient_occlusion) to the viewer. Simply add the plugin to the viewer to use it.
  1663. This is done by adding a pre-render pass to the render manager which renders SSAO to a custom render target. SSAOPlugin depends on [GBufferPlugin](#gbufferplugin), and is automatically added if not already.
  1664. This render target is then used by all PhysicalMaterial(s) in the scene during the main RenderPass to get the AO data. SSAO can also be disabled from the UI of the material.
  1665. Note: Use with [ProgressivePlugin](#progressiveplugin) and `TemporalAAPlugin` for best results.
  1666. ```typescript
  1667. import {ThreeViewer, SSAOPlugin} from 'threepipe'
  1668. const viewer = new ThreeViewer({...})
  1669. const ssaoPlugin = viewer.addPluginSync(new SSAOPlugin())
  1670. // get the buffer.
  1671. console.log(ssaoPlugin.target);
  1672. // disable ssao for a material in the scene
  1673. material.userData.ssaoDisabled = true
  1674. ```
  1675. > In the target/buffer - The ssao data is in the `r` channel to remain compatible with ORM. `gba` contains the depth in vec3(xyz) format.
  1676. > Note that its `ssaoDisabled`, so setting it to `true` will disable the effect.
  1677. ## CanvasSnapshotPlugin
  1678. [//]: # (todo: image)
  1679. [Example](https://threepipe.org/examples/#canvas-snapshot-plugin/) &mdash;
  1680. [Source Code](./src/plugins/export/CanvasSnapshotPlugin.ts) &mdash;
  1681. [API Reference](https://threepipe.org/docs/classes/CanvasSnapshotPlugin.html)
  1682. Canvas Snapshot Plugin adds support for taking snapshots of the canvas and exporting them as images and data urls. It includes options to take snapshot of a region, mime type, quality render scale and scaling the output image. Check out the interface [CanvasSnapshotOptions](https://threepipe.org/docs/interfaces/CanvasSnapshotOptions.html) for more details.
  1683. ```typescript
  1684. import {ThreeViewer, CanvasSnapshotPlugin} from 'threepipe'
  1685. const viewer = new ThreeViewer({...})
  1686. const snapshotPlugin = viewer.addPluginSync(new CanvasSnapshotPlugin())
  1687. // download a snapshot.
  1688. await snapshotPlugin.downloadSnapshot('image.webp', { // all parameters are optional
  1689. scale: 1, // scale the final image
  1690. timeout: 0, // wait before taking the snapshot, in ms
  1691. quality: 0.9, // quality of the image (0-1) only for jpeg and webp
  1692. displayPixelRatio: 2, // render scale
  1693. mimeType: 'image/webp', // mime type of the image
  1694. waitForProgressive: true, // wait for progressive rendering to finish (ProgressivePlugin). true by default
  1695. rect: { // region to take snapshot. eg. crop center of the canvas
  1696. height: viewer.canvas.clientHeight / 2,
  1697. width: viewer.canvas.clientWidth / 2,
  1698. x: viewer.canvas.clientWidth / 4,
  1699. y: viewer.canvas.clientHeight / 4,
  1700. },
  1701. })
  1702. // get data url (string)
  1703. const dataUrl = await snapshotPlugin.getDataUrl({ // all parameters are optional
  1704. displayPixelRatio: 2, // render scale
  1705. mimeType: 'image/webp', // mime type of the image
  1706. })
  1707. // get File
  1708. const file = await snapshotPlugin.getFile('file.jpeg', { // all parameters are optional
  1709. mimeType: 'image/jpeg', // mime type of the image
  1710. })
  1711. ```
  1712. ## PickingPlugin
  1713. [//]: # (todo: image)
  1714. [Example](https://threepipe.org/examples/#picking-plugin/) &mdash;
  1715. [Source Code](./src/plugins/interaction/PickingPlugin.ts) &mdash;
  1716. [API Reference](https://threepipe.org/docs/classes/PickingPlugin.html)
  1717. Picking Plugin adds support for selecting and hovering over objects in the viewer with user interactions and selection widgets.
  1718. When the plugin is added to the viewer, it starts listening to the mouse move and click events over the canvas.
  1719. When an object is clicked, it is selected,
  1720. and if a UI plugin is added, the uiconfig for the selected object is populated in the interface.
  1721. The events `selectedObjectChanged`, `hoverObjectChanged`, and `hitObject` can be listened to on the plugin.
  1722. Picking plugin internally uses [ObjectPicker](https://threepipe.org/docs/classes/ObjectPicker.html),
  1723. check out the documentation or source code for more information.
  1724. ```typescript
  1725. import {ThreeViewer, PickingPlugin} from 'threepipe'
  1726. const viewer = new ThreeViewer({...})
  1727. const pickingPlugin = viewer.addPluginSync(new PickingPlugin())
  1728. // Hovering events are also supported, but since its computationally expensive for large scenes it is disabled by default.
  1729. pickingPlugin.hoverEnabled = true
  1730. pickingPlugin.addEventListener('hitObject', (e)=>{
  1731. // This is fired when the user clicks on the canvas.
  1732. // The selected object hasn't been changed yet, and we have the option to change it or disable selection at this point.
  1733. // e.intersects.selectedObject contains the object that the user clicked on.
  1734. console.log('Hit: ', e.intersects.selectedObject)
  1735. // It can be changed here
  1736. // e.intersects.selectedObject = e.intersects.selectedObject.parent // select the parent
  1737. // e.intersects.selectedObject = null // unselect
  1738. // Check other properties on the event like intersects, mouse position, normal etc.
  1739. console.log(e)
  1740. })
  1741. pickingPlugin.addEventListener('selectedObjectChanged', (e)=>{
  1742. // This is fired when the selected object is changed.
  1743. // e.object contains the new selected object. It can be null if nothing is selected.
  1744. console.log('Selected: ', e.object)
  1745. })
  1746. // Objects can be programmatically selected and unselected
  1747. // to select
  1748. pickingPlugin.setSelectedObject(object)
  1749. // get the selected object
  1750. console.log(pickingPlugin.getSelectedObject())
  1751. // to unselect
  1752. pickingPlugin.setSelectedObject(null)
  1753. // Select object with camera animation to the object
  1754. pickingPlugin.setSelectedObject(object, true)
  1755. pickingPlugin.addEventListener('hoverObjectChanged', (e)=>{
  1756. // This is fired when the hovered object is changed.
  1757. // e.object contains the new hovered object.
  1758. console.log('Hovering: ', e.object)
  1759. })
  1760. ```
  1761. ## TransformControlsPlugin
  1762. [//]: # (todo: image)
  1763. [Example](https://threepipe.org/examples/#transform-controls-plugin/) &mdash;
  1764. [Source Code](./src/plugins/interaction/TransformControlsPlugin.ts) &mdash;
  1765. [API Reference](https://threepipe.org/docs/classes/TransformControlsPlugin.html)
  1766. Transform Controls Plugin adds support for moving, rotating and scaling objects in the viewer with interactive widgets.
  1767. Under the hood, TransformControlsPlugin uses [TransformControls2](https://threepipe.org/docs/classes/TransformControls2) to provide the interactive controls, it is a extended version of three.js [TransformControls](https://threejs.org/docs/#examples/en/controls/TransformControls).
  1768. When the plugin is added to the viewer, it interfaces with the [PickingPlugin](#pickingplugin) and shows the control gizmos when an object is selected and hides them when the object is unselected.
  1769. If the `PickingPlugin` is not added to the viewer before the `TransformControlsPlugin`, it is added automatically with the plugin.
  1770. ```typescript
  1771. import {ThreeViewer, TransformControlsPlugin} from 'threepipe'
  1772. const viewer = new ThreeViewer({...})
  1773. const transfromControlsPlugin = viewer.addPluginSync(new TransformControlsPlugin())
  1774. // Get the underlying transform controls
  1775. console.log(transfromControlsPlugin.transformControls)
  1776. ```
  1777. ## ContactShadowGroundPlugin
  1778. [//]: # (todo: image)
  1779. [Example](https://threepipe.org/examples/#contact-shadow-ground-plugin/) &mdash;
  1780. [Source Code](./src/plugins/extras/ContactShadowGroundPlugin.ts) &mdash;
  1781. [API Reference](https://threepipe.org/docs/classes/ContactShadowGroundPlugin.html)
  1782. Contact Shadow Ground Plugin adds a ground plane with three.js contact shadows to the viewer scene.
  1783. The plane is added to the scene root at runtime and not saved with scene export. Instead the plugin settings are saved with the scene.
  1784. It inherits from the base class [BaseGroundPlugin](https://threepipe.org/docs/classes/BaseGroundPlugin.html) which provides generic ground plane functionality. Check the source code for more details. With the property `autoAdjustTransform`, the ground plane is automatically adjusted based on the bounding box of the scene.
  1785. ```typescript
  1786. import {ThreeViewer, ContactShadowGroundPlugin} from 'threepipe'
  1787. const viewer = new ThreeViewer({...})
  1788. viewer.addPluginSync(new ContactShadowGroundPlugin())
  1789. ```
  1790. ## GLTFAnimationPlugin
  1791. [//]: # (todo: image)
  1792. [Example](https://threepipe.org/examples/#gltf-animation-plugin/) &mdash;
  1793. [Source Code](./src/plugins/animation/GLTFAnimationPlugin.ts) &mdash;
  1794. [API Reference](https://threepipe.org/docs/classes/GLTFAnimationPlugin.html)
  1795. Manages playback of GLTF animations.
  1796. The GLTF animations can be created in any 3d software that supports GLTF export like Blender.
  1797. If animations from multiple files are loaded, they will be merged in a single root object and played together.
  1798. The time playback is managed automatically, but can be controlled manually by setting {@link autoIncrementTime} to false and using {@link setTime} to set the time.
  1799. This plugin is made for playing, pausing, stopping, all the animations at once, while it is possible to play individual animations, it is not recommended.
  1800. To play individual animations, with custom choreography, use the {@link GLTFAnimationPlugin.animations} property to get reference to the animation clips and actions. Create your own mixers and control the animation playback like in three.js
  1801. ## PopmotionPlugin
  1802. [//]: # (todo: image)
  1803. [Example](https://threepipe.org/examples/#popmotion-plugin/) &mdash;
  1804. [Source Code](./src/plugins/animation/PopmotionPlugin.ts) &mdash;
  1805. [API Reference](https://threepipe.org/docs/classes/PopmotionPlugin.html)
  1806. Provides animation/tweening capabilities to the viewer using the [popmotion.io](https://popmotion.io/) library.
  1807. Overrides the driver in popmotion to sync with the viewer and provide ways to store and stop animations.
  1808. ```typescript
  1809. import {PopmotionPlugin, ThreeViewer} from 'threepipe'
  1810. const viewer = new ThreeViewer({...})
  1811. const cube = viewer.scene.getObjectByName('cube');
  1812. const popmotion = viewer.addPluginSync(new PopmotionPlugin())
  1813. // Move the object cube 1 unit up.
  1814. const anim = popmotion.animateTarget(cube, 'position', {
  1815. to: cube.position.clone().add(new Vector3(0,1,0)),
  1816. duration: 500, // ms
  1817. onComplete: () => isMovedUp = true,
  1818. onStop: () => throw(new Error('Animation stopped')),
  1819. })
  1820. // Alternatively, set the property directly in onUpdate.
  1821. const anim1 = popmotion.animate({
  1822. from: cube.position.y,
  1823. to: cube.position.y + 1,
  1824. duration: 500, // ms
  1825. onUpdate: (v) => {
  1826. cube.position.setY(v)
  1827. cube.setDirty()
  1828. },
  1829. onComplete: () => isMovedUp = true,
  1830. onStop: () => throw(new Error('Animation stopped')),
  1831. onEnd: () => console.log('Animation ended'), // This runs after both onComplete and onStop
  1832. })
  1833. // await for animation. This promise will reject only if an exception is thrown in onStop or onComplete. onStop rejects if throwOnStop is true
  1834. await anim.promise.catch((e)=>{
  1835. console.log(e, 'animation stopped before completion')
  1836. });
  1837. // or stop the animation
  1838. // anim.stop()
  1839. // Animate the color
  1840. await popmotion.animateAsync({ // Also await for the animation.
  1841. from: '#' + cube.material.color.getHexString(),
  1842. to: '#' + new Color().setHSL(Math.random(), 1, 0.5).getHexString(),
  1843. duration: 1000, // 1s
  1844. onUpdate: (v) => {
  1845. cube.material.color.set(v)
  1846. cube.material.setDirty()
  1847. },
  1848. })
  1849. ```
  1850. Note: The animation is started when the animate or animateAsync function is called.
  1851. ## CameraViewPlugin
  1852. [//]: # (todo: image)
  1853. [Example](https://threepipe.org/examples/#camera-view-plugin/) &mdash;
  1854. [Source Code](./src/plugins/animation/CameraViewPlugin.ts) &mdash;
  1855. [API Reference](https://threepipe.org/docs/classes/CameraViewPlugin.html)
  1856. CameraViewPlugin adds support to save and load camera views, which can then be animated to.
  1857. It uses PopmotionPlugin internally to animate any camera to a saved view or to loop through all the saved views.
  1858. It also provides a UI to manage the views.
  1859. ```typescript
  1860. import {CameraViewPlugin, ThreeViewer, CameraView, Vector3, Quaternion, EasingFunctions, timeout} from 'threepipe'
  1861. const viewer = new ThreeViewer({...})
  1862. const cameraViewPlugin = viewer.addPluginSync(new CameraViewPlugin())
  1863. const intialView = cameraViewPlugin.getView()
  1864. // or = viewer.scene.mainCamera.getView()
  1865. // create a new view
  1866. const view = new CameraView(
  1867. 'My View', // name
  1868. new Vector3(0, 0, 10), // position
  1869. new Vector3(0, 0, 0), // target
  1870. new Quaternion(0, 0, 0, 1), // quaternion rotation
  1871. 1 // zoom
  1872. )
  1873. // or clone a view
  1874. const view2 = intialView.clone()
  1875. view2.position.add(new Vector3(0, 5, 0)) // move up 5 units
  1876. // animate the main camera to a view
  1877. await cameraViewPlugin.animateToView(
  1878. view,
  1879. 2000, // in ms, = 2sec
  1880. EasingFunctions.easeInOut,
  1881. ).catch(()=>console.log('Animation stopped'))
  1882. // stop any/all animations
  1883. cameraViewPlugin.stopAllAnimations()
  1884. // add views to the plugin
  1885. cameraViewPlugin.addView(view)
  1886. cameraViewPlugin.addView(view2)
  1887. cameraViewPlugin.addView(intialView)
  1888. cameraViewPlugin.addCurrentView() // adds the current view of the main camera
  1889. // loop through all the views once
  1890. cameraViewPlugin.animDuration = 2000 // default duration
  1891. cameraViewPlugin.animEase = EasingFunctions.easeInOutSine // default easing
  1892. await cameraViewPlugin.animateAllViews()
  1893. // loop through all the views forever
  1894. cameraViewPlugin.viewLooping = true
  1895. await timeout(10000) // wait for some time
  1896. // stop looping
  1897. cameraViewPlugin.viewLooping = false
  1898. ```
  1899. ## RenderTargetPreviewPlugin
  1900. [//]: # (todo: image)
  1901. [Example](https://threepipe.org/examples/#render-target-preview/) &mdash;
  1902. [Source Code](./src/plugins/ui/RenderTargetPreviewPlugin.ts) &mdash;
  1903. [API Reference](https://threepipe.org/docs/classes/RenderTargetPreviewPlugin.html)
  1904. RenderTargetPreviewPlugin is a useful development and debugging plugin that renders any registered render-target to the screen in small collapsable panels.
  1905. ```typescript
  1906. import {ThreeViewer, RenderTargetPreviewPlugin, NormalBufferPlugin} from 'threepipe'
  1907. const viewer = new ThreeViewer({...})
  1908. const normalPlugin = viewer.addPluginSync(new NormalBufferPlugin(HalfFloatType))
  1909. const previewPlugin = viewer.addPluginSync(new RenderTargetPreviewPlugin())
  1910. // Show the normal buffer in a panel
  1911. previewPlugin.addTarget(()=>normalPlugin.target, 'normal', false, false)
  1912. ```
  1913. ## GeometryUVPreviewPlugin
  1914. [//]: # (todo: image)
  1915. [Example](https://threepipe.org/examples/#geometry-uv-preview/) &mdash;
  1916. [Source Code](./src/plugins/ui/GeometryUVPreviewPlugin.ts) &mdash;
  1917. [API Reference](https://threepipe.org/docs/classes/GeometryUVPreviewPlugin.html)
  1918. GeometryUVPreviewPlugin is a useful development and debugging plugin
  1919. that adds a panel to the viewer to show the UVs of a geometry.
  1920. ```typescript
  1921. import {ThreeViewer, GeometryUVPreviewPlugin, SphereGeometry} from 'threepipe'
  1922. const viewer = new ThreeViewer({...})
  1923. const previewPlugin = viewer.addPluginSync(new GeometryUVPreviewPlugin())
  1924. const geometry = new SphereGeometry(1, 32, 32)
  1925. // Show the normal buffer in a panel
  1926. previewPlugin.addGeometry(geometry, 'sphere')
  1927. ```
  1928. ## FrameFadePlugin
  1929. [//]: # (todo: image)
  1930. [Example](https://threepipe.org/examples/#frame-fade-plugin/) &mdash;
  1931. [Source Code](./src/plugins/pipeline/FrameFadePlugin.ts) &mdash;
  1932. [API Reference](https://threepipe.org/docs/classes/FrameFadePlugin.html)
  1933. FrameFadePlugin adds a post-render pass to the render manager and blends the last frame with the current frame over time. This is useful for creating smooth transitions between frames for example when changing the camera position, material, object properties, etc to avoid a sudden jump.
  1934. ```typescript
  1935. import {ThreeViewer, FrameFadePlugin} from 'threepipe'
  1936. const viewer = new ThreeViewer({...})
  1937. const fadePlugin = viewer.addPluginSync(new FrameFadePlugin())
  1938. // Make some changes in the scene (any visual change that needs to be faded)
  1939. // Start transition and wait for it to finish
  1940. await fadePlugin.startTransition(400) // duration in ms
  1941. ```
  1942. To stop a transition, call `fadePlugin.stopTransition()`. This will immediately set the current frame to the last frame and stop the transition. The transition is also automatically stopped when the camera is moved or some pointer event occurs on the canvas.
  1943. The plugin automatically tracks `setDirty()` function calls in objects, materials and the scene. It can be triggerred by calling `setDirty` on any material or object in the scene. Check the [example](https://threepipe.org/examples/#frame-fade-plugin/) for a demo. This can be disabled by options in the plugin.
  1944. ## VignettePlugin
  1945. [//]: # (todo: image)
  1946. [Example](https://threepipe.org/examples/#vignette-plugin/) &mdash;
  1947. [Source Code](./src/plugins/postprocessing/VignettePlugin.ts) &mdash;
  1948. [API Reference](https://threepipe.org/docs/classes/VignettePlugin.html)
  1949. VignettePlugin adds a post-processing material extension to the ScreenPass in render manager
  1950. that applies a vignette effect to the final render. The parameters `power` and `color` can be changed to customize the effect.
  1951. ```typescript
  1952. import {ThreeViewer, VignettePlugin} from 'threepipe'
  1953. const viewer = new ThreeViewer({...})
  1954. const vignettePlugin = viewer.addPluginSync(VignettePlugin)
  1955. // Change the vignette color
  1956. vignettePlugin.power = 1
  1957. vignettePlugin.color = new Color(0.5, 0, 0)
  1958. // or
  1959. // vignettePlugin.color.set('#ff0000'); vignettePlugin.setDirty() // Call setDirty to tell the plugin that color has changed
  1960. ```
  1961. ## ChromaticAberrationPlugin
  1962. [//]: # (todo: image)
  1963. [Example](https://threepipe.org/examples/#chromatic-aberration-plugin/) &mdash;
  1964. [Source Code](./src/plugins/postprocessing/ChromaticAberrationPlugin.ts) &mdash;
  1965. [API Reference](https://threepipe.org/docs/classes/ChromaticAberrationPlugin.html)
  1966. ChromaticAberrationPlugin adds a post-processing material extension to the ScreenPass in render manager
  1967. that applies a chromatic-aberration effect to the final render. The parameter `intensity` can be changed to customize the effect.
  1968. ```typescript
  1969. import {ThreeViewer, ChromaticAberrationPlugin} from 'threepipe'
  1970. const viewer = new ThreeViewer({...})
  1971. const chromaticAberrationPlugin = viewer.addPluginSync(ChromaticAberrationPlugin)
  1972. // Change the chromaticAberration color
  1973. chromaticAberrationPlugin.intensity = 0.5
  1974. ```
  1975. ## FilmicGrainPlugin
  1976. [//]: # (todo: image)
  1977. [Example](https://threepipe.org/examples/#filmic-grain-plugin/) &mdash;
  1978. [Source Code](./src/plugins/postprocessing/FilmicGrainPlugin.ts) &mdash;
  1979. [API Reference](https://threepipe.org/docs/classes/FilmicGrainPlugin.html)
  1980. FilmicGrainPlugin adds a post-processing material extension to the ScreenPass in render manager
  1981. that applies a filmic-grain effect to the final render. The parameters `power` and `color` can be changed to customize the effect.
  1982. ```typescript
  1983. import {ThreeViewer, FilmicGrainPlugin} from 'threepipe'
  1984. const viewer = new ThreeViewer({...})
  1985. const filmicGrainPlugin = viewer.addPluginSync(FilmicGrainPlugin)
  1986. // Change the filmicGrain color
  1987. filmicGrainPlugin.intensity = 10
  1988. filmicGrainPlugin.multiply = false
  1989. ```
  1990. ## NoiseBumpMaterialPlugin
  1991. [//]: # (todo: image)
  1992. [Example](https://threepipe.org/examples/#noise-bump-material-plugin/) &mdash;
  1993. [Source Code](./src/plugins/material/NoiseBumpMaterialPlugin.ts) &mdash;
  1994. [API Reference](https://threepipe.org/docs/classes/NoiseBumpMaterialPlugin.html)
  1995. NoiseBumpMaterialPlugin adds a material extension to PhysicalMaterial to add support for sparkle bump / noise bump by creating procedural bump map from noise to simulate sparkle flakes.
  1996. It uses voronoise function from blender along with several additions to generate the noise for the generation.
  1997. It also adds a UI to the material to edit the settings.
  1998. It uses `WEBGI_materials_noise_bump` glTF extension to save the settings in glTF/glb files.
  1999. ```typescript
  2000. import {ThreeViewer, NoiseBumpMaterialPlugin} from 'threepipe'
  2001. const viewer = new ThreeViewer({...})
  2002. const noiseBump = viewer.addPluginSync(NoiseBumpMaterialPlugin)
  2003. // Add noise bump to a material
  2004. NoiseBumpMaterialPlugin.AddNoiseBumpMaterial(material, {
  2005. flakeScale: 300,
  2006. })
  2007. // Change properties with code or use the UI
  2008. material.userData._noiseBumpMat!.bumpNoiseParams = [1, 1]
  2009. material.setDirty()
  2010. // Disable
  2011. material.userData._noiseBumpMat!.hasBump = false
  2012. material.setDirty()
  2013. ```
  2014. ## CustomBumpMapPlugin
  2015. [//]: # (todo: image)
  2016. [Example](https://threepipe.org/examples/#custom-bump-map-plugin/) &mdash;
  2017. [Source Code](./src/plugins/material/CustomBumpMapPlugin.ts) &mdash;
  2018. [API Reference](https://threepipe.org/docs/classes/CustomBumpMapPlugin.html)
  2019. CustomBumpMapPlugin adds a material extension to PhysicalMaterial to support custom bump maps.
  2020. A Custom bump map is similar to the built-in bump map, but allows using an extra bump map and scale to give a combined effect.
  2021. This plugin also has support for bicubic filtering of the custom bump map and is enabled by default.
  2022. It also adds a UI to the material to edit the settings.
  2023. It uses `WEBGI_materials_custom_bump_map` glTF extension to save the settings in glTF/glb files.
  2024. ```typescript
  2025. import {ThreeViewer, CustomBumpMapPlugin} from 'threepipe'
  2026. const viewer = new ThreeViewer({...})
  2027. const customBump = viewer.addPluginSync(CustomBumpMapPlugin)
  2028. // Add noise bump to a material
  2029. customBump.enableCustomBump(material, bumpMap, 0.2)
  2030. // Change properties with code or use the UI
  2031. material.userData._customBumpMat = texture
  2032. material.setDirty()
  2033. // Disable
  2034. material.userData._hasCustomBump = false
  2035. // or
  2036. material.userData._customBumpMat = null
  2037. material.setDirty()
  2038. ```
  2039. ## ClearcoatTintPlugin
  2040. [//]: # (todo: image)
  2041. [Example](https://threepipe.org/examples/#clearcoat-tint-plugin/) &mdash;
  2042. [Source Code](./src/plugins/material/ClearcoatTintPlugin.ts) &mdash;
  2043. [API Reference](https://threepipe.org/docs/classes/ClearcoatTintPlugin.html)
  2044. ClearcoatTintPlugin adds a material extension to PhysicalMaterial which adds tint and thickness to the built-in clearcoat properties.
  2045. It also adds a UI to the material to edit the settings.
  2046. It uses `WEBGI_materials_clearcoat_tint` glTF extension to save the settings in glTF/glb files.
  2047. ```typescript
  2048. import {ThreeViewer, ClearcoatTintPlugin} from 'threepipe'
  2049. const viewer = new ThreeViewer({...})
  2050. const clearcoatTint = viewer.addPluginSync(ClearcoatTintPlugin)
  2051. material.clearcoat = 1
  2052. // add initial properties
  2053. ClearcoatTintPlugin.AddClearcoatTint(material, {
  2054. tintColor: '#ff0000',
  2055. thickness: 1,
  2056. })
  2057. // Change properties with code or use the UI
  2058. material.userData._clearcoatTint!.tintColor = '#ff0000'
  2059. material.setDirty()
  2060. // Disable
  2061. material.userData._clearcoatTint.enableTint = false
  2062. material.setDirty()
  2063. ```
  2064. ## FragmentClippingExtensionPlugin
  2065. [//]: # (todo: image)
  2066. [Example](https://threepipe.org/examples/#fragment-clipping-extension-plugin/) &mdash;
  2067. [Source Code](./src/plugins/material/FragmentClippingExtensionPlugin.ts) &mdash;
  2068. [API Reference](https://threepipe.org/docs/classes/FragmentClippingExtensionPlugin.html)
  2069. FragmentClippingExtensionPlugin adds a material extension to PhysicalMaterial to add support for fragment clipping.
  2070. Fragment clipping allows to clip fragments of the material in screen space or world space based on a circle, rectangle, plane, sphere, etc.
  2071. It uses fixed SDFs with params defined by the user for clipping.
  2072. It also adds a UI to the material to edit the settings.
  2073. It uses `WEBGI_materials_fragment_clipping_extension` glTF extension to save the settings in glTF/glb files.
  2074. ```typescript
  2075. import {ThreeViewer, FragmentClippingExtensionPlugin} from 'threepipe'
  2076. const viewer = new ThreeViewer({...})
  2077. const fragmentClipping = viewer.addPluginSync(FragmentClippingExtensionPlugin)
  2078. // add initial properties
  2079. FragmentClippingExtensionPlugin.AddFragmentClipping(material, {
  2080. clipPosition: new Vector4(0.5, 0.5, 0, 0),
  2081. clipParams: new Vector4(0.1, 0.05, 0, 1),
  2082. })
  2083. // Change properties with code or use the UI
  2084. material.userData._fragmentClipping!.clipPosition.set(0, 0, 0, 0)
  2085. material.setDirty()
  2086. // Disable
  2087. material.userData._clearcoatTint.clipEnabled = false
  2088. material.setDirty()
  2089. ```
  2090. ## HDRiGroundPlugin
  2091. [//]: # (todo: image)
  2092. [Example](https://threepipe.org/examples/#hdri-ground-plugin/) &mdash;
  2093. [Source Code](./src/plugins/extras/HDRiGroundPlugin.ts) &mdash;
  2094. [API Reference](https://threepipe.org/docs/classes/HDRiGroundPlugin.html)
  2095. HDRiGroundPlugin patches the background shader in the renderer to add support for ground projected environment map/skybox. Works simply by setting the background same as the environemnt and enabling the plugin.
  2096. The world radius, tripod height, and origin position(center offset) can be set in the plugin.
  2097. The plugin is disabled by default when added. Set `.enabled` to enable it or pass `true` in the constructor.
  2098. If the background is not the same as the environment when enabled, the user will be prompted for this, unless `promptOnBackgroundMismatch` is set to `false` in the plugin.
  2099. ```typescript
  2100. import {ThreeViewer, HDRiGrounPlugin} from 'threepipe'
  2101. const viewer = new ThreeViewer({...})
  2102. const hdriGround = viewer.addPluginSync(new HDRiGrounPlugin())
  2103. // Load an hdr environment map
  2104. await viewer.setEnvironmentMap('https://threejs.org/examples/textures/equirectangular/venice_sunset_1k.hdr')
  2105. // set background to environment
  2106. viewer.scene.background = 'environment'
  2107. // or
  2108. // viewer.scene.background = viewer.scene.environemnt
  2109. // enable the plugin
  2110. hdriGround.enabled = true
  2111. ```
  2112. Check the [example](https://threepipe.org/examples/#hdri-ground-plugin/) for a demo.
  2113. ## VirtualCamerasPlugin
  2114. [//]: # (todo: image)
  2115. [Example](https://threepipe.org/examples/#virtual-cameras-plugin/) &mdash;
  2116. [Source Code](./src/plugins/rendering/VirtualCamerasPlugin.ts) &mdash;
  2117. [API Reference](https://threepipe.org/docs/classes/VirtualCamerasPlugin.html)
  2118. VirtualCamerasPlugin adds support for rendering to multiple virtual cameras in the viewer. These cameras are rendered in preRender callback just before the main camera is rendered. The virtual cameras can be added to the plugin and removed from it.
  2119. The feed to the virtual camera is rendered to a Render Target texture which can be accessed and re-rendered in the scene or used in other plugins.
  2120. ```typescript
  2121. import {ThreeViewer, VirtualCamerasPlugin} from 'threepipe'
  2122. const viewer = new ThreeViewer({...})
  2123. const virtualCameras = viewer.addPluginSync(new VirtualCamerasPlugin())
  2124. const camera = new PerspectiveCamera2('orbit', viewer.canvas, false, 45, 1)
  2125. camera.name = name
  2126. camera.position.set(0, 5, 0)
  2127. camera.target.set(0, 0.25, 0)
  2128. camera.userData.autoLookAtTarget = true // automatically look at the target (in setDirty)
  2129. camera.setDirty()
  2130. camera.addEventListener('update', ()=>{
  2131. viewer.setDirty() // if the camera is not added to the scene it wont update automatically when camera.setDirty is called(like from the UI)
  2132. })
  2133. const vCam = virtualCameras.addCamera(camera)
  2134. console.log(vCam.target) // target is a WebGLRenderTarget/IRenderTarget
  2135. ```
  2136. Check the [virtual camera](https://threepipe.org/examples/#virtual-camera/) example for using the texture in the scene.
  2137. ## EditorViewWidgetPlugin
  2138. [//]: # (todo: image)
  2139. [Example](https://threepipe.org/examples/#editor-view-widget-plugin/) &mdash;
  2140. [Source Code](./src/plugins/interaction/EditorViewWidgetPlugin.ts) &mdash;
  2141. [API Reference](https://threepipe.org/docs/classes/EditorViewWidgetPlugin.html)
  2142. EditorViewWidgetPlugin adds a ViewHelper in the parent of the viewer canvas to show the current camera view and allow the user to change the camera view to one of the primary world axes.
  2143. Simply add the plugin to the viewer to see the widget.
  2144. ```typescript
  2145. import {ThreeViewer, EditorViewWidgetPlugin} from 'threepipe'
  2146. const viewer = new ThreeViewer({...})
  2147. const plugin = viewer.addPluginSync(new EditorViewWidgetPlugin())
  2148. // to hide the widget
  2149. plugin.enabled = false
  2150. ```
  2151. ## Object3DWidgetsPlugin
  2152. [//]: # (todo: image)
  2153. [Example](https://threepipe.org/examples/#object3d-widgets-plugin/) &mdash;
  2154. [Source Code](./src/plugins/extras/Object3DWidgetsPlugin.ts) &mdash;
  2155. [API Reference](https://threepipe.org/docs/classes/Object3DWidgetsPlugin.html)
  2156. Object3DWidgetsPlugin adds support for light and camera helpers/gizmos in the viewer.
  2157. A helper is automatically created when any supported light or camera is added to the scene.
  2158. Simply add the plugin to the viewer to see the widget.
  2159. Support for additional types of helpers can be added dynamically or by other plugins by pushing a helper constructor to the `Object3DWidgetsPlugin.helpers` array, and calling `Object3DWidgetsPlugin.refresh()`.
  2160. The helper class prototype should implement the `IObject3DHelper` interface. Check `DirectionalLightHelper2` for an example.
  2161. ```typescript
  2162. import {ThreeViewer, Object3DWidgetsPlugin, Object3DGeneratorPlugin} from 'threepipe'
  2163. const viewer = new ThreeViewer({...})
  2164. // Add the plugin to add support
  2165. const plugin = viewer.addPluginSync(new Object3DWidgetsPlugin())
  2166. // Add some lights or cameras to the scene. (This can be done before adding the plugin as well)
  2167. // Using Object3DGeneratorPlugin to create a camera and add it to the scene.
  2168. const generator = viewer.getOrAddPluginSync(Object3DGeneratorPlugin)
  2169. generator.generate('camera-perspective', {
  2170. position: new Vector3(5, 5, 0),
  2171. name: 'My Camera'
  2172. })
  2173. // to hide the widgets
  2174. plugin.enabled = false
  2175. // to add support for a custom helper
  2176. plugin.helpers.push(MyCustomHelper)
  2177. plugin.refresh()
  2178. ```
  2179. ## Object3DGeneratorPlugin
  2180. [//]: # (todo: image)
  2181. [Example](https://threepipe.org/examples/#object3d-generator-plugin/) &mdash;
  2182. [Source Code](./src/plugins/extras/Object3DGeneratorPlugin.ts) &mdash;
  2183. [API Reference](https://threepipe.org/docs/classes/Object3DGeneratorPlugin.html)
  2184. Object3DGeneratorPlugin adds support for creating different types of lights and camera objects in the viewer.
  2185. Call the `generate` method with any type to generate a type of object(like lights, cameras, mesh etc).
  2186. Support for the following types of generators is included in the plugin:
  2187. * camera-perspective - Creates instance of `PerspectiveCamera2`
  2188. * light-directional - Creates instance of `DirectionalLight2`
  2189. * light-ambient - Creates instance of `AmbientLight2`
  2190. * light-point - Creates instance of `PointLight2`
  2191. * light-spot - Creates instance of `SpotLight2`
  2192. * light-hemisphere - Creates instance of `HemisphereLight2`
  2193. * light-rect-area - Creates instance of `RectAreaLight2`
  2194. Additional types of generators can be added dynamically or by other plugins by adding a custom generator function to the `Object3DGeneratorPlugin.generators` object. This is done by [GeometryGeneratorPlugin](#threepipeplugin-geometry-generator) to add various type of primitive objects like plane, sphere, etc
  2195. A custom generator can take in any kind object as parameters and should return an `IObject3D`.
  2196. Sample Usage
  2197. ```typescript
  2198. import {ThreeViewer, Object3DWidgetsPlugin, Object3DGeneratorPlugin, Mesh2} from 'threepipe'
  2199. const viewer = new ThreeViewer({...})
  2200. const generator = viewer.addPluginSync(Object3DGeneratorPlugin)
  2201. generator.generate('camera-perspective', {
  2202. position: new Vector3(5, 5, 0),
  2203. name: 'My Camera'
  2204. })
  2205. const light = generator.generate('light-spot', {
  2206. position: new Vector3(5, 0, 0),
  2207. })
  2208. // to add support for a custom helper
  2209. plugin.generators['custom-object'] = (params)=>{
  2210. const object = new Mesh2(new PlaneGeometry(1,1), new PhysicalMaterial())
  2211. object.name = params.name ?? 'Custom Mesh'
  2212. if(params.position) object.position.copy(params.position)
  2213. return object
  2214. }
  2215. const obj = generator.generate('custom-object', {
  2216. position: new Vector3(5, 0, 0),
  2217. })
  2218. // Add Object3DWidgetsPlugin to see the added lights and cameras.
  2219. viewer.addPluginSync(new Object3DWidgetsPlugin())
  2220. ```
  2221. Check the [example](https://threepipe.org/examples/#object3d-generator-plugin/) for the UI.
  2222. ## DeviceOrientationControlsPlugin
  2223. [//]: # (todo: image)
  2224. [Example](https://threepipe.org/examples/#device-orientation-controls-plugin/) &mdash;
  2225. [Source Code](./src/plugins/interaction/DeviceOrientationControlsPlugin.ts) &mdash;
  2226. [API Reference](https://threepipe.org/docs/classes/DeviceOrientationControlsPlugin.html)
  2227. DeviceOrientationControlsPlugin enables controlling the main camera rotation in the scene with device orientation. This only works on devices which have a gyroscope(but can also be emulated in devtools in chrome).
  2228. After the plugin is added, it adds support for setting `deviceOrientation` as the key in `scene.mainCamera.controlMode`.
  2229. When the controls is started (for the first time), the current camera rotation is and the device orientation is saved and used as reference. To reset the saved device orientation, call `resetView` in the controls.
  2230. Sample Usage
  2231. ```typescript
  2232. import {ThreeViewer, DeviceOrientationControlsPlugin, Mesh2} from 'threepipe'
  2233. const viewer = new ThreeViewer({...})
  2234. viewer.addPluginSync(DeviceOrientationControlsPlugin)
  2235. // after some user action
  2236. viewer.scene.mainCamera.controlsMode = 'deviceOrientation'
  2237. // to reset the saved device orientation
  2238. viewer.scene.mainCamera.controls.resetView()
  2239. // switch back to default orbit controls
  2240. viewer.scene.mainCamera.controlsMode = 'orbit'
  2241. ```
  2242. ## PointerLockControlsPlugin
  2243. [//]: # (todo: image)
  2244. [Example](https://threepipe.org/examples/#pointer-lock-controls-plugin/) &mdash;
  2245. [Source Code](./src/plugins/interaction/PointerLockControlsPlugin.ts) &mdash;
  2246. [API Reference](https://threepipe.org/docs/classes/PointerLockControlsPlugin.html)
  2247. PointerLockControlsPlugin adds support for using PointerLockControls from three.js. It works similar to controls in first person shooter, captures the mouse pointer and uses it to look around with the camera.
  2248. After the plugin is added, it adds support for setting `pointerLock` as the key in `scene.mainCamera.controlMode`.
  2249. Sample Usage
  2250. ```typescript
  2251. import {ThreeViewer, PointerLockControlsPlugin, Mesh2} from 'threepipe'
  2252. const viewer = new ThreeViewer({...})
  2253. viewer.addPluginSync(PointerLockControlsPlugin)
  2254. // after some user action
  2255. viewer.scene.mainCamera.controlsMode = 'pointerLock'
  2256. // listen to lock/unlock events
  2257. viewer.scene.mainCamera.controls?.addEventListener('lock', ()=> console.log('pointer locked'))
  2258. viewer.scene.mainCamera.controls?.addEventListener('unlock', ()=> console.log('pointer unlocked'))
  2259. // switch back to default orbit controls
  2260. viewer.scene.mainCamera.controlsMode = 'orbit'
  2261. ```
  2262. ## ThreeFirstPersonControlsPlugin
  2263. [//]: # (todo: image)
  2264. [Example](https://threepipe.org/examples/#three-first-person-controls-plugin/) &mdash;
  2265. [Source Code](./src/plugins/interaction/ThreeFirstPersonControlsPlugin.ts) &mdash;
  2266. [API Reference](https://threepipe.org/docs/classes/ThreeFirstPersonControlsPlugin.html)
  2267. ThreeFirstPersonControlsPlugin adds support for using FirstPersonControls from three.js. It works similar to idle look around in first person games, it does not captures the mouse pointer.
  2268. After the plugin is added, it adds support for setting `threeFirstPerson` as the key in `scene.mainCamera.controlMode`.
  2269. Sample Usage
  2270. ```typescript
  2271. import {ThreeViewer, ThreeFirstPersonControlsPlugin, Mesh2} from 'threepipe'
  2272. const viewer = new ThreeViewer({...})
  2273. viewer.addPluginSync(ThreeFirstPersonControlsPlugin)
  2274. // after some user action
  2275. viewer.scene.mainCamera.controlsMode = 'threeFirstPerson'
  2276. // switch back to default orbit controls
  2277. viewer.scene.mainCamera.controlsMode = 'orbit'
  2278. ```
  2279. ## Rhino3dmLoadPlugin
  2280. [Example](https://threepipe.org/examples/#rhino3dm-load/) &mdash;
  2281. [Source Code](./src/plugins/import/Rhino3dmLoadPlugin.ts) &mdash;
  2282. [API Reference](https://threepipe.org/docs/classes/Rhino3dmLoadPlugin.html)
  2283. Adds support for loading .3dm files generated by [Rhino 3D](https://www.rhino3d.com/). This plugin includes some changes with how 3dm files are loaded in three.js. The changes are around loading layer and primitive properties when set as reference in the 3dm files.
  2284. It also adds some helpful options to process the model after load.
  2285. ```typescript
  2286. import {Rhino3dmLoadPlugin} from 'threepipe'
  2287. const rhino3dmPlugin = viewer.addPluginSync(new Rhino3dmLoadPlugin())
  2288. rhino3dmPlugin.importMaterials = true // import materials source from 3dm file
  2289. rhino3dmPlugin.forceLayerMaterials = true // force material source to be layer in 3dm file.
  2290. rhino3dmPlugin.hideLineMesh = true // hide all lines and points in the model.
  2291. rhino3dmPlugin.replaceWithInstancedMesh = true // replace meshes with the same parent, geometry and material with a single instance mesh.
  2292. const mesh = await viewer.load('file.3dm')
  2293. ```
  2294. ## PLYLoadPlugin
  2295. [Example](https://threepipe.org/examples/#ply-load/) &mdash;
  2296. [Source Code](./src/plugins/import/PLYLoadPlugin.ts) &mdash;
  2297. [API Reference](https://threepipe.org/docs/classes/PLYLoadPlugin.html)
  2298. Adds support for loading .ply ([Polygon file format](https://en.wikipedia.org/wiki/PLY_(file_format))) files.
  2299. ```typescript
  2300. import {PLYLoadPlugin} from 'threepipe'
  2301. viewer.addPluginSync(new PLYLoadPlugin())
  2302. const mesh = await viewer.load('file.ply')
  2303. ```
  2304. ## USDZLoadPlugin
  2305. [Example](https://threepipe.org/examples/#usdz-load/) &mdash;
  2306. [Source Code](./src/plugins/import/USDZLoadPlugin.ts) &mdash;
  2307. [API Reference](https://threepipe.org/docs/classes/USDZLoadPlugin.html)
  2308. Adds support for loading .usdz and .usda ([Universal Scene Description](https://graphics.pixar.com/usd/docs/index.html)) files.
  2309. ```typescript
  2310. import {USDZLoadPlugin} from 'threepipe'
  2311. viewer.addPluginSync(new USDZLoadPlugin())
  2312. const mesh = await viewer.load('file.usdz')
  2313. const mesh2 = await viewer.load('file.usda')
  2314. ```
  2315. ## STLLoadPlugin
  2316. [Example](https://threepipe.org/examples/#stl-load/) &mdash;
  2317. [Source Code](./src/plugins/import/STLLoadPlugin.ts) &mdash;
  2318. [API Reference](https://threepipe.org/docs/classes/STLLoadPlugin.html)
  2319. Adds support for loading .stl ([Stereolithography](https://en.wikipedia.org/wiki/STL_(file_format))) files.
  2320. ```typescript
  2321. import {STLLoadPlugin} from 'threepipe'
  2322. viewer.addPluginSync(new STLLoadPlugin())
  2323. const mesh = await viewer.load('file.stl')
  2324. ```
  2325. ## KTX2LoadPlugin
  2326. [Example](https://threepipe.org/examples/#ktx2-load/) &mdash;
  2327. [Source Code](./src/plugins/import/KTX2LoadPlugin.ts) &mdash;
  2328. [API Reference](https://threepipe.org/docs/classes/KTX2LoadPlugin.html)
  2329. Adds support for loading .ktx2 ([Khronos Texture](https://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/) files.
  2330. KTX2LoadPlugin also adds support for exporting loaded .ktx2 files in glTF files with the [KHR_texture_basisu](https://www.khronos.org/registry/KHR/textures/2.0-extensions/KHR_texture_basisu/) extension.
  2331. ```typescript
  2332. import {KTX2LoadPlugin} from 'threepipe'
  2333. viewer.addPluginSync(new KTX2LoadPlugin())
  2334. const texture = await viewer.load('file.ktx2')
  2335. ```
  2336. ## KTXLoadPlugin
  2337. [Example](https://threepipe.org/examples/#ktx-load/) &mdash;
  2338. [Source Code](./src/plugins/import/KTXLoadPlugin.ts) &mdash;
  2339. [API Reference](https://threepipe.org/docs/classes/KTXLoadPlugin.html)
  2340. Adds support for loading .ktx ([Khronos Texture](https://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/) files.
  2341. Note: This plugin only adds support for loading .ktx file, and not exporting them in the bundled .glb. Use .ktx2 files instead of .ktx files for better compression and performance.
  2342. ```typescript
  2343. import {KTXLoadPlugin} from 'threepipe'
  2344. viewer.addPluginSync(new KTXLoadPlugin())
  2345. const texture = await viewer.load('file.ktx')
  2346. ```
  2347. ## SimplifyModifierPlugin
  2348. [Example](https://threepipe.org/examples/#simplify-modifier-plugin/) &mdash;
  2349. [Source Code](./src/plugins/extras/SimplifyModifierPlugin.ts) &mdash;
  2350. [API Reference](https://threepipe.org/docs/classes/SimplifyModifierPlugin.html)
  2351. Boilerplate for implementing a plugin for simplifying geometries.
  2352. This is a base class and cannot be used directly.
  2353. A sample to use it:
  2354. ```typescript
  2355. class SimplifyModifierPluginImpl extends SimplifyModifierPlugin {
  2356. protected _simplify(geometry: IGeometry, count: number) {
  2357. return new SimplifyModifier().modify(geometry, count) as IGeometry
  2358. }
  2359. }
  2360. const plugin = viewer.addPluginSync(new SimplifyModifierPluginImpl())
  2361. const root = await viewer.load('file.glb')
  2362. plugin.simplifyAll(root, {factor: 0.75})
  2363. ```
  2364. Check the [example](https://threepipe.org/examples/#simplify-modifier-plugin/) for full implementation.
  2365. ## MeshOptSimplifyModifierPlugin
  2366. [Example](https://threepipe.org/examples/#meshopt-simplify-modifier-plugin/) &mdash;
  2367. [Source Code](./src/plugins/extras/MeshOptSimplifyModifierPlugin.ts) &mdash;
  2368. [API Reference](https://threepipe.org/docs/classes/MeshOptSimplifyModifierPlugin.html)
  2369. Simplify modifier using [meshoptimizer](https://github.com/zeux/meshoptimizer) library. It Loads the library at runtime from a customisable CDN URL.
  2370. Note: It does not guarantee that the geometry will be simplified to the exact target count.
  2371. ```typescript
  2372. const simplifyModifier = viewer.addPluginSync(new MeshOptSimplifyModifierPlugin())
  2373. const root = await viewer.load('file.glb')
  2374. simplifyModifier.simplifyAll(root, {factor: 0.75})
  2375. ```
  2376. # @threepipe Packages
  2377. Additional plugins can be found in the [plugins](plugins/) directory.
  2378. These add support for integrating with other libraries, adding new features, and other functionality with different licenses.
  2379. ## @threepipe/plugin-tweakpane
  2380. [Tweakpane](https://tweakpane.github.io/docs/) UI plugin for ThreePipe
  2381. [//]: # (todo: image)
  2382. [Example](https://threepipe.org/examples/#tweakpane-ui-plugin/) &mdash;
  2383. [Source Code](./plugins/tweakpane/src/TweakpaneUiPlugin.ts) &mdash;
  2384. [API Reference](https://threepipe.org/plugins/tweakpane/docs/classes/TweakpaneUiPlugin.html)
  2385. NPM: `npm install @threepipe/plugin-tweakpane`
  2386. CDN: https://threepipe.org/plugins/tweakpane/dist/index.mjs
  2387. TweakpaneUiPlugin adds support for using [uiconfig-tweakpane](https://github.com/repalash/uiconfig-tweakpane)
  2388. to create a configuration UI in applications using the [Tweakpane](https://tweakpane.github.io/docs/) library.
  2389. The plugin takes the [uiconfig](https://github.com/repalash/uiconfig.js)
  2390. that's defined in the viewer and all the objects to automatically render a UI in the browser.
  2391. ```typescript
  2392. import {IObject3D, ThreeViewer, TonemapPlugin} from 'threepipe'
  2393. import {TweakpaneUiPlugin} from '@threepipe/plugin-tweakpane'
  2394. const viewer = new ThreeViewer({...})
  2395. // Add the plugin
  2396. const plugin = viewer.addPluginSync(new TweakpaneUiPlugin(true)) // true to show expanded the UI by default
  2397. // Add the UI for the viewer
  2398. plugin.appendChild(viewer.uiConfig)
  2399. // Add UI for some plugins
  2400. plugin.setupPlugins(TonemapPlugin, DropzonePlugin)
  2401. ```
  2402. ## @threepipe/plugin-blueprintjs
  2403. [Blueprint.js](https://blueprintjs.com/) UI plugin for ThreePipe
  2404. [//]: # (todo: image)
  2405. [Example](https://threepipe.org/examples/#blueprintjs-ui-plugin/) &mdash;
  2406. [Source Code](./plugins/blueprintjs/src/BlueprintJsUiPlugin.ts) &mdash;
  2407. [API Reference](https://threepipe.org/plugins/blueprintjs/docs/classes/BlueprintJsUiPlugin.html)
  2408. NPM: `npm install @threepipe/plugin-blueprintjs`
  2409. CDN: https://threepipe.org/plugins/blueprintjs/dist/index.mjs
  2410. BlueprintJsUiPlugin adds support for using [uiconfig-blueprint](https://github.com/repalash/uiconfig-blueprint)
  2411. to create a configuration UI in applications using the [BlueprintJs](https://blueprintjs.com/) library.
  2412. The plugin takes the [uiconfig](https://github.com/repalash/uiconfig.js)
  2413. that's defined in the viewer and all the objects to automatically render a UI in the browser.
  2414. ```typescript
  2415. import {IObject3D, ThreeViewer, TonemapPlugin} from 'threepipe'
  2416. import {BlueprintJsUiPlugin} from '@threepipe/plugin-blueprintjs'
  2417. const viewer = new ThreeViewer({...})
  2418. // Add the plugin
  2419. const plugin = viewer.addPluginSync(new BlueprintJsUiPlugin(true)) // true to show expanded the UI by default
  2420. // Add the UI for the viewer
  2421. plugin.appendChild(viewer.uiConfig)
  2422. // Add UI for some plugins
  2423. plugin.setupPlugins(TonemapPlugin, DropzonePlugin)
  2424. ```
  2425. ## @threepipe/plugin-tweakpane-editor
  2426. Tweakpane Editor Plugin for ThreePipe
  2427. [//]: # (todo: image)
  2428. [Example](https://threepipe.org/examples/#tweakpane-editor/) &mdash;
  2429. [Source Code](./plugins/tweakpane-editor/src/TweakpaneEditorPlugin.ts) &mdash;
  2430. [API Reference](https://threepipe.org/plugins/tweakpane-editor/docs/classes/TweakpaneEditorPlugi &mdash;
  2431. NPM: `npm install @threepipe/plugin-tweakpane-editor`
  2432. CDN: https://threepipe.org/plugins/tweakpane-editor/dist/index.mjs
  2433. TweakpaneEditorPlugin uses TweakpaneUiPlugin to create an editor for editing viewer,
  2434. plugins, model and material configurations in the browser.
  2435. ```typescript
  2436. import {IObject3D, ThreeViewer, TonemapPlugin} from 'threepipe'
  2437. import {TweakpaneEditorPlugin} from '@threepipe/plugin-tweakpane-editor'
  2438. const viewer = new ThreeViewer({...})
  2439. viewer.addPluginSync(new TweakpaneUiPlugin(true))
  2440. const editor = viewer.addPluginSync(new TweakpaneEditorPlugin())
  2441. // Add some plugins to the viewer
  2442. await viewer.addPlugins([
  2443. new ViewerUiConfigPlugin(),
  2444. // new SceneUiConfigPlugin(), // this is already in ViewerUiPlugin
  2445. new DepthBufferPlugin(HalfFloatType, true, true),
  2446. new NormalBufferPlugin(HalfFloatType, false),
  2447. new RenderTargetPreviewPlugin(false),
  2448. ])
  2449. // Load the plugin UI in the editor and tweakpane ui with categories.
  2450. editor.loadPlugins({
  2451. ['Viewer']: [ViewerUiConfigPlugin, SceneUiConfigPlugin, DropzonePlugin, FullScreenPlugin],
  2452. ['GBuffer']: [DepthBufferPlugin, NormalBufferPlugin],
  2453. ['Post-processing']: [TonemapPlugin],
  2454. ['Debug']: [RenderTargetPreviewPlugin],
  2455. })
  2456. ```
  2457. ## @threepipe/plugins-extra-importers
  2458. Exports several plugins to add support for various file types.
  2459. [Example](https://threepipe.org/examples/#extra-importer-plugins/) &mdash;
  2460. [Source Code](./plugins/extra-importers/src/index.ts) &mdash;
  2461. [API Reference](https://threepipe.org/plugins/extra-importers/docs)
  2462. NPM: `npm install @threepipe/plugins-extra-importers`
  2463. CDN: https://threepipe.org/plugins/extra-importers/dist/index.mjs
  2464. This package exports several plugins to add support for several file types using the following plugins
  2465. - [TDSLoadPlugin](https://threepipe.org/plugins/extra-importers/docs/classes/TDSLoadPlugin.html) - Load 3DS Max (.3ds) files
  2466. - [ThreeMFLoadPlugin](https://threepipe.org/plugins/extra-importers/docs/classes/ThreeMFLoadPlugin.html) - Load 3MF (.3mf) files
  2467. - [ColladaLoadPlugin](https://threepipe.org/plugins/extra-importers/docs/classes/ColladaLoadPlugin.html) - Load Collada (.dae) files
  2468. - [AMFLoadPlugin](https://threepipe.org/plugins/extra-importers/docs/classes/AMFLoadPlugin.html) - Load AMF (.amf) files
  2469. - [BVHLoadPlugin](https://threepipe.org/plugins/extra-importers/docs/classes/BVHLoadPlugin.html) - Load BVH (.bvh) files
  2470. - [VOXLoadPlugin](https://threepipe.org/plugins/extra-importers/docs/classes/VOXLoadPlugin.html) - Load MagicaVoxel (.vox) files
  2471. - [GCodeLoadPlugin](https://threepipe.org/plugins/extra-importers/docs/classes/GCodeLoadPlugin.html) - Load GCode (.gcode) files
  2472. - [MDDLoadPlugin](https://threepipe.org/plugins/extra-importers/docs/classes/MDDLoadPlugin.html) - Load MDD (.mdd) files
  2473. - [PCDLoadPlugin](https://threepipe.org/plugins/extra-importers/docs/classes/PCDLoadPlugin.html) - Load Point cloud data (.pcd) files
  2474. - [TiltLoadPlugin](https://threepipe.org/plugins/extra-importers/docs/classes/TiltLoadPlugin.html) - Load Tilt Brush (.tilt) files
  2475. - [VRMLLoadPlugin](https://threepipe.org/plugins/extra-importers/docs/classes/VRMLLoadPlugin.html) - Load VRML (.wrl) files
  2476. - [MPDLoadPlugin](https://threepipe.org/plugins/extra-importers/docs/classes/MPDLoadPlugin.html) - Load LDraw (.mpd) files
  2477. - [VTKLoadPlugin](https://threepipe.org/plugins/extra-importers/docs/classes/VTKLoadPlugin.html) - Load VTK (.vtk) files
  2478. - [XYZLoadPlugin](https://threepipe.org/plugins/extra-importers/docs/classes/XYZLoadPlugin.html) - Load XYZ (.xyz) files
  2479. To add all the plugins at once use `extraImporters`. This adds support for loading all the above file types.
  2480. ```typescript
  2481. import {ThreeViewer} from 'threepipe'
  2482. import {extraImporters} from '@threepipe/plugins-extra-importers'
  2483. const viewer = new ThreeViewer({...})
  2484. viewer.addPluginsSync(extraImporters)
  2485. // Now load any file as is.
  2486. const model = await viewer.load<IObject3D>('file.3mf')
  2487. // To load the file as a data url, use the correct mimetype
  2488. const model1 = await viewer.load<IObject3D>('data:model/3mf;base64,...')
  2489. ```
  2490. Remove the `<IObject3D>` if using javascript and not typescript.
  2491. ## @threepipe/plugin-blend-importer
  2492. Exports [BlendImporterPlugin](https://threepipe.org/plugins/blend-importer/docs/classes/BlendLoadPlugin.html) which adds support for loading .blend files.
  2493. It uses [js.blend](https://github.com/acweathersby/js.blend) for parsing blend file structure.
  2494. Note: This is still a WIP.
  2495. Currently working: `Mesh`, `BufferGeometry` and basic `PointLight`.
  2496. To be added: `PhysicalMaterial`, `UnlitMaterial` (similar to blender-gltf-io plugin)
  2497. [Example](https://threepipe.org/examples/#blend-load/) &mdash;
  2498. [Source Code](./plugins/blend-importer/src/index.ts) &mdash;
  2499. [API Reference](https://threepipe.org/plugins/blend-importer/docs)
  2500. NPM: `npm install @threepipe/plugin-blend-importer`
  2501. ```typescript
  2502. import {ThreeViewer} from 'threepipe'
  2503. import {BlendLoadPlugin} from '@threepipe/plugin-blend-importer'
  2504. const viewer = new ThreeViewer({...})
  2505. viewer.addPluginSync(BlendLoadPlugin)
  2506. // Now load any .blend file.
  2507. const model = await viewer.load<IObject3D>('path/to/file.blend')
  2508. // To load the file as a data url, use the correct mimetype
  2509. const model1 = await viewer.load<IObject3D>('data:application/x-blender;base64,...')
  2510. ```
  2511. [//]: # ( TODO: The plugin should parse and references to other assets and find them relative to the .blend file or the current location.)
  2512. ## @threepipe/plugin-geometry-generator
  2513. Exports [GeometryGeneratorPlugin](https://threepipe.org/plugins/geometry-generator/docs/classes/BlendLoadPlugin.html) with several Geometry generators to create parametric and updatable geometries like plane, circle, sphere, box, torus, cylinder, cone etc.
  2514. [Example](https://threepipe.org/examples/#geometry-generator-plugin/) &mdash;
  2515. [Source Code](./plugins/geometry-generator/src/index.ts) &mdash;
  2516. [API Reference](https://threepipe.org/plugins/geometry-generator/docs)
  2517. NPM: `npm install @threepipe/plugin-geometry-generator`
  2518. The generated geometries/meshes include the parameters in the userData and can be re-generated by changing the parameters from the UI or the plugin API.
  2519. Includes the following generator which inherit from [AGeometryGenerator](https://threepipe.org/plugins/geometry-generator/docs/classes/AGeometryGenerator.html):
  2520. - **plane**: [PlaneGeometryGenerator](https://threepipe.org/plugins/geometry-generator/docs/classes/PlaneGeometryGenerator),
  2521. - **sphere**: [SphereGeometryGenerator](https://threepipe.org/plugins/geometry-generator/docs/classes/SphereGeometryGenerator),
  2522. - **box**: [BoxGeometryGenerator](https://threepipe.org/plugins/geometry-generator/docs/classes/BoxGeometryGenerator),
  2523. - **circle**: [CircleGeometryGenerator](https://threepipe.org/plugins/geometry-generator/docs/classes/CircleGeometryGenerator),
  2524. - **torus**: [TorusGeometryGenerator](https://threepipe.org/plugins/geometry-generator/docs/classes/TorusGeometryGenerator),
  2525. - **cylinder**: [CylinderGeometryGenerator](https://threepipe.org/plugins/geometry-generator/docs/classes/CylinderGeometryGenerator),
  2526. Sample Usage:
  2527. ```typescript
  2528. import {ThreeViewer, UnlitMaterial} from 'threepipe'
  2529. import {GeometryGeneratorPlugin} from '@threepipe/plugin-geometry-generator'
  2530. const viewer = new ThreeViewer({...})
  2531. const generator = viewer.addPluginSync(GeometryGeneratorPlugin)
  2532. const sphere = generator.generateObject('sphere', {radius: 3})
  2533. viewer.scene.addObject(sphere)
  2534. // to update the geometry
  2535. generator.updateGeometry(sphere.geometry, {radius: 4, widthSegments: 100})
  2536. // to add a custom generator
  2537. generator.generators.custom = new CustomGenerator('custom') // Extend from AGeometryGenerator or implement GeometryGenerator interface
  2538. // refresh the ui so the new generator is available to select.
  2539. generator.uiConfig.uiRefresh?.()
  2540. // change the material type for all objects
  2541. generator.defaultMaterialClass = UnlitMaterial // by default its PhysicalMaterial
  2542. viewer.scene.addObject(generator.generateObject('box', {width: 2, height: 2, depth: 2}))
  2543. ```
  2544. ## @threepipe/plugin-gaussian-splatting
  2545. Exports [GaussianSplattingPlugin](https://threepipe.org/plugins/gaussian-splatting/docs/classes/GaussianSplattingPlugin.html) which adds support for loading .blend files.
  2546. It uses [`three-gaussian-splat`](./plugins/gaussian-splatting/src/three-gaussian-splat), a rewrite of [@zappar/three-guassian-splat](https://github.com/zappar-xr/three-gaussian-splat) (and [gsplat.js](https://github.com/huggingface/gsplat.js) and [antimatter15/splat](https://github.com/antimatter15/splat)) for loading splat files and rendering gaussian splats.
  2547. [Example](https://threepipe.org/examples/#splat-load/) &mdash;
  2548. [Source Code](./plugins/gaussian-splatting/src/index.ts) &mdash;
  2549. [API Reference](https://threepipe.org/plugins/gaussian-splatting/docs)
  2550. NPM: `npm install @threepipe/plugin-gaussian-splatting`
  2551. Note: This is still a WIP.
  2552. Currently working:
  2553. * Importing .splat files (just array buffer of gaussian splat attributes)
  2554. * ThreeGaussianSplatPlugin (Same as GaussianSplattingPlugin), add importer and update events to the viewer
  2555. * GaussianSplatMaterialExtension for adding gaussian splat functionality to any material like Unlit, Physical
  2556. * GaussianSplatMesh a subclass of Mesh2 for holding the gaussian splat geometry and a material with gaussian splat extension. also handles basic raycast in the splat geometry. (assuming simple points)
  2557. * GaussianSplatGeometry holds the geometry data and and the sort worker. Computes correct bounding box and sphere.
  2558. * SplatLoader for loading splat files and creating the geometry and material.
  2559. * GaussianSplatMaterialUnlit, GaussianSplatMaterialRaw
  2560. * GaussianSplatMaterialPhysical, working but normals are hardcoded to 0,1,0
  2561. TBD:
  2562. * Exporting/embedding splat files into glb
  2563. * Rendering to depth/gbuffer
  2564. * Estimate normals/read from file
  2565. * Lighting in GaussianSplatMaterialPhysical
  2566. ```typescript
  2567. import {ThreeViewer} from 'threepipe'
  2568. import {GaussianSplattingPlugin} from '@threepipe/plugin-gaussian-splatting'
  2569. const viewer = new ThreeViewer({...})
  2570. viewer.addPluginSync(GaussianSplattingPlugin)
  2571. // Now load any .splat file.
  2572. const model = await viewer.load<GaussianSplatMesh>('path/to/file.splat')
  2573. ```
  2574. ## @threepipe/plugin-svg-renderer
  2575. Exports [ThreeSVGRendererPlugin](https://threepipe.org/plugins/svg-renderer/docs/classes/ThreeSVGRendererPlugin.html) and [BasicSVGRendererPlugin](https://threepipe.org/plugins/svg-renderer/docs/classes/BasicSVGRendererPlugin.html) which provide support for rendering the 3d scene as [SVG(Scalable Vector Graphics)](https://developer.mozilla.org/en-US/docs/Web/SVG). The generated SVG is compatible with browser rendering and other software like figma, illustrator etc.
  2576. [Example](https://threepipe.org/examples/#three-svg-renderer/) &mdash;
  2577. [Source Code](./plugins/svg-renderer/src/index.ts) &mdash;
  2578. [API Reference](https://threepipe.org/plugins/svg-renderer/docs) &mdash;
  2579. [GPLV3 License](./plugins/svg-renderer/LICENSE)
  2580. NPM: `npm install @threepipe/plugin-svg-renderer`
  2581. Note: This is still a WIP. API might change slightly
  2582. `ThreeSVGRendererPlugin` uses [`three-svg-renderer`](./plugins/svg-renderer/src/three-svg-renderer), which is a modified version of [three-svg-renderer](https://www.npmjs.com/package/three-svg-renderer) (GPLV3 Licenced).
  2583. The plugin renderers meshes in the viewer scene to svg objects by computing polygons and contours of the geometry in view space. Check [LokiResearch/three-svg-renderer](https://github.com/LokiResearch/three-svg-renderer?tab=readme-ov-file#references) for more details.
  2584. In the modified version that is used here, support for some types of geometries is added and a rendered image in screen-space is used to create raster fill images for paths along with some other small changes. Check out the [Example](https://threepipe.org/examples/#three-svg-renderer/) for demo. See also [svg-geometry-playground example](https://threepipe.org/examples/#svg-geometry-playground/) for usage with other plugins `PickingPlugin`, `TransformControlsPlugin` and `GeometryGeneratorPlugin`.
  2585. Note that this does not support all the features of three.js and may not work with all types of materials and geometries. Check the examples for a list of sample models that do and don't work.
  2586. `BasicSVGRendererPlugin` is a sample plugin using [SVGRenderer](https://threejs.org/docs/index.html?q=svg#examples/en/renderers/SVGRenderer) from three.js addons. This renders all triangles in the scene to separate svg paths. Check the three.js docs for more details. Check out the [Example](https://threepipe.org/examples/#basic-svg-renderer/) for demo.
  2587. ```typescript
  2588. import {ThreeViewer} from 'threepipe'
  2589. import {ThreeSVGRendererPlugin} from '@threepipe/plugin-svg-renderer'
  2590. const viewer = new ThreeViewer({
  2591. ...,
  2592. rgbm: false, // this is required
  2593. })
  2594. const svgRender = viewer.addPluginSync(ThreeSVGRendererPlugin)
  2595. svgRender.autoRender = true // automatically render when camera or any object changes.
  2596. svgRender.autoMakeSvgObjects = true // automatically create SVG objects for all meshes in the scene.
  2597. // svgRender.makeSVGObject(object) // manually create SVG object for an object. (if autoMakeSvgObjects is false)
  2598. // Now load or generate any 3d model. Make sure its not very big. And the meshes are optimized.
  2599. const model = await viewer.load<IOBject3D>('path/to/file.glb')
  2600. // clear the background of the viewer
  2601. viewer.scene.backgroundColor = null
  2602. viewer.scene.background = null
  2603. // disable damping to get better experience.
  2604. viewer.scene.mainCamera.controls!.enableDamping = false
  2605. // hide the canvas to see the underlying svg node.
  2606. // note: do not set the display to none or remove the canvas as OrbitControls and other plugins might still be tracking the canvas.
  2607. viewer.canvas.style.opacity = '0'
  2608. // 3d pipeline can also be disabled like this if `drawImageFills` is `false` to get better performance. Do this only after loading the model.
  2609. // await viewer.doOnce('postFrame') // wait for the first frame to be rendered (for autoScale etc)
  2610. // viewer.renderManager.autoBuildPipeline = false
  2611. // viewer.renderManager.pipeline = [] // this will disable main viewer rendering
  2612. ```