Skip to content

Commit

Permalink
Filament v1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGorisse committed Mar 27, 2024
1 parent 9553332 commit 3abb70c
Show file tree
Hide file tree
Showing 22 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A Sceneform replacement in Kotlin and Jetpack Compose
[![Sceneview](https://img.shields.io/maven-central/v/io.github.sceneview/sceneview.svg?label=Sceneview&color=6c35aa)](https://search.maven.org/artifact/io.github.sceneview/sceneview)
[![ARSceneview](https://img.shields.io/maven-central/v/io.github.sceneview/arsceneview.svg?label=ARSceneview&color=6c35aa)](https://search.maven.org/artifact/io.github.sceneview/arsceneview)

[![Filament](https://img.shields.io/badge/Filament-v1.49.3-yellow)](https://github.com/google/filament)
[![Filament](https://img.shields.io/badge/Filament-v1.51.0-yellow)](https://github.com/google/filament)
[![ARCore](https://img.shields.io/badge/ARCore-v1.42.0-c961cb)](https://github.com/google-ar/arcore-android-sdk)

[![Discord](https://img.shields.io/discord/893787194295222292?color=7389D8&label=Discord&logo=Discord&logoColor=ffffff&style=flat-square)](https://discord.gg/UbNDDBTNqb)
Expand Down
Binary file modified arsceneview/src/main/assets/materials/camera_stream_depth.filamat
Binary file not shown.
Binary file modified arsceneview/src/main/assets/materials/camera_stream_flat.filamat
Binary file not shown.
Binary file modified arsceneview/src/main/assets/materials/face_mesh.filamat
Binary file not shown.
Binary file modified arsceneview/src/main/assets/materials/face_mesh_occluder.filamat
Binary file not shown.
Binary file modified arsceneview/src/main/assets/materials/plane_renderer.filamat
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android.nonFinalResIds=false
# Filament Plugin
######################
# See the FilamentPlugin.groovy file for the description of these properties
filamentPluginEnabled=false
filamentPluginEnabled=true
# This value must point to your Filament dektop tools uncompressed dir, downloaded from here:
# https://github.com/google/filament/releases
com.google.android.filament.tools-dir=../../filament/out/release/filament
Expand Down
2 changes: 1 addition & 1 deletion sceneview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dependencies {
api 'dev.romainguy:kotlin-math:1.5.3'

// Filament
def filament_version = '1.49.3'
def filament_version = '1.51.0'
api "com.google.android.filament:filament-android:$filament_version"
api "com.google.android.filament:gltfio-android:$filament_version"
api "com.google.android.filament:filament-utils-android:$filament_version"
Expand Down
Binary file modified sceneview/src/main/assets/environments/neutral/neutral_ibl.ktx
Binary file not shown.
Binary file not shown.
16 changes: 8 additions & 8 deletions sceneview/src/main/assets/environments/neutral/sh.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
( 0.976625561714172, 0.976625561714172, 0.976625561714172); // L00, irradiance, pre-scaled base
( 0.552805960178375, 0.552805960178375, 0.552805960178375); // L1-1, irradiance, pre-scaled base
( 0.022355301305652, 0.022355301305652, 0.022355301305652); // L10, irradiance, pre-scaled base
(-0.031812082976103, -0.031812082976103, -0.031812082976103); // L11, irradiance, pre-scaled base
(-0.059246473014355, -0.059246473014355, -0.059246473014355); // L2-2, irradiance, pre-scaled base
( 0.062930233776569, 0.062930233776569, 0.062930233776569); // L2-1, irradiance, pre-scaled base
( 0.027763232588768, 0.027763232588768, 0.027763232588768); // L20, irradiance, pre-scaled base
( 0.976625382900238, 0.976625382900238, 0.976625382900238); // L00, irradiance, pre-scaled base
( 0.552805781364441, 0.552805781364441, 0.552805781364441); // L1-1, irradiance, pre-scaled base
( 0.022355316206813, 0.022355316206813, 0.022355316206813); // L10, irradiance, pre-scaled base
(-0.031812120229006, -0.031812120229006, -0.031812120229006); // L11, irradiance, pre-scaled base
(-0.059246446937323, -0.059246446937323, -0.059246446937323); // L2-2, irradiance, pre-scaled base
( 0.062930256128311, 0.062930256128311, 0.062930256128311); // L2-1, irradiance, pre-scaled base
( 0.027763258665800, 0.027763258665800, 0.027763258665800); // L20, irradiance, pre-scaled base
( 0.177627444267273, 0.177627444267273, 0.177627444267273); // L21, irradiance, pre-scaled base
( 0.086373746395111, 0.086373746395111, 0.086373746395111); // L22, irradiance, pre-scaled base
( 0.086373813450336, 0.086373813450336, 0.086373813450336); // L22, irradiance, pre-scaled base
Binary file modified sceneview/src/main/assets/materials/image_texture.filamat
Binary file not shown.
Binary file modified sceneview/src/main/assets/materials/opaque_colored.filamat
Binary file not shown.
Binary file modified sceneview/src/main/assets/materials/opaque_textured.filamat
Binary file not shown.
Binary file modified sceneview/src/main/assets/materials/transparent_colored.filamat
Binary file not shown.
Binary file modified sceneview/src/main/assets/materials/transparent_textured.filamat
Binary file not shown.
Binary file modified sceneview/src/main/assets/materials/video_texture.filamat
Binary file not shown.
Binary file not shown.
Binary file modified sceneview/src/main/assets/materials/view_renderable.filamat
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 3abb70c

Please sign in to comment.