代码搜索:Texture
找到约 4,874 项符合「Texture」的源代码
代码结果 4,874
www.eeworm.com/read/490329/1202547
psh vertexlitgeneric_diffbumptimesbase_overbright2.psh
ps.1.1
; base texture
tex t0
; normalmap
tex t1
; rgb - color for first axis - gamma converted to 2.2 in the vertex shader
texcoord t2
; rgb - color for second axis - gamma converted to
www.eeworm.com/read/490329/1202555
psh vertexlitgeneric_diffbumplightingonly_overbright1.psh
ps.1.1
; base texture
tex t0
; normalmap
tex t1
; rgb - color for first axis - gamma converted to 2.2 in the vertex shader
texcoord t2
; rgb - color for second axis - gamma converted to
www.eeworm.com/read/475669/1383194
java surfaceicon.java
package gov.nasa.worldwind.render;
import com.sun.opengl.util.texture.TextureCoords;
import gov.nasa.worldwind.Movable;
import gov.nasa.worldwind.geom.*;
import gov.nasa.worldwind.globes.Globe;
www.eeworm.com/read/474238/1394934
c readtex.c
/* readtex.c */
/*
* Read an SGI .rgb image file and generate a mipmap texture set.
* Much of this code was borrowed from SGI's tk OpenGL toolkit.
*/
#include
#include
#inc
www.eeworm.com/read/474238/1395045
c loadlum.c
/* texture.c - by David Blythe, SGI */
/* load_luminace is a simplistic routine for reading an SGI .bw image file. */
#include
#include
#include
#include "loadlum.h
www.eeworm.com/read/457459/1597082
java texturedshinydiffuseshader.java
package org.sunflow.core.shader;
import org.sunflow.SunflowAPI;
import org.sunflow.core.ParameterList;
import org.sunflow.core.ShadingState;
import org.sunflow.core.Texture;
import org.sunflow.
www.eeworm.com/read/457459/1597091
java texturedphongshader.java
package org.sunflow.core.shader;
import org.sunflow.SunflowAPI;
import org.sunflow.core.ParameterList;
import org.sunflow.core.ShadingState;
import org.sunflow.core.Texture;
import org.sunflow.
www.eeworm.com/read/457459/1597092
java texturedwardshader.java
package org.sunflow.core.shader;
import org.sunflow.SunflowAPI;
import org.sunflow.core.ParameterList;
import org.sunflow.core.ShadingState;
import org.sunflow.core.Texture;
import org.sunflow.
www.eeworm.com/read/457459/1597096
java textureddiffuseshader.java
package org.sunflow.core.shader;
import org.sunflow.SunflowAPI;
import org.sunflow.core.ParameterList;
import org.sunflow.core.ShadingState;
import org.sunflow.core.Texture;
import org.sunflow.
www.eeworm.com/read/457459/1597104
java texturedambientocclusionshader.java
package org.sunflow.core.shader;
import org.sunflow.SunflowAPI;
import org.sunflow.core.ParameterList;
import org.sunflow.core.ShadingState;
import org.sunflow.core.Texture;
import org.sunflow.