Package org.robovm.apple.modelio
Class MDLPhotometricLight
- All Implemented Interfaces:
NSObjectProtocol,MDLNamed,ObjCProtocol
public class MDLPhotometricLight extends MDLPhysicallyPlausibleLight
- Since:
- Available in iOS 9.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMDLPhotometricLight.MDLPhotometricLightPtrNested classes/interfaces inherited from class org.robovm.apple.modelio.MDLPhysicallyPlausibleLight
MDLPhysicallyPlausibleLight.MDLPhysicallyPlausibleLightPtrNested classes/interfaces inherited from class org.robovm.apple.modelio.MDLLight
MDLLight.MDLLightPtrNested classes/interfaces inherited from class org.robovm.apple.modelio.MDLObject
MDLObject.MDLObjectPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description MDLPhotometricLight()protectedMDLPhotometricLight(NSObject.Handle h, long handle)protectedMDLPhotometricLight(NSObject.SkipInit skipInit)MDLPhotometricLight(NSURL URL) -
Method Summary
Modifier and Type Method Description voidgenerateCubemap(long textureSize)voidgenerateSphericalHarmonics(long sphericalHarmonicsLevel)MDLTexturegenerateTexture(long textureSize)MDLTexturegetLightCubeMap()NSDatagetSphericalHarmonicsCoefficients()longgetSphericalHarmonicsLevel()protected longinit(NSURL URL)Methods inherited from class org.robovm.apple.modelio.MDLPhysicallyPlausibleLight
getAttenuationEndDistance, getAttenuationStartDistance, getColor, getInnerConeAngle, getLumens, getOuterConeAngle, setAttenuationEndDistance, setAttenuationStartDistance, setColor, setColorByTemperature, setInnerConeAngle, setLumens, setOuterConeAngleMethods inherited from class org.robovm.apple.modelio.MDLLight
getColorSpace, getIrradiance, getIrradiance, getLightType, setColorSpace, setLightTypeMethods inherited from class org.robovm.apple.modelio.MDLObject
addChild, enumerateChildObjects, getBoundingBox, getChildren, getComponent, getComponents, getInstance, getName, getParent, getPath, getTransform, isHidden, objectAtPath, objectForKeyedSubscript, setChildren, setComponent, setHidden, setInstance, setName, setObjectForKeyedSubscript, setParent, setTransformMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
MDLPhotometricLight
public MDLPhotometricLight() -
MDLPhotometricLight
-
MDLPhotometricLight
-
MDLPhotometricLight
-
-
Method Details
-
getLightCubeMap
-
getSphericalHarmonicsLevel
public long getSphericalHarmonicsLevel() -
getSphericalHarmonicsCoefficients
-
init
-
generateSphericalHarmonics
public void generateSphericalHarmonics(long sphericalHarmonicsLevel) -
generateCubemap
public void generateCubemap(long textureSize) -
generateTexture
- Since:
- Available in iOS 11.0 and later.
-