游戏开发论坛

 找回密码
 立即注册
搜索
查看: 3743|回复: 0

How to: Rotate and Move a Camera的?源?n要去哪?下?

[复制链接]

414

主题

611

帖子

621

积分

高级会员

Rank: 4

积分
621
发表于 2007-10-8 19:04:00 | 显示全部楼层 |阅读模式
How to: Rotate and Move a Camera

http://msdn2.microsoft.com/en-us/library/bb197901.aspx

    protected override void LoadGraphicsContent( bool loadAllContent )
    {
        if (loadAllContent)
        {
            box = content.Load<Model>( "box" );
            boxTexture = content.Load<Texture2D>( "boxtexture" );
            avatarTexture = content.Load<Texture2D>( "avatartexture" );
        }
    }


Where are the files of "box" and "boxtexure" and "avatartexture"?

Where can I download them?
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

作品发布|文章投稿|广告合作|关于本站|游戏开发论坛 ( 闽ICP备17032699号-3 )

GMT+8, 2025-6-20 19:17

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表