Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# 如何使用 CATransform3D 處理 3D 影像、製做互動立體旋轉的效果

CATransform3D 是一個用來處理 3D 影像,像是旋轉、縮放、平移等 3D 影像的控制。CATransform3D 是採用三維坐標系統,x 軸向下為正,y 向右為正,z 軸則是垂直於螢幕向外為正。

完整教學文章:

http://www.appcoda.com.tw/catransform3d/