readme.txt

来自「3d 游戏编程入门教程之例子源码-高光反射」· 文本 代码 · 共 32 行

TXT
32
字号
//-----------------------------------------------------------------------------
// Name: HLSL Example #3
// 
// Copyright (c) Wolfgang F. Engel (wolf@direct3d.net) All rights reserved.
//-----------------------------------------------------------------------------


Description
===========
Shows the basic idea on how to use effect files and HLSL. 
Uses the Phong specular lighting model calculated on a per-pixel basis.

Path
====
   Source:     \example3


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 + =
减小字号Ctrl + -
显示快捷键?