Jump to content

Radiant jka texture


Recommended Posts

Hey pals, im trying to do a map and i need a mirror, i know there is a mirror texture in Radiant but ingame it shows that like a missing greyish texture.

Any help?

 

You'll need a proper shader to get the mirrors working. I'm not sure if base JA has it, but this is what the shader looks like from a map I can't remember right now:

textures/camera/camera
{
	qer_editorimage	textures/camera/camera
	surfaceparm	playerclip
	portal
	q3map_nolightmap
    {
        map textures/camera/camera
        blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
        depthWrite
        alphaGen portal 2048
    }
}

Once you have that, create the mirror in Radiant, then create one misc_portal_surface sticking to the mirror's surface, and linked to a misc_portal_camera in the same place.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...