


brede_vta_exp - Contruct VRML Talairach model from 'exp'
function h = brede_vta_exp(E, ...
'PropertyName', 'PropertyValue')
Input: E Experiment structure
Property: Color [ 0.7 0.7 0.7 ] Color
DiffuseColor [ {0} ] Diffuse color for the points
EmissiveColor [ {0} ] Emissive color for the points
Filename VRML Filename
PointType [ {cbox} | cdiamond | box | sphere |
plus ]
Position [ {[0.1 0.1 -0.1]} ] Position of
Shadow (wall) and stalk
Scale [ {1} ] Size of the points
TextureString [ {''} ] A string rendered with
texture on points
Url [ {''} ] URL for point
Shadow [ {[0.1 0.1 -0.1]} | none ]
ShadowColor Color of the shadow (wall)
Stalk [ none | line | {box} ]
StalkGround [ {-0.08} ]
TextAbove [ {} ] Cell of strings or a string
TextAboveColor [ {[0.1 0.1 0.1} ]
TextAboveField [ {description} ]
(Some of these properties do not yet work!!!)
This functions construct a VRML97 file from the information
from an 'exp' structure. The 'exp' structure usually contains
a list of 'loc' structures and the 3D points in these
structures are plotted.
If the URL property is not defined the woexp or the
brainMapPaperId and brainMapExpId fields will be used to
construct a URL.
See also BREDE, BREDE_VTA, BREDE_EXP, BREDE_VTA_BIB,
BREDE_VTA_LOC, BREDE_VTA_OPEN.
$Id: brede_vta_exp.m,v 1.3 2005/01/05 16:13:07 fnielsen Exp $