エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
How to correctly draw a line in Unity
Using GL Lines: I would recommend using the the GL API for drawing lines. The line thickness will... Using GL Lines: I would recommend using the the GL API for drawing lines. The line thickness will always be 1px on screen and there is no option to change it. There will also be no shadows. The GL method calls are executed immediately so you need to make sure to call them after the camera has already rendered. Attaching the script to the camera and using Camera.OnPostRender() works good for render



2017/07/15 リンク