提高adas版本到1.0.6.3
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.mogo.module.common.entity;
|
||||
|
||||
/**
|
||||
* 自车模型实体,用于从服务端获取不同等级的自车模型信息以及将此信息传递给adas
|
||||
*
|
||||
* @author tongchenfei
|
||||
*/
|
||||
public class OwnCarModelEntity {
|
||||
private boolean isLocked;
|
||||
private String ownCarLocationUrl;
|
||||
private String adasCarModelUrl;
|
||||
private int level;
|
||||
}
|
||||
@@ -6,7 +6,10 @@ import com.mogo.commons.debug.DebugConfig;
|
||||
import com.mogo.utils.logger.Logger;
|
||||
|
||||
/**
|
||||
* 没有地图场景下,topView底层蒙版帮助类,因为有两个地方涉及到蒙版的显示隐藏{@link TopViewAnimHelper}和{@link TopViewNoLinkageAnimHelper}
|
||||
* 为了不冲突,采用显示计数的方式进行兼容
|
||||
*
|
||||
* @author tongchenfei
|
||||
*/
|
||||
public class NoMapTopViewShaderHelper {
|
||||
private static final String TAG = "NoMapTopViewShaderHelper";
|
||||
|
||||
Reference in New Issue
Block a user