Leadwerks Game Engine

Leadwerks Game Engine

Không đủ lượt đánh giá
Fractal Cube Shader
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Type: Shader
Kích cỡ file
Đã đăng
5.609 KB
8 Thg12, 2014 @ 9:51am
1 ghi chú thay đổi ( xem )

Đăng ký để tải xuống
Fractal Cube Shader

Mô tả
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 bình luận
nick.ace  [tác giả] 7 Thg01, 2015 @ 3:43pm 
Haha, don't give me credit for this, I just ported it over.
Anthony_python 7 Thg01, 2015 @ 2:21pm 
good job.
nick.ace  [tác giả] 2 Thg01, 2015 @ 6:22pm 
Yeah not really. It does sort of drag your framerate down a bit though, but it's really independent of the engine.
soup 2 Thg01, 2015 @ 6:21pm 
Ohhhh so its not really 3d, so it doesnt lag the computer out
nick.ace  [tác giả] 2 Thg01, 2015 @ 6:18pm 
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 2 Thg01, 2015 @ 6:14pm 
Whats a shader?
Im a noob :(