CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Uniform
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
assembly language
SCSI-ASPI
ELanguage
Disk Tools
Speech/Voice recognition/combine
Editor
Anti-virus
MultiLanguage
MPI
source in ebook
Delphi VCL
OS Develop
MiddleWare
MacOS develop
LabView
e-language
python
Search - Uniform - List
[
ELanguage
]
pcm-coding-basic-on-matlab
DL : 0
基于MATLAB的pcm编码系统的仿真系统,是用simulink搭建的。-pcm encoder basic on MATLAB~
Date
: 2025-12-29
Size
: 591kb
User
:
nancy
[
ELanguage
]
vshader.glsl
DL : 0
#version 130 in vec4 vPosition in vec4 vColor out vec4 color uniform int xsize uniform int ysize void main() { mat4 scale = mat4(2.0/xsize, 0.0, 0.0, 0.0, 0.0, 2.0/ysize, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ) // First, center the image by translating each vertex by half of the original window size // Then, multiply by the scale matrix to maintain size after the window is reshaped vec4 newPos = vPosition + vec4(-200, -360, 0, 0) gl_Position = scale * newPos color = vColor } -#version 130 in vec4 vPosition in vec4 vColor out vec4 color uniform int xsize uniform int ysize void main() { mat4 scale = mat4(2.0/xsize, 0.0, 0.0, 0.0, 0.0, 2.0/ysize, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ) // First, center the image by translating each vertex by half of the original window size // Then, multiply by the scale matrix to maintain size after the window is reshaped vec4 newPos = vPosition + vec4(-200, -360, 0, 0) gl_Position = scale * newPos color = vColor }
Date
: 2025-12-29
Size
: 1kb
User
:
Jason
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.