-
Notifications
You must be signed in to change notification settings - Fork 548
RealityKit iOS xcode16.0 b4
Alex Soto edited this page Aug 7, 2024
·
2 revisions
#RealityKit.framework
diff -ruN /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/RealityKit.framework/Headers/RealityKitMaterialParameters.h /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/RealityKit.framework/Headers/RealityKitMaterialParameters.h
--- /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/RealityKit.framework/Headers/RealityKitMaterialParameters.h 2024-06-29 03:29:14
+++ /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/RealityKit.framework/Headers/RealityKitMaterialParameters.h 2024-07-12 14:22:45
@@ -56,7 +56,7 @@
return material::api::base_color_tint(data);
}
- /// Returns the value of baseColor.tint.alpha set on the model's material.
+ /// Returns the value of (baseColor.tint.alpha * opacityScale) set on the model's material.
RK_INLINE float opacity_scale() const thread
{
return material::api::opacity_scale(data);