项目作者: An0ther0ne

项目描述 :
Water Waves
高级语言: C++
项目地址: git://github.com/An0ther0ne/ww.git
创建时间: 2020-03-05T10:55:53Z
项目社区:https://github.com/An0ther0ne/ww

开源协议:GNU General Public License v3.0

下载


Water Waves

This is Simple C++ DirectX 8 demo written by myself for testing purpose of water physics.
Just have only one source file, nothing else :)

Keyboard controls:

  • F1-F4 : Change to None, Point, Linear or Anisotropic texture filtration mode;
  • F5-F7 : Toggle vertices/wireframe/solid faces;
  • F8 : Pause - Continue play;
  • F9 : Toggle bright/dark background;
  • F11 : Toggle alpha blending;
  • Enter : Change fullscreen/windowed.

Build

Requirements

  • DirectX 8

Process

  1. Create an empty project in Visual Studio C++,
  2. Append main.cpp to that project as main file,
  3. Compile and build one.

or

1-3. Browse himself to ‘Release’ folder and run already been built .EXE.

  1. Enjoy.

AUTHOR

An0ther0ne, 2005