Simple Tile Mirror Plugin

Just let it all out, buddy. You're among friends here.
User avatar
Oaktown
Resolume honorary member
Posts: 2837
Joined: Tue May 08, 2012 15:19
Location: Oakland, CA

Re: Simple Tile Mirror Plugin

Post by Oaktown »

Hive8, any chance to get a copy of your latest Simple Tile Mirror plugin for both Mac and PC?

hive8
Is seriously in love with Resolume. Met the parents and everything
Posts: 331
Joined: Sat Jan 22, 2011 22:42
Location: Los Angeles

Re: Simple Tile Mirror Plugin

Post by hive8 »

Hi Yes I do have them for PC let me compile it quick for MAC as well, i can send it over before the end of the week.
HIVE 8 | Quantum Laser | http://www.hive8.com

User avatar
Oaktown
Resolume honorary member
Posts: 2837
Joined: Tue May 08, 2012 15:19
Location: Oakland, CA

Re: Simple Tile Mirror Plugin

Post by Oaktown »

Awesome, thank you!

hive8
Is seriously in love with Resolume. Met the parents and everything
Posts: 331
Joined: Sat Jan 22, 2011 22:42
Location: Los Angeles

Re: Simple Tile Mirror Plugin

Post by hive8 »

Hi Joris, I am still working on this problem here, I am using the the maxCoord.s and maxCoord.t to draw the texture on the quad. But for some reason when i try to mirror or clamp or mirror_repeat the texture with

glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_REPEAT);

I get that pixel gap on the top and bottom of the texture, when i change the texture to a height of 1088 the gap disappears. Is there an other way to mirror the texture. I even tried it with the FFGL example AddSubstract.

I changed
gl_TexCoord[0] = gl_MultiTexCoord0;
to
gl_TexCoord[0] = gl_MultiTexCoord0 * 2.0f;


static const std::string vertexShaderCode = STRINGIFY(
void main()
{
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
gl_TexCoord[0] = gl_MultiTexCoord0 * 2.0f;
gl_FrontColor = gl_Color;
}
);

I also get that gap in the texture in the Y Axis.

Could you post by any chance the cpp for the mirror quad plugin FFGL for 64bit?
HIVE 8 | Quantum Laser | http://www.hive8.com

Kadete
Hasn't felt like this about software in a long time
Posts: 125
Joined: Sun Jun 01, 2014 13:04
Location: Lisbon, Portugal

Re: Simple Tile Mirror Plugin

Post by Kadete »

Bump :)

I know you problably overworked Joris, when you find the time can you help him? :D

Thanks

Joris
Doesn't Know Jack about VJ'ing or Software Development and Mostly Just Gets Coffee for Everyone
Posts: 5185
Joined: Fri May 22, 2009 11:38

Re: Simple Tile Mirror Plugin

Post by Joris »

In all the places you use texture coordinates, you need to account for the max texture values.

Now you've added a shader where you are using MutiiTexCoords, but you're not multiplying with the max texture values.

AllenEllis
Met Resolume in a bar the other day
Posts: 3
Joined: Tue Jun 20, 2017 02:25

Re: Simple Tile Mirror Plugin

Post by AllenEllis »

Hi,

Sorry to bump such an old thread -- does anyone here have a link to a Mac version of this plugin?

Thanks!

edwin
Team Resolume
Posts: 1202
Joined: Thu Oct 07, 2004 10:40

Re: Simple Tile Mirror Plugin

Post by edwin »

Can you explain what the Tile Mirror does exactly or what you miss in the already present Tile effect @AllenEllis. I'm sure we can build something in Wire what suits your needs.

deflost
Hasn't felt like this about software in a long time
Posts: 88
Joined: Tue Jul 07, 2009 23:10

Re: Simple Tile Mirror Plugin

Post by deflost »

where can we find it?

thx.
westfernsehen, leipzig

Post Reply