[pull] master from playcanvas:master#102
Open
pull[bot] wants to merge 334 commits intohttpsgithu:masterfrom
Open
[pull] master from playcanvas:master#102pull[bot] wants to merge 334 commits intohttpsgithu:masterfrom
pull[bot] wants to merge 334 commits intohttpsgithu:masterfrom
Conversation
* anim events fix
Co-authored-by: Steven Yau <[email protected]>
…javascript file (#3258)
Co-authored-by: Martin Valigursky <[email protected]>
* examples cleanup * model outline * few more * raycast * compound collision * transform feedback * removed deprecated autoMipmap, using mipmaps instead * cleanup * morph many * point cloud sim * video texture * shader burn using render * shader toon * shader wobble * painter - sets render target on camera, not a layer * Update examples/src/examples/camera/fly.tsx Co-authored-by: Donovan Hutchence <[email protected]> * missed last updated example * Update examples/src/examples/camera/fly.tsx Co-authored-by: Donovan Hutchence <[email protected]> Co-authored-by: Martin Valigursky <[email protected]> Co-authored-by: Donovan Hutchence <[email protected]>
* model example uses models not renders * puncular light support * lint * existing issue bug fix * Update src/scene/skin-instance.js Co-authored-by: Will Eastcott <[email protected]> * Update src/scene/skin-instance-cache.js Co-authored-by: Will Eastcott <[email protected]> * Update src/scene/skin-instance-cache.js Co-authored-by: Will Eastcott <[email protected]> * Update src/scene/skin-instance.js Co-authored-by: Will Eastcott <[email protected]> * small change to intensity handling. Instad of using 0 or 1, clamp value to 0..2 range to allow more flexibility using data Co-authored-by: Martin Valigursky <[email protected]> Co-authored-by: Will Eastcott <[email protected]>
* Updated post effects engine example to more showcase the effects * Update examples/src/examples/graphics/post-effects.tsx Co-authored-by: Will Eastcott <[email protected]> Co-authored-by: Martin Valigursky <[email protected]> Co-authored-by: Will Eastcott <[email protected]>
* Exposed additional public functions for mesh morphing * added get targets instead of numTargets/getTarget(index) * added deprecated Morph.prototype.getTarget * Update src/scene/morph.js Co-authored-by: Will Eastcott <[email protected]> * removed previous property jsdoc * Update src/deprecated.js Co-authored-by: Will Eastcott <[email protected]> * Update src/deprecated.js Co-authored-by: Will Eastcott <[email protected]> Co-authored-by: Martin Valigursky <[email protected]> Co-authored-by: Will Eastcott <[email protected]>
* We should only resize the canvas if not in VR or XR Fixes #3260 * Fixed null exception on session end as planes can be null Co-authored-by: Steven Yau <[email protected]>
* anim component refactor and API update
Co-authored-by: Steven Yau <[email protected]>
Co-authored-by: Martin Valigursky <[email protected]>
* ssao * name fix * Update scripts/posteffects/posteffect-ssao.js Co-authored-by: Will Eastcott <[email protected]> * Update scripts/posteffects/posteffect-ssao.js Co-authored-by: Will Eastcott <[email protected]> * Apply suggestions from code review Co-authored-by: Will Eastcott <[email protected]> * removed loop of 1 iteration * removed unused code, got it to work for webgl1 Co-authored-by: Martin Valigursky <[email protected]> Co-authored-by: Will Eastcott <[email protected]>
* Fix rollup without .git dir Fix cross-env to build examples on Windows * Update rollup.config.js Co-authored-by: Will Eastcott <[email protected]>
* renamed point to omni (light) * typo Co-authored-by: Martin Valigursky <[email protected]>
Co-authored-by: Martin Valigursky <[email protected]>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.1.5...v2.2.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…PI and added a member function (#3245) * Removed the static function from the API and added a member function * Added docs around where it finds the available locales * Using the _findFallbackLocale method instead as it takes into account of fallback languages * Added tests for findAvailableLocale Co-authored-by: Steven Yau <[email protected]>
Co-authored-by: Steven Yau <[email protected]>
* download and compile on main thread * speed up extensions * add numClients option * basis timing * formatting * extensions fix * debug message * debug * added basis queue * uncompress invalidly-sized textures under webgl1 * move texture compression format decision to worker * debug * specify unpack alignment and size uncompressed textures correctly * add js docs * example working * better handling of config * Update src/resources/basis.js Co-authored-by: Will Eastcott <[email protected]> * Update src/resources/basis.js Co-authored-by: Will Eastcott <[email protected]> * Update src/resources/basis.js Co-authored-by: Will Eastcott <[email protected]> * Update src/resources/basis.js Co-authored-by: Will Eastcott <[email protected]> * add more documentation for numWorkers and eagerWorkers * space * add max 16 workers * get device details upon first transcode call Co-authored-by: Will Eastcott <[email protected]>
* support deprecated basis API * add lazy init flag * Basis not basis
* anim layer masks updates
* anim layer masks example
Co-authored-by: Martin Valigursky <[email protected]>
* es6 migration in the anim directory
Co-authored-by: Martin Valigursky <[email protected]>
Co-authored-by: Martin Valigursky <[email protected]>
…3600) Co-authored-by: Martin Valigursky <[email protected]>
* Final var elimination * All vars now eliminated * Migrate ministats to ES6 * More ES6 tweaks for ministats
* [DOCS] it's -> its * Spelling of anisotropy * Various spelling corrections
…e assignment (#3619) * Used instanceof to check against Entity type directly * Update src/framework/components/anim/component.js Co-authored-by: Will Eastcott <[email protected]> Co-authored-by: Steven Yau <[email protected]> Co-authored-by: Will Eastcott <[email protected]>
* [DOCS] Minor JSDoc corrections * More corrections
* More use of template string literals * More template string literals * More template string literals
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )