예제 #1
0
파일: Game1.cs 프로젝트: Mainmatsu/Game
        protected override void Initialize()
        {
            // TODO: Add your initialization logic here
            camera = new Camera(this, new Vector3(0, 0, 50), Vector3.Zero, Vector3.Up);
            Components.Add(camera);

            base.Initialize();
        }
예제 #2
0
 public void Draw(Camera camera)
 {
 }