Class SCNGeometryTessellator

    • Constructor Detail

      • SCNGeometryTessellator

        protected SCNGeometryTessellator​(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)
      • 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()
      • copyWithZone

        public java.lang.Object copyWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
        Specified by:
        copyWithZone in interface NSCopying
      • debugDescription_static

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

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

        public double edgeTessellationFactor()
        [@property] edgeTessellationFactor Specifies the edge tessellation factor. Defaults to 1. This has no effect for adaptive subdivision
      • hash_static

        public static long hash_static()
      • insideTessellationFactor

        public double insideTessellationFactor()
        [@property] insideTessellationFactor Specifies the inside tessellation factor. Defaults to 1. This has no effect for adaptive subdivision
      • instanceMethodSignatureForSelector

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

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

        public boolean isAdaptive()
        [@property] adaptive Specifies if the tessellation should be uniform or adaptive. Defaults to NO.
      • isScreenSpace

        public boolean isScreenSpace()
        [@property] screenspace Specifies if the level of tessellation should be adapted in screenSpace. Defaults to NO.
      • isSubclassOfClass

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

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

        public double maximumEdgeLength()
        [@property] maximumEdgeLength Specifies the maximum edge length. Defaults to 1. This has no effect for non-adaptive subdivision
      • new_objc

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

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

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

        public void setAdaptive​(boolean value)
        [@property] adaptive Specifies if the tessellation should be uniform or adaptive. Defaults to NO.
      • setEdgeTessellationFactor

        public void setEdgeTessellationFactor​(double value)
        [@property] edgeTessellationFactor Specifies the edge tessellation factor. Defaults to 1. This has no effect for adaptive subdivision
      • setInsideTessellationFactor

        public void setInsideTessellationFactor​(double value)
        [@property] insideTessellationFactor Specifies the inside tessellation factor. Defaults to 1. This has no effect for adaptive subdivision
      • setMaximumEdgeLength

        public void setMaximumEdgeLength​(double value)
        [@property] maximumEdgeLength Specifies the maximum edge length. Defaults to 1. This has no effect for non-adaptive subdivision
      • setScreenSpace

        public void setScreenSpace​(boolean value)
        [@property] screenspace Specifies if the level of tessellation should be adapted in screenSpace. Defaults to NO.
      • setSmoothingMode

        public void setSmoothingMode​(long value)
        [@property] smoothingMode Defaults to SCNTessellationSmoothingModeNone.
      • setTessellationFactorScale

        public void setTessellationFactorScale​(double value)
        [@property] tessellationFactorScale Specifies the scale factor applied to the per-patch tessellation factors. Defaults to 1.
      • setTessellationPartitionMode

        public void setTessellationPartitionMode​(long value)
        [@property] tessellationPartitionMode Specifies the tessellation partition mode. Defaults to MTLTessellationPartitionModeInteger.
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • smoothingMode

        public long smoothingMode()
        [@property] smoothingMode Defaults to SCNTessellationSmoothingModeNone.
      • superclass_static

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

        public static boolean supportsSecureCoding()
      • _supportsSecureCoding

        public boolean _supportsSecureCoding()
        Description copied from interface: NSSecureCoding
        This property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.
        Specified by:
        _supportsSecureCoding in interface NSSecureCoding
      • tessellationFactorScale

        public double tessellationFactorScale()
        [@property] tessellationFactorScale Specifies the scale factor applied to the per-patch tessellation factors. Defaults to 1.
      • tessellationPartitionMode

        public long tessellationPartitionMode()
        [@property] tessellationPartitionMode Specifies the tessellation partition mode. Defaults to MTLTessellationPartitionModeInteger.
      • version_static

        public static long version_static()