-
Notifications
You must be signed in to change notification settings - Fork 549
SceneKit tvOS xcode16.0 b5
Alex Soto edited this page Aug 7, 2024
·
2 revisions
#SceneKit.framework
diff -ruN /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SceneKit.framework/Headers/SCNScene.h /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SceneKit.framework/Headers/SCNScene.h
--- /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SceneKit.framework/Headers/SCNScene.h 2024-06-27 00:03:18
+++ /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SceneKit.framework/Headers/SCNScene.h 2024-07-26 11:40:05
@@ -107,10 +107,10 @@
/*!
@property lightingEnvironment
@abstract Specifies the receiver's environment for image-based lighting (IBL).
- @discussion The environment should be a cube map as described in SCNMaterialProperty.h.
- MDLSkyCubeTexture is supported starting in macOS 10.13 and iOS 11.
- `+[SCNMaterialProperty precomputedLightingEnvironmentContentsWithURL:error:]` or `+[SCNMaterialProperty precomputedLightingEnvironmentContentsWithData:error:]`
- @seealso `+[SCNMaterialProperty precomputedLightingEnvironmentContentsWithURL:error:]`
+ @discussion The environment can be
+ - a cube map (as described in SCNMaterialProperty.h)
+ - an instance of `MDLSkyCubeTexture` (supported since macOS 10.13 and iOS 11)
+ - an object returned by `+[SCNMaterialProperty precomputedLightingEnvironmentContentsWithURL:error:]` or `+[SCNMaterialProperty precomputedLightingEnvironmentContentsWithData:error:]`
*/
@property(nonatomic, readonly) SCNMaterialProperty *lightingEnvironment API_AVAILABLE(macos(10.12), ios(10.0), tvos(10.0));