示例#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();
        }