Basic Library Version: 9

Graphisoft shaders

These shader types were made to support the interoperability between standard ArchiCAD Library Parts and the LightWorks® API.

The LightWorks ® API is copyright © 1999,2000-2004 LightWork Design Ltd. All Rights Reserved.

GS Spot

The purpose of this light shader is to emulate the inner spot lightsource type of ArchiCAD. That's why you can learn more about its parameters from the GDL Manual reading about the standard light command.

GS Distant

The purpose of this light shader is to emulate the inner distant lightsource type of ArchiCAD. That's why you can learn more about its parameters from the GDL Manual reading about the standard light command.

GS Emission

This is a generic-use interface shader for modelling emitting surfaces. It has two simple parameters:

LWA_INgsemission_color color of the material
LWA_INgsemission_attenuation attenuation factor of the emission

GS Masked Image

This color shader takes two images and the base color as input. The surface color is modulated by the mask as follows; each pixel's color is determined by the base surface color and the image pixel color weighted by the mask value.

Parameters:

LWA_COgsmaskedimage_file - FILENAME
Name of the texture image file.
LWA_COgsmaskedimage_scale - FLOAT
Scale of the texture image.
LWA_COgsmaskedimage_aspratio - FLOAT
Aspect ratio.
LWA_COgsmaskedimage_softness - FLOAT
Softness parameter.
LWA_COgsmaskedimage_mask_file - FILENAME
Name of mask image file.
LWA_COgsmaskedimage_maskscale - FLOAT
Scale of mask image.
LWA_COgsmaskedimage_maspratio - FLOAT
Mask aspect ratio.
LWA_COgsmaskedimage_basecolor - COLOR
Surface base color

GS Replicate

Texture space shader which allows scaling, rotation and mirroring of a texture.

Parameters:

LWA_TSgsreplicate_sreflect - BOOLEAN
Texture mirroring on/off in S.
LWA_TSgsreplicate_treflect - BOOLEAN
Texture mirroring on/off in T.
LWA_TSgsreplicate_ssize - FLOAT
Texture size in S (in model size).
LWA_TSgsreplicate_tsize - FLOAT
Texture size in T (in model size).
LWA_TSgsreplicate_angle-FLOAT
Rotation angle of texturing.
Copyright © 2004 - Graphisoft R&D Software Development Rt. All rights reserved worldwide.