Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appcoda/rotatedice
A sample Dice app that demonstrates the usage of CATransform3D
https://github.com/appcoda/rotatedice
catransform3d demo-app swift swift-3 xcode
Last synced: 25 days ago
JSON representation
A sample Dice app that demonstrates the usage of CATransform3D
- Host: GitHub
- URL: https://github.com/appcoda/rotatedice
- Owner: appcoda
- Created: 2017-05-17T10:54:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T14:26:07.000Z (over 7 years ago)
- Last Synced: 2024-10-12T14:40:16.234Z (25 days ago)
- Topics: catransform3d, demo-app, swift, swift-3, xcode
- Language: Swift
- Size: 109 KB
- Stars: 54
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 如何使用 CATransform3D 處理 3D 影像、製做互動立體旋轉的效果
CATransform3D 是一個用來處理 3D 影像,像是旋轉、縮放、平移等 3D 影像的控制。CATransform3D 是採用三維坐標系統,x 軸向下為正,y 向右為正,z 軸則是垂直於螢幕向外為正。
完整教學文章:
http://www.appcoda.com.tw/catransform3d/