File tree Expand file tree Collapse file tree
android/libs/filament/include/gltfio
ios/libs/filament/include/gltfio/materials Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class UTILS_PUBLIC Animator {
6363 * This is useful if you have other instances that have the same skeleton as the animator
6464 * from this asset, and you want those instances to be animated by the same animation (e.g. clothing).
6565 * Usually you don't need this and using updateBoneMatrices() is enough.
66- *
66+ *
6767 * @param instance The instance to update.
6868 */
6969 void updateBoneMatricesForInstance (FilamentInstance* instance);
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ extern "C" {
88}
99
1010#define UBERARCHIVE_DEFAULT_OFFSET 0
11- #define UBERARCHIVE_DEFAULT_SIZE 12414810
11+ #define UBERARCHIVE_DEFAULT_SIZE 753712
1212#define UBERARCHIVE_DEFAULT_DATA (UBERARCHIVE_PACKAGE + UBERARCHIVE_DEFAULT_OFFSET)
1313
1414#endif
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-filament" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.11 .0" ,
44 "description" : " A real-time physically based 3D rendering engine for React Native" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
110110 "requireCleanWorkingDir" : false
111111 },
112112 "npm" : {
113- "publish" : false
113+ "publish" : false ,
114+ "versionArgs" : [
115+ " --workspaces-update=false"
116+ ]
114117 },
115118 "github" : {
116119 "release" : true
You can’t perform that action at this time.
0 commit comments