User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:03, 8 September 2020 (diff | hist) . . (+137) . . Exporting to a Player
- 11:42, 13 July 2020 (diff | hist) . . (+91) . . XBox One (current)
- 11:40, 13 July 2020 (diff | hist) . . (-9) . . XBox One
- 11:39, 13 July 2020 (diff | hist) . . (+2) . . XBox One
- 11:39, 13 July 2020 (diff | hist) . . (+204) . . XBox One
- 11:33, 13 July 2020 (diff | hist) . . (-38) . . Welcome!
- 11:33, 13 July 2020 (diff | hist) . . (+121) . . Welcome!
- 11:31, 13 July 2020 (diff | hist) . . (+99) . . Welcome!
- 11:27, 13 July 2020 (diff | hist) . . (+48) . . Welcome!
- 11:23, 13 July 2020 (diff | hist) . . (+18) . . Welcome!
- 17:20, 3 July 2020 (diff | hist) . . (+121) . . Chroma (current)
- 10:54, 3 July 2020 (diff | hist) . . (+203) . . Shader
- 10:50, 3 July 2020 (diff | hist) . . (+11) . . Writing Shaders (current)
- 10:48, 3 July 2020 (diff | hist) . . (+4) . . Lua Shaders
- 10:47, 3 July 2020 (diff | hist) . . (+20) . . Lua Shaders
- 10:46, 3 July 2020 (diff | hist) . . (+17) . . Lua Shaders
- 09:57, 3 July 2020 (diff | hist) . . (+113) . . Lua Shaders
- 22:33, 2 July 2020 (diff | hist) . . (+335) . . N Lua Shader Language Helper Functions (Created page with "{| class="wikitable" |- ! Function !! Syntax !! Description |- | discard || discard() || The discard function is only allowed within fragment shaders. It can be used within a...") (current)
- 22:33, 2 July 2020 (diff | hist) . . (-278) . . Lua Shaders
- 22:31, 2 July 2020 (diff | hist) . . (-4,186) . . Lua Shaders
- 22:30, 2 July 2020 (diff | hist) . . (+326) . . N Lua Shader Conversion and Constructor Functions (Created page with "{| class="wikitable" |- ! Function !! Syntax !! Description |- | hF1 || hF1() || Example |- | hF2 || hF2() || Example |- | hF3 || hF3() || Example |- | hf4 || hF4() || Example...") (current)
- 22:28, 2 July 2020 (diff | hist) . . (+293) . . N Lua Shader Texture Lookup Functions (Created page with "Texture lookup functions are available to vertex, geometry, and fragment shaders. However, the level of detail is not implicitly computed for vertex or geometry shaders. {|...") (current)
- 22:26, 2 July 2020 (diff | hist) . . (+836) . . N Lua Shader Geometric Functions (Created page with "{| class="wikitable" |- ! Function !! Syntax !! Description |- | length || float=length(x) || Returns the length of vector x. |- | distance || float=distance(p0,p1) || Returns...") (current)
- 22:24, 2 July 2020 (diff | hist) . . (+1,588) . . N Lua Shader Common Functions (Created page with "{| class="wikitable" |- ! Function !! Syntax !! Description |- | abs || abs(x) || Returns the absolute of x. |- | sign || sign(x) || Returns the sign of x (-1, 0 or 1). |- | f...") (current)
- 22:22, 2 July 2020 (diff | hist) . . (+474) . . N Lua Shader Exponential Functions (Created page with "{| class="wikitable" |- ! Function !! Syntax !! Description |- | pow || pow(x,y) || Returns x raised to the y power. |- | exp || exp(x) || Returns the natural exponentiation o...") (current)
- 22:20, 2 July 2020 (diff | hist) . . (+1,215) . . Lua Shader Angle and Trigonometry Functions (current)
- 22:19, 2 July 2020 (diff | hist) . . (+214) . . N Lua Shader Angle and Trigonometry Functions (Created page with "Function parameters specified as angle are assumed to be in units of radians. In no case will any of these functions result in a divide by zero error. If the divisor of a rati...")
- 22:18, 2 July 2020 (diff | hist) . . (+708) . . Lua Shaders
- 21:54, 2 July 2020 (diff | hist) . . (+1,079) . . Lua Shaders
- 21:32, 2 July 2020 (diff | hist) . . (+2,635) . . Lua Shaders
- 20:33, 2 July 2020 (diff | hist) . . (+236) . . Lua Shaders
- 20:30, 2 July 2020 (diff | hist) . . (+742) . . Lua Shaders
- 17:31, 2 July 2020 (diff | hist) . . (+21) . . Shader Programs (current)
- 17:21, 2 July 2020 (diff | hist) . . (+29) . . Writing Shaders
- 17:20, 2 July 2020 (diff | hist) . . (+405) . . Writing Shaders
- 17:16, 2 July 2020 (diff | hist) . . (+1) . . Writing Shaders
- 17:11, 2 July 2020 (diff | hist) . . (-1,315) . . Writing Shaders
- 17:09, 2 July 2020 (diff | hist) . . (+786) . . N Platform based Shaders (Created page with "The API allows the creation of Shader objects from within Lua. The ‘Shader.new()’ constructor takes five arguments: * The vertex shader - filename (no extension) or code w...") (current)
- 17:09, 2 July 2020 (diff | hist) . . (+506) . . N Lua Shaders (Created page with "The API allows the creation of Shader objects from within Lua. The 'Shader.lua()' constructor takes five arguments: * The vertex shader code within a string. * The fragment sh...")
- 17:09, 2 July 2020 (diff | hist) . . (+45) . . Writing Shaders
- 17:07, 2 July 2020 (diff | hist) . . (+923) . . Writing Shaders
- 16:56, 2 July 2020 (diff | hist) . . (+75) . . Shader Flags (current)
- 16:55, 2 July 2020 (diff | hist) . . (+84) . . Writing Shaders
- 16:48, 2 July 2020 (diff | hist) . . (+3) . . Writing Shaders
- 16:47, 2 July 2020 (diff | hist) . . (-1) . . Writing Shaders
- 16:47, 2 July 2020 (diff | hist) . . (-14) . . Writing Shaders
- 16:44, 2 July 2020 (diff | hist) . . (+84) . . Writing Shaders
- 16:41, 2 July 2020 (diff | hist) . . (-3,541) . . Writing Shaders
- 16:41, 2 July 2020 (diff | hist) . . (+9) . . GLSL and HLSL Example (current)
- 16:40, 2 July 2020 (diff | hist) . . (-29) . . GLSL and HLSL Example
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)