2018-11-21から1日間の記事一覧

AnimationControllerをGUIで作りたくない時はPlayableAnimationを使おう

Aボタンを押したらパンチ Bボタンを押したらキック ブレンドなしに最初から再生 そういう単純な状況を想定しています キャラに以下の PlayableAnimation.cs を付け、Animation Clipを2つ設定します using System.Collections; using System.Collections.Gene…

How to visualize FaceTracker.cs? 分析された顔情報の可視化

FaceTracker.cs に追記する public bool enableDebugLine = true; ... public void draw(Mat im, Scalar pts_color, Scalar con_color) { int[] smodel_C_int = new int[smodel.C.total()]; Utils.copyFromMat<int>(smodel.C, smodel_C_int); ScaleFaceParts(); C</int>…

Tech side of "Face Parts Randomizer"

play.google.com このアプリの技術サイドを説明します 使っているもの Unity アセット OpenCVForUnity(有料) FaceTracker(無料) Native Gallery for Android & iOS (無料) Jpeg Exifの回転情報取得 STAN'S ASSETS Ultimate Mobile Pro 昔買った Android …