Skip to content

Commit bbced6d

Browse files
committed
Release Filament 1.62.2
1 parent 433fded commit bbced6d

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

NEW_RELEASE_NOTES.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ We are chaning the way Vulkan buffers are handled. We need to switch over to a m
77
appropriate header in [RELEASE_NOTES.md](./RELEASE_NOTES.md).
88

99
## Release notes for next branch cut
10-
11-
- Rename `sampler` parameter `unfilterable` to `filterable` [⚠️ **New Material Version**]
12-
- Added `Renderer::shouldRenderFrame()`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131
}
3232
3333
dependencies {
34-
implementation 'com.google.android.filament:filament-android:1.62.1'
34+
implementation 'com.google.android.filament:filament-android:1.62.2'
3535
}
3636
```
3737

@@ -51,7 +51,7 @@ Here are all the libraries available in the group `com.google.android.filament`:
5151
iOS projects can use CocoaPods to install the latest release:
5252

5353
```shell
54-
pod 'Filament', '~> 1.62.1'
54+
pod 'Filament', '~> 1.62.2'
5555
```
5656

5757
## Documentation

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ A new header is inserted each time a *tag* is created.
77
Instead, if you are authoring a PR for the main branch, add your release note to
88
[NEW_RELEASE_NOTES.md](./NEW_RELEASE_NOTES.md).
99

10+
## v1.63.0
11+
12+
- Rename `sampler` parameter `unfilterable` to `filterable` [⚠️ **New Material Version**]
13+
- Added `Renderer::shouldRenderFrame()`
14+
1015
## v1.62.2
1116

1217
- Metal: fix, respect alpha to coverage rasterization

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.google.android.filament
2-
VERSION_NAME=1.62.1
2+
VERSION_NAME=1.62.2
33

44
POM_DESCRIPTION=Real-time physically based rendering engine for Android.
55

ios/CocoaPods/Filament.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |spec|
22
spec.name = "Filament"
3-
spec.version = "1.62.1"
3+
spec.version = "1.62.2"
44
spec.license = { :type => "Apache 2.0", :file => "LICENSE" }
55
spec.homepage = "https://google.github.io/filament"
66
spec.authors = "Google LLC."
77
spec.summary = "Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WASM/WebGL."
88
spec.platform = :ios, "11.0"
9-
spec.source = { :http => "https://github.com/google/filament/releases/download/v1.62.1/filament-v1.62.1-ios.tgz" }
9+
spec.source = { :http => "https://github.com/google/filament/releases/download/v1.62.2/filament-v1.62.2-ios.tgz" }
1010

1111
# Fix linking error with Xcode 12; we do not yet support the simulator on Apple silicon.
1212
spec.pod_target_xcconfig = {

web/filament-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filament",
3-
"version": "1.62.1",
3+
"version": "1.62.2",
44
"description": "Real-time physically based rendering engine",
55
"main": "filament.js",
66
"module": "filament.js",

0 commit comments

Comments
 (0)