info.plf
上传用户:yjja2008
上传日期:2022-05-05
资源大小:698k
文件大小:1k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. $ship = 1;
  2. $name = "vtxprg_regcomb_setup";
  3. $type = "technique";
  4. $technique = "Illustrates using NV_vertex_program and NV_register_combiner "
  5.            . "to do 100% hardware accelerated bump mapping.";
  6. @dependencies = (
  7.  "/data/images/rap1_8_2.tga",
  8.  "/data/models/ase/demo_models.zip",
  9.  "/include/glh",
  10.  "/include/nv_util",
  11.  "/include/nv_math",
  12.  "/include/unzip",
  13.  "/lib/Debug/nv_util.lib",
  14.  "/lib/Debug/nv_math.lib",
  15.  "/lib/Debug/unzip.lib",
  16.  "/lib/Release/nv_util.lib",
  17.  "/lib/Release/nv_math.lib",
  18.  "/lib/Release/unzip.lib",
  19.  "/bin/Debug/unzip.dll",
  20.  "/bin/Release/unzip.dll",
  21.  "/src/libs/nv_math",
  22.  "/src/libs/nv_util",
  23.  "/src/libs/unzip",
  24. );
  25. 1;