3Dpass mobile light wallet for Android and iOS. Read more about its features.
This embedded option allows to recognize the same shaped 3D objects by means of processing its 3D models in .obj format. Due to the fact, that the app hasn't had a native 3D scanner integrated yet, now you can only process 3D models made by third party scanning/modeling apps and devices.
pass3d recognition tool is used as an implementation of Grid2d algorithm.
Tha wallet connects to the Node via RPC/API endpoints. These are the mainnet public endpoints:
Tis option allows to produce crypto wallet (address + keys) out of 3D object and its recovery by means of scanning.
Your help is always welcome! Feel free to translate the wallet UI into your native language. Follow this short instruction:
LANG_CODE.json
file to assets/translations/
lib/main.dart
EasyLocalization(
supportedLocales: const [
Locale('en'),
Locale('es'),
Locale('sr'),
// Add new locale here
],
)
ios/Runner/Info.plist
as described here:
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>es</string>
<string>sr</string>
// Add new locale here
</array>
Read more about easy localization.
threedpass Copyright (C) 2024 3Dpass https://3dpass.org/