README.TXT
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. Direct3DRM Object Viewer
  2. Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved.
  3. This is a stand alone D3DRM app that allows you to load and view 3d
  4. objects.
  5. The initial scene has a light source in the top right. To see this the
  6. view can be moved backwards and forwards using the T and R
  7. keys. Additional objects can be loaded from the file menu, and new
  8. light sources can be added from the lights menu.  Objects can be
  9. rotated with the left mouse button and dragged with the right.
  10. The last object that was rotated or dragged remains the current
  11. selection.
  12. The device quality can be altered using the Renderer menu. Using this
  13. menu the type of device used can also be switched from ramp to
  14. RGB. When using the RGB device the color of lights in the scene can be
  15. changed in the same way as you change the color of objects. In 256
  16. color mode it is advisable to dither an RGB device for best results.
  17. Additional keyboard controls
  18. T Forwards
  19. R Back
  20. Z Move current selection forwards
  21. X Move current selection back.
  22. Ctrl+G Gouraud shade
  23. Ctrl+F Flat Shade
  24. Ctrl+D Dither toggle.
  25. Arrow Keys Move left/right/up/down
  26. Delete Delete the current selection.