代码搜索:Diffuse
找到约 389 项符合「Diffuse」的源代码
代码结果 389
www.eeworm.com/read/314088/13574924
xrf paladin_edge.xrf
255 255 255 0
255 255 255 0
255 255 255 0
0.05
www.eeworm.com/read/101007/6262664
h scene_max.h
class light_max
{
public:
char name[256];
int type;
vector color,pos,target,dir;
float hotspot,falloff;
};
class bsp_node_max : public bsp_node
{
public:
int nplanes,side;
plane *
www.eeworm.com/read/284534/8921058
cpp multilights.cpp
//=============================================================================
// Desc: 多光源示例程序
//=============================================================================
#include
www.eeworm.com/read/427490/8940149
h material.h
/* Copyright (c) 2007 Massachusetts Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (t
www.eeworm.com/read/382502/9023974
frag ocean.frag
// GLSL fragment shader
varying vec3 eyeSpacePos;
varying vec3 worldSpaceNormal;
varying vec3 eyeSpaceNormal;
uniform vec4 deepColor = vec4(0.0, 0.0, 0.1, 1.0);
uniform vec4 shallowColor = vec4(0
www.eeworm.com/read/435688/7787810
ksh openglxf.ksh
#!/bin/ksh
#
# Demo with XForms and the built-in OpenGL. This program can run with the
# GTK-server for XForms.
#
# Tested with GTK-server 2.2.7 compiled with XForms, and Kornshell93
#
# PvE - August
www.eeworm.com/read/435688/7787813
bash openglxf.bash
#!/bin/bash
#
# Demo with XForms and the built-in OpenGL. This program can run with the
# GTK-server for XForms.
#
# Tested with GTK-server 2.2.7 compiled with XForms, and BASH 3.1
#
# PvE - August 2
www.eeworm.com/read/242485/13002887
cpp jeweledshader.cpp
// Sh: A GPU metaprogramming language.
//
// Copyright 2003-2005 Serious Hack Inc.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser G
www.eeworm.com/read/253422/12222570
material room.material
material room/01_-_Default
{
technique
{
pass
{
ambient 0.588235 0.588235 0.588235 1
diffuse 0.588235 0.588235 0.588235 1
texture_unit
{
texture_alias 0
textur
www.eeworm.com/read/102460/15780288
cpp example5.cpp
/****************************************************************************
example5.cpp
A GLUI program demonstrating subwindows, rotation controls,
translation controls, and listboxes