魔法のメモ

CG N GAME BLOG

2021-11-01から1ヶ月間の記事一覧

SubstanceDesigner_モデルのインポート

forum.substance3d.com

Blender_Fur

https://firestorage.jp/download/fbc5c17f30106c045f3e7bdc9f0e901b1f7bb1f7 www.youtube.com

Blender_逆引き_002

■ ■ ■ ■ ■ ■ ■ ■ ■モード変更 ctrl +tab

Blender_Bone

■骨を分割 ■ウェイト前にロールで骨の角度を変えておく ■親子関係の変更 ■Rootボーンは ボーンのtailがワールド座標に回転を合わせる=Rootボーンを回転させて、ワールド回転に合わせる ■ウェイトを切る alt+p

Blender_Eye_tutorial

www.youtube.com

Blender_Cycles

www.youtube.com

Blender_Animation

www.youtube.com ■ I (アイ)キー キーフレーム

SubstancePainter_メモ00

C#_Unity_逆引き05

■コインカウント ■ScoreText using UnityEngine.UI; public class ScoreText : MonoBehaviour{ Text text; public static int coinAmount; // Start is called before the first frame update void Start() { text = GetComponent<Text>(); } // Update is called </text>…