Uses of Class
org.robovm.apple.modelio.MDLAsset
| Package | Description |
|---|---|
| org.robovm.apple.glkit | |
| org.robovm.apple.metalkit | |
| org.robovm.apple.modelio |
-
Uses of MDLAsset in org.robovm.apple.glkit
Methods in org.robovm.apple.glkit with parameters of type MDLAsset Modifier and Type Method Description static NSArray<GLKMesh>GLKMesh. newMeshes(MDLAsset asset, NSArray.NSArrayPtr<?> sourceMeshes, NSError.NSErrorPtr error)Deprecated. -
Uses of MDLAsset in org.robovm.apple.metalkit
Methods in org.robovm.apple.metalkit with parameters of type MDLAsset Modifier and Type Method Description static NSArray<MTKMesh>MTKMesh. newMeshes(MDLAsset asset, MTLDevice device, NSArray.NSArrayPtr<?> sourceMeshes) -
Uses of MDLAsset in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio that return MDLAsset Modifier and Type Method Description MDLAssetMDLRelativeAssetResolver. getAsset()Methods in org.robovm.apple.modelio with parameters of type MDLAsset Modifier and Type Method Description protected longMDLRelativeAssetResolver. init(MDLAsset asset)protected longMDLVoxelArray. init(MDLAsset asset, int divisions, float patchRadius)voidMDLRelativeAssetResolver. setAsset(MDLAsset v)Constructors in org.robovm.apple.modelio with parameters of type MDLAsset Constructor Description MDLRelativeAssetResolver(MDLAsset asset)MDLVoxelArray(MDLAsset asset, int divisions, float patchRadius)