Package apple.modelio

Class MDLCamera

    • Constructor Detail

      • MDLCamera

        protected MDLCamera​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cameraWithSCNCamera

        public static MDLCamera cameraWithSCNCamera​(SCNCamera scnCamera)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • objectWithSCNNode

        public static MDLCamera objectWithSCNNode​(SCNNode scnNode)
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()
      • apertureBladeCount

        public long apertureBladeCount()
        Aperture blade count, where zero indicates a circle.
      • barrelDistortion

        public float barrelDistortion()
        Radial distortion of the lens, second order term
      • chromaticAberration

        public float chromaticAberration()
        Amount of chromatic abberation, from zero to one.
      • fStop

        public float fStop()
        f-stop, default is 5.6
      • farVisibilityDistance

        public float farVisibilityDistance()
      • fieldOfView

        public float fieldOfView()
        The field of view, in degrees.
        See Also:
        focalLength()
      • fisheyeDistortion

        public float fisheyeDistortion()
        Radial distortion of the lens, fourth order term
      • focalLength

        public float focalLength()
        Lens focal length in mm.
        See Also:
        fieldOfView()
      • focusDistance

        public float focusDistance()
        Focus distance
      • maximumCircleOfConfusion

        public float maximumCircleOfConfusion()
        Maximum circle of confusion size in mm on the image plane
      • nearVisibilityDistance

        public float nearVisibilityDistance()
        Bounding distance for visible objects
      • opticalVignetting

        public float opticalVignetting()
        Amount of optical vignetting, rom zero to one.
      • projection

        public long projection()
      • sensorAspect

        public float sensorAspect()
        Sensor or film gate aperture aspect ratio, default is 1.5
        See Also:
        sensorVerticalAperture()
      • sensorVerticalAperture

        public float sensorVerticalAperture()
        vertical aperture of the sensor or film gate, default is 24mm
        See Also:
        sensorAspect()
      • setApertureBladeCount

        public void setApertureBladeCount​(long value)
        Aperture blade count, where zero indicates a circle.
      • setBarrelDistortion

        public void setBarrelDistortion​(float value)
        Radial distortion of the lens, second order term
      • setChromaticAberration

        public void setChromaticAberration​(float value)
        Amount of chromatic abberation, from zero to one.
      • setFStop

        public void setFStop​(float value)
        f-stop, default is 5.6
      • setFarVisibilityDistance

        public void setFarVisibilityDistance​(float value)
      • setFieldOfView

        public void setFieldOfView​(float value)
        The field of view, in degrees.
        See Also:
        focalLength()
      • setFisheyeDistortion

        public void setFisheyeDistortion​(float value)
        Radial distortion of the lens, fourth order term
      • setFocalLength

        public void setFocalLength​(float value)
        Lens focal length in mm.
        See Also:
        fieldOfView()
      • setFocusDistance

        public void setFocusDistance​(float value)
        Focus distance
      • setMaximumCircleOfConfusion

        public void setMaximumCircleOfConfusion​(float value)
        Maximum circle of confusion size in mm on the image plane
      • setNearVisibilityDistance

        public void setNearVisibilityDistance​(float value)
        Bounding distance for visible objects
      • setOpticalVignetting

        public void setOpticalVignetting​(float value)
        Amount of optical vignetting, rom zero to one.
      • setProjection

        public void setProjection​(long value)
      • setSensorAspect

        public void setSensorAspect​(float value)
        Sensor or film gate aperture aspect ratio, default is 1.5
        See Also:
        sensorVerticalAperture()
      • setSensorVerticalAperture

        public void setSensorVerticalAperture​(float value)
        vertical aperture of the sensor or film gate, default is 24mm
        See Also:
        sensorAspect()
      • setShutterOpenInterval

        public void setShutterOpenInterval​(double value)
        Shutter open interval, in seconds
      • setWorldToMetersConversionScale

        public void setWorldToMetersConversionScale​(float value)
        World to meters conversion scale. Required for certain calculations.
      • shutterOpenInterval

        public double shutterOpenInterval()
        Shutter open interval, in seconds
      • worldToMetersConversionScale

        public float worldToMetersConversionScale()
        World to meters conversion scale. Required for certain calculations.