[Master Index]
[Index for export/brede]
brede_vrml
(export/brede/brede_vrml.m)
Function Synopsis
brede_vrml
Help text
brede_vrml - Overview of VRML functions
Functions:
brede_vrml_faceset - Write polygons or lines
brede_vrml_open - Open a file and write VRML header
brede_vrml_strimage - Convert string to image texture
brede_vrml_text - Write text to VRML file
brede_vrml_unique - Return a unique id for internal use
brede_vrml_volplane - Create plane from a volume
brede_vrml_volsurf - Create surface from a volume
brede_vta
VRML is Virtual Reality Modeling Language, a computer file
format to store 3-dimensional models. The default extension is
.wrl. The functions with prefix brede_vrml_ are related to
writing VRML whole or parts of a VRML file.
Example:
fid = brede_vrml_open('test.wrl');
fprintf(fid, 'Shape { geometry Box {} }\n');
brede_vrml_text(fid, 'C''est ne pas une caisse', ...
'Position', [ 0 0 1 ], 'color', [ 1 0 0]);
fclose(fid);
See also BREDE, BREDE_VTA, BREDE_VRML_FACESET,
BREDE_VRML_OPEN, BREDE_VRML_STRIMAGE, BREDE_VRML_TEXT,
BREDE_VRML_UNIQUE, BREDE_VRML_VOLPLANE,
BREDE_VRML_VOLSURF.
$Id: brede_vrml.m,v 1.1 2007/03/12 09:14:00 fn Exp $
Produced by mat2html on Fri Jun 20 17:43:05 2008
Cross-Directory links are: OFF