コード例 #1
0
ファイル: Vessel.cs プロジェクト: sopindm/bjeb
        public Vessel(Universe universe)
        {
            _rootRotation          = new Quaternion();
            _rotatingFrameVelocity = new Vector3();
            gravity = new Vector3();

            orbit = new math.Orbit(universe);
            body  = new RigidBody();
        }
コード例 #2
0
ファイル: Vessel.cs プロジェクト: sopindm/bjeb
        public Vessel(Universe universe)
        {
            _rootRotation = new Quaternion();
            _rotatingFrameVelocity = new Vector3();
            gravity = new Vector3();

            orbit = new math.Orbit(universe);
            body = new RigidBody();
        }