代码搜索:Texture
找到约 4,874 项符合「Texture」的源代码
代码结果 4,874
www.eeworm.com/read/359900/10116899
m statxture.m
function t = statxture(f, scale)
%STATXTURE Computes statistical measures of texture in an image.
% T = STATXURE(F, SCALE) computes six measures of texture from an
% image (region) F. Parameter
www.eeworm.com/read/359215/10160909
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Texture.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h
www.eeworm.com/read/424359/10458229
pas textures.pas
//----------------------------------------------------------------------------
//
// Author : Jan Horn
// Email : jhorn@global.co.za
// Website : http://www.sulaco.co.za
//
www.eeworm.com/read/277113/10667062
txt icecrater.txt
"IceCrater" Skybox Texture set is based on a set
from "Primordial Soup"
http://www.telefragged.com/soup/
www.eeworm.com/read/421896/10681956
arbfp greyscale.arbfp
"!!ARBfp1.0
TEMP texfrag;
TEX texfrag, fragment.texcoord[0], texture[0], 2D;
TEMP gray;
ADD gray, texfrag.r, texfrag.g;
ADD gray, gray, texfrag.b;
MUL gray, gray, 0.33;
MOV result.color, gra
www.eeworm.com/read/276771/10707680
txt box2.txt
Texture Mapping Demo Instructions
Controls
- Zoom out.
- Zoom in.
Arrows - Rotate up/down.
www.eeworm.com/read/421557/10729552
pas textures.pas
unit Textures;
interface
uses
Windows, OpenGL, Graphics, Classes, JPEG, SysUtils;
function LoadTexture(Filename: String; var Texture: GLuint; LoadFromRes : Boolean): Boolean;
implementa
www.eeworm.com/read/421557/10729557
bak textures.pas.bak
//----------------------------------------------------------------------------
//
// Author : Jan Horn
// Email : jhorn@global.co.za
// Website : http://home.global.co.za/~jhorn
//
www.eeworm.com/read/275611/10807633
txt box2.txt
Texture Mapping Demo Instructions
Controls
- Zoom out.
- Zoom in.
Arrows - Rotate up/down.