登录
首页 » Visual C++ » SPMULIGHT1

SPMULIGHT1

于 2012-12-21 发布 文件大小:1218KB
0 53
下载积分: 1 下载次数: 3

代码说明:

  opengl中对点光源的设置,通过用鼠标左中右键可以调节光的颜色(opengl on the set of point light sources, the color of the light can be adjusted with the mouse left, right-)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • OPENGL
    opengl图形实现,非调用函数直接构图,初级参考学习不错(opengl graphic realization, non-call direct mapping function, the primary reference to learn good)
    2009-06-14 12:29:08下载
    积分:1
  • AUpdateProvider
    一个完善的升级程序,可供编写自动升级程序模块参考。(A complete update program solution.)
    2014-01-18 00:38:42下载
    积分:1
  • PP
    基于SIFT+Kmeans+LDA的图片分类器的实现源码。 博文参考:http://www.cnblogs.com/freedomshe/archive/2012/04/24/2468747.html(The pictures classifier based on SIFT, Kmeans and LDA. Blog Reference: http://www.cnblogs.com/freedomshe/archive/2012/04/24/2468747.html)
    2012-07-26 15:34:58下载
    积分:1
  • wdf_filter0
    说明:  国内文件驱动编程知名人物蔡大侠的教程源代码,第一部分,主要实现对文件读写操作的拦截(domestic paper-driven programming eminent figures Cai heroes tutorials source code, the first part of the main document and write interception)
    2006-03-16 16:45:48下载
    积分:1
  • LMS
    基于LMS算法的均衡技术在matlab上的仿真应用(Equalization technique based on the LMS algorithm in matlab simulation applications)
    2013-08-28 21:57:31下载
    积分:1
  • AnalyzeData
    AnalyzeData.rar 用例 海康相关的码流解析说明(AnalyzeData.rar use cases related to stream Kang parse the description)
    2013-10-29 13:01:47下载
    积分:1
  • PF_codes_boat
    粒子滤波,采用matlab与vc共同编写,注意在运行之前需要 在matlab环境下,运行
    2014-09-11 16:11:27下载
    积分:1
  • CatView
    可以显示、查询、列表观察目录内容等详细内容查询(CATAGORY VIEW)
    2013-10-19 13:38:54下载
    积分:1
  • REDBK
    本例说明,如何改变对话框的背景颜色。来源:Visual C++程序设计技巧与实例。(This example shows that how to change the background color of the dialog box. Source: Visual c++ programming skills and examples.)
    2012-01-02 13:07:05下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • 696518资源总数
  • 104305会员总数
  • 11今日下载