代码搜索:Predator
找到约 158 项符合「Predator」的源代码
代码结果 158
www.eeworm.com/read/490329/1202390
psh predator.psh
ps.1.1
; c2 - tint
tex t0 ; refraction
mul r0, t0, c2
www.eeworm.com/read/490329/1202412
vsh predator.vsh
vs.1.1
;------------------------------------------------------------------------------
; Constants specified by the app
; c0 = (0, 1, 2, 0.5)
; c1 = (1/2.2, 0, 0, 0)
; c2 = cam
www.eeworm.com/read/490329/1202333
vsh predator_envmap.vsh
vs.1.1
#include "macros.vsh"
local( $worldPos, $worldNormal, $projPos, $reflectionVector );
;------------------------------------------------------------------------------
; Vertex blending
www.eeworm.com/read/490329/1202427
vsh predator_envmaptimesenvmapmask.vsh
vs.1.1
#include "macros.vsh"
local( $worldPos, $worldNormal, $projPos, $reflectionVector );
;------------------------------------------------------------------------------
; Vertex blending
www.eeworm.com/read/490329/1202442
psh predator_envmaptimesenvmapmask.psh
ps.1.1
; c2 - envmaptint
tex t0 ; cube map
tex t1 ; envmapmask
mul r0, t0, t1
mul r0, r0, c2
www.eeworm.com/read/490329/1202484
psh predator_envmap.psh
ps.1.1
; c2 - envmaptint
tex t0 ; cube map
mul r0.rgb, t0, c2
mov r0.a, c0
www.eeworm.com/read/173815/9634411
exe storm predator.exe
www.eeworm.com/read/266962/6290243
m example_predator_prey.m
%% Example with system describing the Predator-Prey model
clear all
close all
useExplicitElementsnaming = false;
%% Definition of the pdf's within the NFT framework
%
disp('*************************
www.eeworm.com/read/492937/6414482