Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Filament 1.15.1 + ARCore 1.29.0 + New VideoNode features + Fixes + Documentation source code.tar.gz | 2022-01-19 | 253.7 MB | |
Filament 1.15.1 + ARCore 1.29.0 + New VideoNode features + Fixes + Documentation source code.zip | 2022-01-19 | 254.3 MB | |
README.md | 2022-01-19 | 870 Bytes | |
Totals: 3 Items | 508.0 MB | 0 |
- Filament
1.12.8-> 1.15.1 - ARCore
1.26.0-> 1.29.0 - VideoNode:
- Fixed wrong positioning (#217)
- The
VideoNode
is now centered and above aParentNode
. - Added a new flag to enable a look to camera feature.
- With the function call
setRotateAlwaysToCamera(boolean rotateAlwaysToCamera)
, theVideoNode
will always look to the Camera (the user). The best effect can be achieved with a Video shown on a Plane.
- Add Proguard ARCore keep rule
- Fixes:
- Call
setDisplayGeometry
after Session is resumed (#267): Fix wrong behaviors when resume is called too late - Fix
ShapeFactory
cube : Reversed front/back vertices (#272) - Initialize
ViewRenderable
with transparent texture and set it in material right away (#273): Fix default texture first frame showing the camera stream
- Call
- Documentation