BlenderYjiraaの日記

iOS(Swift,Xcode), 3D(Blender), Android(Kotlin,Java)で学んだことを書いていきますー

2017-10-01から1ヶ月間の記事一覧

Blenderの基本の基本

Blenderの基本コマンド オブジェクトの追加 Shift + A このように色々な選択肢があります。。 オブジェクトの移動(G) オブジェクトのスケール(S) オブジェクトの回転(R)

Swiftのアクセス制御

5種類のアクセス制御 open(モジュールの情報を取得すればどこからでもアクセスできる) public(基本openと同じ。異なるのは、サブクラスの作成、上書きの定義がそのクラスを定義したモジュール内のみで可能という点。) internal(何も指定していない場合のデフ…

Blenderのインストール

Blenderとは Blenderとは3DCG開発のためのソフトウェアです。誰でも無料で全ての機能を利用できます。 www.blender.org 公式サイトによると、 Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modelin…