Mirror Reflection
Well I have virtual dentist simulator, in this i'm using mouth-mirror instrument to see patient teeth's in mirror reflection, for which i'm using "Planar Real-time Reflection". In PC build i can...
View ArticlePlanar RealTime "Mirror" Reflection
Well I have virtual dentist simulator, in this i'm using mouth-mirror instrument to see patient teeth's in mirror reflection, for which i'm using "Planar Real-time Reflection". In PC build i can...
View ArticleMirrorReflection script, adding image effects
Hi! I'm using the MirrorReflection4 script from the wiki in my game. ( http://wiki.unity3d.com/index.php/MirrorReflection4 ) It works great by default. I'm using the Edge Detection image effect on my...
View ArticleI am trying to make a mirror and the MirrorReflection4 shader is pink
I know this is a common issue, I've tried to solve this by adding the shader in "always included shaders" and I have the .shader file in the Assets folder but nothing worked for me....
View ArticleHow to handle side mirror reflections for a car?
Hello - I'm trying to create a side mirror reflection for a car. I've tried using the shader and C# script found here: http://wiki.unity3d.com/index.php/MirrorReflection4 In the article however, it...
View ArticleMirror reflections and stereoscopy
Hello everyone ! I am having an issue with stereoscopy and mirrors. This is happening with a HTC Vive and the steamVR asset, but it does not seem to be related to the hardware. I am using shaders to...
View ArticleHow Do I Access The Gvr Left Eye And Right Eye Positions int the latest Gvr...
I am creating a mirror in unity that reflects the camera view using a shader texture and mirror camera, however i am attempting to do this for Gvr Stereoscopically and am unable to find out how to...
View ArticleComplete Flat Mirror Reflection shader
Greetings. I posted this on a topic on Unity comunity, but with no answers. So, I thought I'd post it here instead.I've been testing the pro version, and I'm developing some small demos. There's a high...
View ArticleHow to create a "Mirror Ball" type Pinball
Hello,I am trying to make a Pinball that has a "Mirror Ball" look to it. This Pinball doesn't really need to reflect what's around it, just needs to look like it's a highly-polished piece of chrome.In...
View ArticleMirror reflection shader
I have a very noob question. It is mentioned in this page http://www.unifycommunity.com/wiki/index.php?title=MirrorReflection2 to "Attach the MirrorReflection to the same object". What does it mean? I...
View ArticleModifying MirrorReflection2
I am using [MirrorReflection2][1]. I notice that its MirrorReflection material (specifically the Reflection) is something similar like a blue sky. I use white as the "Base (RGB)" texture map. How do I...
View ArticleRealtime reflection
Hi all, Did anyone knows how to make a realtime reflection (mirror effect). Thanks in advance for help :)
View ArticleHow to mirror an object (reverse its sides)?
I've built a 3D model that is to be used in an application where it is projected on a mirror. This model will be viewed from the mirror so I need a way (a function) to mirror the object in Unity so...
View ArticleFacing mirrors
Hi, I need multiple mirrors facing each other and of course showing each other's reflections. Is there any ready code for that like the Mirror reflection shaders on Unify? I was not able to find. I'm...
View ArticleMirror reflection 3 error
Hi, I post it again, with more detail: I would like to use the mirror reflection shader on an imported mesh from 3ds max. I was able to achieve with some rotation in Max (different axis system) to get...
View ArticleSun rays don't show up in mirror reflection in deferred rendering ?
Hello, i'm using the mirror script by Aras from [the wiki][1] and my scene is in deferred rendered mode with lightmapping. and there's no sun rays in the mirror reflection ... see this screen ![alt...
View Articlereflection in other maerial (portal) help
Hi recently tried to modify a script * Mirror Reflection * And this would take the tranform to a new location and movement of the camera matrix. But in my tests, stopped working! However, unity does...
View ArticleAssets/Reflection/MirrorReflection.cs(8,14): error CS0101: The namespace...
ok every time i fix something something else goes wroung my brain is to taxed out can i please get some help using UnityEngine; using System.Collections; // This is in fact just the Water script from...
View ArticleRender Texture2D mirrored horizontally
Hi guys, Working on a custom script here, where it involves something similar to a mirror reflections. How can I render a mirrored image from the camera? I don't want to be able to create another...
View ArticleCubemap/Reflection size/scaling issue?
I'm trying to generate a simple mirror effect but the cubemap I'm generating with the script [on this page][1] appears to be far too large and I don't understand why... how can I get it to be the...
View Article