gologiusの巣

プログラミングなどの技術メモです。誰かの役に立てるとうれしいです。

2017-03-19から1日間の記事一覧

Unity ドーナツ(donuts) 描画

kamiwo-koete.hatenablog.jp 前の記事を応用して,ドーナツ型を描画します using System.Collections; using System.Collections.Generic; using UnityEngine; [RequireComponent(typeof(MeshRenderer), typeof(MeshFilter))] public class Sector : MonoBeh…