Modcraft - The community dedicated to quality WoW modding!

Content creation => Level Design => Topic started by: Ohai on March 08, 2015, 04:33:41 am

Title: Mirror like objects, or textures in WoW?
Post by: Ohai on March 08, 2015, 04:33:41 am
As the title says I was looking thru Azeroth yesterday and Got an idea about creating mirrors then I realized there arent any mirrors in game atleast I couldnt find anything.
So if anyone knows about mirror like M2s, textures or something please some info
Title: Re: Mirror like objects, or textures in WoW?
Post by: Sprucey on March 08, 2015, 05:01:32 am
As far as I'm aware, the water shaders are the only truly reflective portion of WoW.

The effect could be faked. Perhaps look at the model for Deeprun Tram, as they use environment mapping to simulate the reflection on the glass tunnel. I have no first hand experience with utilizing it on a server personally though.
Title: Re: Mirror like objects, or textures in WoW?
Post by: Ohai on March 08, 2015, 08:10:44 am
Yes only water and I noticed it doesnt reflect players just the environment

And if someone was to make a mirror I guess it would be a fixed camera projection thats always aimed towards the player or something like that hmm .p  :?:
Title: Re: Mirror like objects, or textures in WoW?
Post by: Alastor on March 08, 2015, 01:40:52 pm
in 335 engine isnt any function to handle mirrors
Title: Re: Mirror like objects, or textures in WoW?
Post by: schlumpf on March 08, 2015, 04:41:21 pm
You could do the old fashioned fake: let there be an invisible wall where the mirror is. Copy _everything_ and place it behind the wall, mirrored. Now, add a server side script that detects all units nearby and duplicates them, mirrored, in the fake world.

It won't be feasible.
Title: Re: Mirror like objects, or textures in WoW?
Post by: Alastor on March 08, 2015, 09:16:31 pm
Well thats not bad idea
Title: Re: Mirror like objects, or textures in WoW?
Post by: Ohai on March 09, 2015, 07:02:44 am
Quote from: "schlumpf"
You could do the old fashioned fake: let there be an invisible wall where the mirror is. Copy _everything_ and place it behind the wall, mirrored. Now, add a server side script that detects all units nearby and duplicates them, mirrored, in the fake world.

It won't be feasible.

Well i just had an idea to put a mirror maybe, was wondering if there is anything avaliable but nice idea if someones up for that my engineering skills are 11/700 copy pasting google and modcraft for something feasible .b
Title: Re: Mirror like objects, or textures in WoW?
Post by: Allifeur on March 09, 2015, 11:20:04 am
And if you don't care about true reflections, you can just make a blue tainted texture with another texture used to give a reflective aspect, like Blizzard did with Uldum mirrors or, If I'm not wrong, barbershop's mirrors.
.. But you can think of numerous other methods to make a mirror trick :

(http://img11.hostingpics.net/pics/768499Mirrortrick.jpg)
=> Here at the middle, you would have a transparent texture with reflects, simulating a mirror material, hiding a reverted screenshot of the room placed in the shape of a cupola (so that you would see something different depending the point of view. )

It's a cheaper version of Schlumpf's idea of copying the whole room (used in Algalon's room, in Ulduar), that can be nice sometimes when you don't have that much space available.
Title: Re: Mirror like objects, or textures in WoW?
Post by: kael on March 15, 2015, 12:19:49 pm
I'm not sure but the textures in Deepholme seem to reflect the environment. Maybe you could find something interesting there.


Edit: this may be the thing Allifleur is talking about.
Title: Re: Mirror like objects, or textures in WoW?
Post by: schlumpf on March 15, 2015, 01:09:44 pm
Those are only  for terrain, and reflect a prebuilt texture, so no players.