Skip to content

Commit

Permalink
chore: release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Mar 22, 2024
1 parent a60fcdd commit 31f5bb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package/example/src/ChangeMaterials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ export function ChangeMaterials() {
return
}

renderableManager.setAssetEntitiesOpacity(penguAsset, 1.0)

renderableManager.changeMaterialTextureMap(leftEye, 'Eye_Left.001', blueLeftEyeBuffer, 'sRGB')
renderableManager.changeMaterialTextureMap(rightEye, 'Eye_Right.002', blueRightEyeBuffer, 'sRGB')
}, [blueLeftEyeBuffer, blueRightEyeBuffer, engine, penguAsset, renderableManager])
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-filament",
"version": "0.10.0",
"version": "0.11.0",
"description": "A real-time physically based 3D rendering engine for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 31f5bb2

Please sign in to comment.