Leadwerks Game Engine

Leadwerks Game Engine

评价数不足
Fractal Cube Shader
   
奖励
收藏
已收藏
取消收藏
Type: Shader
文件大小
发表于
5.609 KB
2014 年 12 月 8 日 上午 9:51
1 项改动说明 ( 查看 )

订阅以下载
Fractal Cube Shader

描述
I think this would be a cool effect for a main menu. Anyway, I ported this public domain shader to Leadwerks.

This is the link to the source code:
https://www.shadertoy.com/view/4dSXDd
6 条留言
nick.ace  [作者] 2015 年 1 月 7 日 下午 3:43 
Haha, don't give me credit for this, I just ported it over.
Anthony_python 2015 年 1 月 7 日 下午 2:21 
good job.
nick.ace  [作者] 2015 年 1 月 2 日 下午 6:22 
Yeah not really. It does sort of drag your framerate down a bit though, but it's really independent of the engine.
soup 2015 年 1 月 2 日 下午 6:21 
Ohhhh so its not really 3d, so it doesnt lag the computer out
nick.ace  [作者] 2015 年 1 月 2 日 下午 6:18 
This is probably a bad representation of a shader. Typically, a shader is a mini-program that allows you to change the look of 3D models. There are also fullscreen shaders which are more like filters (i.e. like grayscale or whatever on a lot of camera apps) which operate on a 2D basis primarily. This is a bad example because it's a fullscreen shader but it has "fake" 3D objects (non-OpenGL excellerated). This is more for a main menu in which you cover the entire screen with this animation.
soup 2015 年 1 月 2 日 下午 6:14 
Whats a shader?
Im a noob :(