Visualizations ZGameEditor Visualizer request

contains the latest version of our visualizer plugin (replacing Chrome)

Return to “ZGameEditor Visualizer forum”

[You can only see part of this thread as you are not logged in to the forums]
StevenM
Thu Jan 05, 2012 5:50 pm

x

Rotating logo with a depth effect.

here is a a screencast of the logo effect in ZGE. I only did up to mapping with GL Points - It is quite a bit to take in. I'll upload the rest, adding depth and rotation, if this proves to be useful. Adding the depth and rotation is pretty easy compared to what is covered in this video - just a few tweaks.



You need this code block - copy and paste it to the zExternalLibrary explained in the video.

Code: Select all

const int GL_POINTS = 0; //enum type const(optional) helper
const int GL_LINES = 1;

void glBegin(int mode){}
void glEnd(){}
void glPointSize(float size){}
void glLineWidth(){}
void glVertex3f(float x,float y,float z){}
void glColor3ub(int Red, int Green, int Blue){}
Impossible to explain every minute detail so don't hesitate to ask about something.

StevenM
Thu Jan 05, 2012 5:54 pm

x

Re: Visualizations ZGameEditor Visualizer request

Here is a video export the finished effect with...
You do not have the required permissions to view the files attached to this post.




jmc
Site Admin
Thu Jan 05, 2012 9:03 pm

x

Re: Visualizations ZGameEditor Visualizer request

StevenM wrote:Here is a video export the finish...







alphanimal
Fri Jan 06, 2012 4:07 am

x

Re: Visualizations ZGameEditor Visualizer request

Thanks! I did it with a simple array right now...
You do not have the required permissions to view the files attached to this post.


StevenM
Fri Jan 06, 2012 6:15 am

x

Re: Visualizations ZGameEditor Visualizer request

Also, how do I get to draw points with an alpha...
You do not have the required permissions to view the files attached to this post.
Last edited by StevenM on Fri Jan 06, 2012 7:53 am, edited 1 time in total.


jmc
Site Admin
Fri Jan 06, 2012 9:25 am

x

Re: Visualizations ZGameEditor Visualizer request

alphanimal wrote:I attached my current .zgeproj...








alphanimal
Fri Jan 06, 2012 9:38 pm

x

Re: Visualizations ZGameEditor Visualizer request

The spectrum seems a lot mere responsive in the...
You do not have the required permissions to view the files attached to this post.


alphanimal
Sat Jan 07, 2012 2:59 am

x

Re: Visualizations ZGameEditor Visualizer request

Yet another demo! And the project attached!
You do not have the required permissions to view the files attached to this post.

alphanimal
Sat Jan 07, 2012 5:26 am

x

Re: Visualizations ZGameEditor Visualizer request

Here's an attempt for my idea nr. 1 1. Some fo...
You do not have the required permissions to view the files attached to this post.







jmc
Site Admin
Sat Jan 07, 2012 3:09 pm

x

Re: Visualizations ZGameEditor Visualizer request

Nice! Especially being your first script.




alphanimal
Sat Jan 07, 2012 11:39 pm

x

Re: Visualizations ZGameEditor Visualizer request

Yes I'm not completely new to this. Here's an o...
You do not have the required permissions to view the files attached to this post.

StevenM
Sun Jan 08, 2012 7:52 am

x

Re: Visualizations ZGameEditor Visualizer request

alphanimal wrote:Yes I'm not completely new to ...
You do not have the required permissions to view the files attached to this post.

jmc
Site Admin
Sun Jan 08, 2012 11:10 am

x

Re: Visualizations ZGameEditor Visualizer request

What about some physics on this Text-Image stuf...
You do not have the required permissions to view the files attached to this post.

StevenM
Sun Jan 08, 2012 12:18 pm

x

Re: Visualizations ZGameEditor Visualizer request

BitMap Import support for PixelParticles - this...
You do not have the required permissions to view the files attached to this post.

alphanimal
Mon Jan 09, 2012 12:39 am

x

Re: Visualizations ZGameEditor Visualizer request

Demo time! Note with that amount of particle...
You do not have the required permissions to view the files attached to this post.

Scott
Site Admin
Mon Jan 09, 2012 1:24 am

x

Re: Visualizations ZGameEditor Visualizer request

alphanimal wrote:Demo time! Note with that a...


jmc
Site Admin
Mon Jan 09, 2012 6:32 am

x

Re: Visualizations ZGameEditor Visualizer request

alphanimal wrote:Demo time! Really cool! It's c...


jmc
Site Admin
Mon Jan 09, 2012 7:29 am

x

Re: Visualizations ZGameEditor Visualizer request

alphanimal wrote:I don't get it The only render...


gol
Mon Jan 09, 2012 10:52 am

x

Re: Visualizations ZGameEditor Visualizer request

what's above is much better than chrome's fount...
You do not have the required permissions to view the files attached to this post.


Return to “ZGameEditor Visualizer forum”