Class LullModel
- java.lang.Object
-
- pro.streem.ar.sceneform.rendering.LullModel
-
public class LullModel extends java.lang.ObjectHelper functions for loading and processing lull models.
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.android.filament.TextureSampler.WrapMode[]fromLullWrapMode
-
Constructor Summary
Constructors Constructor Description LullModel()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.android.filament.TextureSampler.MagFilterfromLullToMagFilter(TextureDef textureDef)static com.google.android.filament.TextureSampler.MinFilterfromLullToMinFilter(TextureDef textureDef)static intgetByteCountPerVertex(ModelInstanceDef modelInstanceDef)static booleanisLullModel(java.nio.ByteBuffer buffer)
-
-
-
Method Detail
-
isLullModel
public static boolean isLullModel(java.nio.ByteBuffer buffer)
-
getByteCountPerVertex
public static int getByteCountPerVertex(ModelInstanceDef modelInstanceDef)
-
fromLullToMinFilter
public static com.google.android.filament.TextureSampler.MinFilter fromLullToMinFilter(TextureDef textureDef)
-
fromLullToMagFilter
public static com.google.android.filament.TextureSampler.MagFilter fromLullToMagFilter(TextureDef textureDef)
-
-