It is made up of a positional component and a rotational component and includes essential arithmetic operations for working with 3D data on Roblox. -- Create a CFrame at a certain position and Euler rotation local cf = CFrame.new(0, 5, 0) * CFrame.fromEulerAngles(math.rad(45), 0, ...
Determines what body part is being tracked by a VR device, and what its CFrame actually is. Items NameValueSummary Head 0 The CFrame of the user's head. LeftHand 1 The CFrame of the user's left hand. RightHand 2 The CFrame of the user's right hand. Floor 3...
完全理解本文概念的开发者可以考虑参阅articles/CFrameMathOperations|CFrame数学运算一文,进一步探索更为高级的 CFrame 操作。 ***Roblox官方链接:了解 CFrame