コード例 #1
0
ファイル: beatingHeart.cs プロジェクト: mobeid/NP_SIMULATOR
    void Start()
    {
        defControl = controller.GetComponent<Deformation_control>();
        gRot.Set (0.0f, 0.0f, 0.0f);
        gRotInc.Set(0.0f,0.0f,0.45f);

         if ( !mbulg )
        {
            mbulg = GetComponent<MegaBulge>();
        }
    }
コード例 #2
0
 void Start()
 {
     defControl = controller.GetComponent<Deformation_control>();
     gRot.Set (0.0f, 0.0f, 0.0f);
     gRotInc.Set(0.0f,0.0f,0.45f);
 }
コード例 #3
0
ファイル: DiaphragmSript.cs プロジェクト: mobeid/NP_SIMULATOR
 void Start()
 {
     defControl = controller.GetComponent<Deformation_control>();
 }