⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 3d 游戏编程入门教程之例子源码--滚动的色子
💻 TXT
字号:
//-----------------------------------------------------------------------------
// Name: Basic5 Example
// 
// Copyright (c) Wolfgang F. Engel (wolf@direct3d.net) All rights reserved.
//-----------------------------------------------------------------------------


Description
===========
Shows the basic idea on how a vertex structure is used and on how a vertexbuffer
is used. Additionally it shows how the framework font class is used and how a
texture map is applied to a primitive.
Compared to the fourth example Basic4, this example uses an indexed triangle 
strip primitive to render the geometry.

Path
====
   Source:     \Basic5


User's Guide
============
   The following keys are implemented. The dropdown menus can be used for the
   same controls.
      <Enter>     Starts and stops the scene
      <Space>     Advances the scene by a small increment
      <F1>        Shows help or available commands.
      <F2>        Prompts user to select a new rendering device or display mode
      <Alt+Enter> Toggles between fullscreen and windowed modes
      <Esc>       Exits the app.


Programming Notes
=================
   

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -