Commit 6a41fa11 authored by heng.zhang3@inzymeits.com's avatar heng.zhang3@inzymeits.com
Browse files

提交

parent fdd7fd19
...@@ -13,3 +13,4 @@ ...@@ -13,3 +13,4 @@
.externalNativeBuild .externalNativeBuild
.cxx .cxx
local.properties local.properties
dist
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DeviceTable">
<option name="columnSorters">
<list>
<ColumnSorterState>
<option name="column" value="Name" />
<option name="order" value="ASCENDING" />
</ColumnSorterState>
</list>
</option>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" /> <component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="jbr-21" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="jbr-21" project-jdk-type="JavaSDK">
......
...@@ -22,24 +22,27 @@ ...@@ -22,24 +22,27 @@
android:theme="@style/Theme.GeelyHMIWeb" android:theme="@style/Theme.GeelyHMIWeb"
tools:targetApi="31"> tools:targetApi="31">
<activity <activity
android:name=".ui.LoginActivity" android:name=".ui.BootActivity"
android:configChanges="orientation" android:exported="true">
android:exported="true"
android:screenOrientation="landscape">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" /> <category android:name="android.intent.category.LAUNCHER" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity
android:name=".ui.LoginActivity"
android:configChanges="orientation"
android:screenOrientation="landscape" />
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:configChanges="orientation" android:configChanges="orientation"
android:exported="false" android:exported="true"
android:launchMode="singleTask" android:launchMode="singleTask"
android:screenOrientation="landscape" /> >
</activity>
<provider <provider
android:name="androidx.core.content.FileProvider" android:name="androidx.core.content.FileProvider"
...@@ -50,7 +53,6 @@ ...@@ -50,7 +53,6 @@
android:name="android.support.FILE_PROVIDER_PATHS" android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" /> android:resource="@xml/file_paths" />
</provider> </provider>
</application> </application>
</manifest> </manifest>
\ No newline at end of file
This diff is collapsed.
{"asset":{"generatetool":"cesiumlab3@www.cesiumlab.com/model2tiles","version":"1.0"},"extras":{"scenetree":"scenetree.json"},"geometricError":7598.975085944869,"properties":null,"refine":"REPLACE","root":{"boundingVolume":{"box":[4.661160346586257e-10,0.9464408298954368,51.000446901191026,3799.4875429724343,0,0,0,3160.538952560164,0,0,0,50.00044212723151]},"children":[{"boundingVolume":{"box":[0.6265766312137657,0.05807479750365019,52.07513189455494,3797.752117803204,0,0,0,3160.4930230146274,0,0,0,50.7465071878396]},"content":{"uri":"NoLod_0.b3dm"},"geometricError":0.0,"refine":"REPLACE"}],"geometricError":7598.975085944869,"transform":[-0.8949955755598406,-0.446075015808227,0.0,0.0,0.28515340126585553,-0.5721258161620485,0.7689990820718997,0.0,-0.34303127769173464,0.6882507760639287,0.6392498821060322,0.0,-2190898.2396954456,4395772.373569241,4055477.859440872,1.0]}}
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment