Uses of Class
org.robovm.apple.modelio.MDLObject
| Package | Description |
|---|---|
| org.robovm.apple.modelio |
-
Uses of MDLObject in org.robovm.apple.modelio
Subclasses of MDLObject in org.robovm.apple.modelio Modifier and Type Class Description classMDLAreaLightclassMDLCameraclassMDLLightclassMDLLightProbeclassMDLMeshclassMDLPackedJointAnimationclassMDLPhotometricLightclassMDLPhysicallyPlausibleLightclassMDLSkeletonclassMDLStereoscopicCameraclassMDLVoxelArrayMethods in org.robovm.apple.modelio that return MDLObject Modifier and Type Method Description MDLObjectMDLObject. getInstance()MDLObjectMDLAsset. getObject(long index)MDLObjectMDLObject. getParent()MDLObjectMDLObjectContainer. objectAtIndexedSubscript(long index)MDLObjectMDLObjectContainerComponent. objectAtIndexedSubscript(long index)MDLObjectMDLAsset. objectAtPath(String path)MDLObjectMDLObject. objectAtPath(String path)Methods in org.robovm.apple.modelio that return types with arguments of type MDLObject Modifier and Type Method Description NSArray<MDLObject>MDLAsset. childObjectsOfClass(Class<?> objectClass)NSArray<MDLObject>MDLObjectContainer. getObjects()NSArray<MDLObject>MDLObjectContainerComponent. getObjects()Methods in org.robovm.apple.modelio with parameters of type MDLObject Modifier and Type Method Description voidMDLObject. addChild(MDLObject child)voidMDLAsset. addObject(MDLObject object)voidMDLObjectContainer. addObject(MDLObject object)voidMDLObjectContainerComponent. addObject(MDLObject object)voidMDLObject. enumerateChildObjects(Class<?> objectClass, MDLObject root, VoidBlock2<MDLObject,BooleanPtr> block, BooleanPtr stopPointer)static MatrixFloat4x4MDLTransform. getGlobalTransform(MDLObject object, double time)voidMDLAsset. removeObject(MDLObject object)voidMDLObjectContainer. removeObject(MDLObject object)voidMDLObjectContainerComponent. removeObject(MDLObject object)voidMDLObject. setInstance(MDLObject v)voidMDLObject. setParent(MDLObject v)Method parameters in org.robovm.apple.modelio with type arguments of type MDLObject Modifier and Type Method Description voidMDLObject. enumerateChildObjects(Class<?> objectClass, MDLObject root, VoidBlock2<MDLObject,BooleanPtr> block, BooleanPtr stopPointer)booleanMDLMesh. generateAmbientOcclusionTexture(float bakeQuality, float attenuationFactor, NSArray<MDLObject> objectsToConsider, String vertexAttributeName, String materialPropertyName)booleanMDLMesh. generateAmbientOcclusionTexture(VectorInt2 textureSize, long raysPerSample, float attenuationFactor, NSArray<MDLObject> objectsToConsider, String vertexAttributeName, String materialPropertyName)booleanMDLMesh. generateAmbientOcclusionVertexColors(float bakeQuality, float attenuationFactor, NSArray<MDLObject> objectsToConsider, String vertexAttributeName)booleanMDLMesh. generateAmbientOcclusionVertexColors(long raysPerSample, float attenuationFactor, NSArray<MDLObject> objectsToConsider, String vertexAttributeName)