Programming in VRChat

VRChat でのプログラミングについて調べたことの書き溜め

2019-07-02から1日間の記事一覧

Locomotion system を自作するためのガイド(草稿)

locomotion system を作成する基礎である player base tracking の解説が書かれました。 http://vrchat.wikidot.com/worlds:guides:player-tracking (まだブラッシュアップ中) いま書いてある範囲は読み解けたので、 自分の備忘録を兼ねて周辺の情報と関連…

VRChat Vector Mathematics

Ways to calculate vector with GameObject transform and VRC_SceneResetPosition. Object transform and VRC_SceneResetPosition are vector math library in VRChat! Notation For any vectors : A, B For local space origin : O For rotation matrix : …