public class ArSceneLoader
extends java.lang.Object
| 构造器和说明 |
|---|
ArSceneLoader(AREffectElement parent)
构造函数父节点位置
|
ArSceneLoader(EffectView arEffectView)
构造函数
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear()
清空场景
|
java.lang.String |
getAbsolutePath()
获取路径
|
java.util.List<AnchorNode> |
getAnchorNodeList()
获取场景中所有锚节点
|
android.content.Context |
getContext()
获取上下文
|
AREffectElement |
getSceneElement()
获取场景节点元素
|
void |
setAbsolutePath(java.lang.String rootPath)
设置路径
|
void |
updateScenePosition(Point3D position)
设置基础父节点位置
|
void |
updateSceneRotation(Quaternion rotation)
设置父节点
|
void |
updateSceneScale(float scale)
更新场景比例
|
public ArSceneLoader(EffectView arEffectView)
arEffectView - public ArSceneLoader(AREffectElement parent)
parent - public void updateScenePosition(Point3D position)
position - public void updateSceneRotation(Quaternion rotation)
rotation - public void updateSceneScale(float scale)
scale - public AREffectElement getSceneElement()
public void clear()
public java.util.List<AnchorNode> getAnchorNodeList()
public android.content.Context getContext()
public java.lang.String getAbsolutePath()
public void setAbsolutePath(java.lang.String rootPath)
rootPath -