代码搜索:Texture

找到约 4,874 项符合「Texture」的源代码

代码结果 4,874
www.eeworm.com/read/205824/5022131

h s_texture.h

/* * Mesa 3-D graphics library * Version: 6.1 * * Copyright (C) 1999-2004 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a
www.eeworm.com/read/199399/5077448

rc2 texture.rc2

// // TEXTURE.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED ///
www.eeworm.com/read/341380/3251954

rc2 texture.rc2

// // TEXTURE.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED ///
www.eeworm.com/read/339446/3306055

glsl texture_brush.glsl

uniform sampler2D brush_texture; uniform vec2 inv_brush_texture_size; uniform vec3 inv_matrix_m0; uniform vec3 inv_matrix_m1; uniform vec3 inv_matrix_m2; vec4 brush() { mat3 mat; mat[0] = in
www.eeworm.com/read/318733/3563662

qgm r.texture.qgm

www.eeworm.com/read/432926/1886250

pde texture1.pde

/** * Texture 1. * * Load an image and draw it onto a quad. The texture() function sets * the texture image. The vertex() function maps the image to the geometry. */ PImage img; void setup()
www.eeworm.com/read/432926/1886251

pde texture2.pde

/** * Texture 2. * * Using a rectangular image to map a texture onto a triangle. */ PImage img; void setup() { size(640, 360, P3D); img = loadImage("berlin-1.jpg"); noStroke(); } void d
www.eeworm.com/read/432926/1886253

pde texture3.pde

/** * Texture 3. * * Load an image and draw it onto a cylinder and a quad. */ int tubeRes = 32; float[] tubeX = new float[tubeRes]; float[] tubeY = new float[tubeRes]; PImage img; void setup
www.eeworm.com/read/418098/2092455

rc2 texture.rc2

// // TEXTURE.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED ///
www.eeworm.com/read/414527/2145592

h texture_gl.h

// ============================================================== // This file is part of Glest Shared Library (www.glest.org) // // Copyright (C) 2001-2008 Marti駉 Figueroa // // You can redistri