Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightly #8763

Merged
merged 62 commits into from Aug 18, 2020
Merged

Nightly #8763

merged 62 commits into from Aug 18, 2020

Conversation

deltakosh
Copy link
Contributor

No description provided.

Alex-MSFT and others added 30 commits July 29, 2020 10:22
…ted Ids so that we can keep track what has changed between frames.
Co-authored-by: Ryan Tremblay <ryantrem@msn.com>
# Conflicts:
#	dist/preview release/what's new.md
Expose feature points as an experimental WebXR feature
deltakosh and others added 29 commits August 14, 2020 11:32
# Conflicts:
#	dist/preview release/babylon.js
#	dist/preview release/babylon.max.js.map
#	dist/preview release/inspector/babylon.inspector.bundle.js
#	dist/preview release/inspector/babylon.inspector.bundle.max.js.map
#	dist/preview release/viewer/babylon.viewer.max.js
* Optional entity types array for XR hit-test

* fix updateOptions issue

* linting

* remove unneeded character
# Conflicts:
#	dist/preview release/babylon.js
#	dist/preview release/babylon.max.js.map
#	dist/preview release/loaders/babylon.glTF2FileLoader.js.map
#	dist/preview release/loaders/babylon.glTFFileLoader.js.map
#	dist/preview release/loaders/babylonjs.loaders.js.map
#	dist/preview release/viewer/babylon.viewer.max.js
* Update sphereBuilder.ts

Fix sphereBuilder adding 6 indices to the top and bottom segments of sphere (even there's only 1 triangle)

* Update what's new.md (#12)

* Update sphereBuilder.ts
* Optional entity types array for XR hit-test

* defensively dealing with missing valueMesh (thou unlikely)
* Optional entity types array for XR hit-test

* Fix example-loading issues
* Flat tangent

* Whats new

* whats new

Co-authored-by: Alejandro Toledo <alex@pixelspace.com>
* Optional entity types array for XR hit-test

* hand tracking declaration

* depends on and hand tracking name

* defensive

* added the hand tracking feature

* nuwat

* fix non-supporting-system issue

* make sure model is disposedif the controller is already disposed

* disable pointer selection for hand tracking

* new observers, physics config

* documentation

* linting

* code doc

* fixing the d.ts issue

* extends instead of implements
[XR] Expose HTML overlay and allow styling
Stencil state is takes from the engine (or overridden)
* Fix potential recursive calls

* Add the ktx2 transcoders
# Conflicts:
#	dist/preview release/babylon.js
#	dist/preview release/babylon.max.js
#	dist/preview release/babylon.max.js.map
#	dist/preview release/viewer/babylon.viewer.js
#	dist/preview release/viewer/babylon.viewer.max.js
#	dist/preview release/what's new.md
#	src/Animations/animation.ts
* Expose feature points in BabylonJS as a native extension.

* Expose setFeaturePointCloudEnabled in XRSession, and add it to the startup routine for the feature

* Add some comments and minor cleanup

* Fix some minor spacing issues

* Add id to feature point data.

* fix indexing of confidence value and ID.

* Maintain feature point cloud across frames, signal with our collection every frame.

* Change onFeaturePointsUpdatedObservable to signal with a list of updated Ids so that we can keep track what has changed between frames.

* Fix doubled size array from doing both a distinct size declaration and .push.

* Add in doc describing implementation of FeaturePoints into LibDeclarations.

* Cleanup, make exposed array readonly and use private member variable to do internal accounting.

* Updating What's new, and move private member variable to unbreak typedoc.

* Apply suggestions from code review

Co-authored-by: Ryan Tremblay <ryantrem@msn.com>

* Address PR comments.  Split feature point updates into added, and updated.

* Change setFeaturePointCloudEnabled to trySetFeaturePointEnabled.

* Optional entity types array for XR hit-test

* Address PR comments.

* Make feature names readonly.

* Make it so ids do not need to be sequential.

* Add option in default pipeline property grid to convert cc to gamma or linear

* Nightly

* Nightly

* Update KHR_materials_variants to latest spec (#8739)

* remove reset button for variants

* Fix thin instance bounding info computation (#8740)

* Nightly

* Add some precision to the doc of onMeshLoaded callback / observable (#8743)

* Allow enabling the stencil buffer when using CreateScreenshotUsingRenderTarget (#8748)

* fix updateOptions issue (#8746)

* Optional entity types array for XR hit-test

* fix updateOptions issue

* linting

* remove unneeded character

* 4.2.0-alpha.33

* Update sphereBuilder.ts (#8750)

* Update sphereBuilder.ts

Fix sphereBuilder adding 6 indices to the top and bottom segments of sphere (even there's only 1 triangle)

* Update what's new.md (#12)

* Update sphereBuilder.ts

* Fix linting

* expose overlay, add css class

* say what say waht say what is new (what is new!)

* Update webXREnterExitUI.ts

* [XR] Make sure any model will work with the controller loop (#8758)

* Optional entity types array for XR hit-test

* defensively dealing with missing valueMesh (thou unlikely)

* Fix playground examples loading (#8756)

* Optional entity types array for XR hit-test

* Fix example-loading issues

* Flat tangent (#8751)

* Flat tangent

* Whats new

* whats new

Co-authored-by: Alejandro Toledo <alex@pixelspace.com>

* [XR] WebXR Hand Tracking - initial support (#8753)

* Optional entity types array for XR hit-test

* hand tracking declaration

* depends on and hand tracking name

* defensive

* added the hand tracking feature

* nuwat

* fix non-supporting-system issue

* make sure model is disposedif the controller is already disposed

* disable pointer selection for hand tracking

* new observers, physics config

* documentation

* linting

* code doc

* fixing the d.ts issue

* extends instead of implements

* Fix potential recursive calls (#8757)

* nightly

* [XR] Setting default values for the XR creation context (#8759)

Stencil state is takes from the engine (or overridden)

* KTX2 transcoders (#8760)

* Fix potential recursive calls

* Add the ktx2 transcoders

* Nightly

* Nightly

Co-authored-by: Alex Tran <altran@microsoft.com>
Co-authored-by: Ryan Tremblay <ryantrem@msn.com>
Co-authored-by: Raanan Weber <info@raananweber.com>
Co-authored-by: Gary Hsu <bghgary@users.noreply.github.com>
Co-authored-by: Popov72 <github@evpopov.com>
Co-authored-by: aWeirdo <thomasbeck@live.dk>
Co-authored-by: Alejandro Toledo Martinez <toledoal@users.noreply.github.com>
Co-authored-by: Alejandro Toledo <alex@pixelspace.com>

Co-authored-by: Alex Tran <altran@microsoft.com>
Co-authored-by: Ryan Tremblay <ryantrem@msn.com>
Co-authored-by: Raanan Weber <info@raananweber.com>
Co-authored-by: Gary Hsu <bghgary@users.noreply.github.com>
Co-authored-by: Popov72 <github@evpopov.com>
Co-authored-by: aWeirdo <thomasbeck@live.dk>
Co-authored-by: Alejandro Toledo Martinez <toledoal@users.noreply.github.com>
Co-authored-by: Alejandro Toledo <alex@pixelspace.com>
@deltakosh deltakosh merged commit 5903593 into preview Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants