FaceGen 3 SDKs Reference
|
Functions | |
void | Fg::cmd3DetailExtract (CLArgs const &args) |
void | Fg::cmd3Interactive (CLArgs const &args) |
void | Fg::cmd3ConstructSsm (CLArgs const &args) |
void | Fg::cmd3ConstructScm (CLArgs const &args) |
void | Fg::cmd3Controls (CLArgs const &) |
void | Fg::cmd3Coord (CLArgs const &) |
void | Fg::cmd3Create (CLArgs const &) |
void | Fg::cmd3EndianToggle (CLArgs const &args) |
void | Fg::cmd3Random (CLArgs const &) |
void | Fg::cmd3Util (CLArgs const &) |
void | Fg::cmd3View (CLArgs const &) |
Commands in the example program 'fg3' making use of the Main SDK.
void Fg::cmd3ConstructScm | ( | CLArgs const & | args | ) |
Construct a color map from an SCM for a particular face.
Definition at line 64 of file Fg3CmdApply.cpp.
void Fg::cmd3ConstructSsm | ( | CLArgs const & | args | ) |
Construct a mesh from an SSM for a particular face.
Definition at line 33 of file Fg3CmdApply.cpp.
void Fg::cmd3Controls | ( | CLArgs const & | args | ) |
Apply parametric controls to a face coordinate in an .FG file.
Definition at line 272 of file Fg3CmdControls.cpp.
void Fg::cmd3Coord | ( | CLArgs const & | args | ) |
Command to view or set the face coordinates in a .FG file.
Definition at line 126 of file Fg3CmdCoord.cpp.
void Fg::cmd3Create | ( | CLArgs const & | args | ) |
Command to create a random or average face in an .FG file
Ensure we get different results each time this command is issued:
Random face generation.
If you want random faces of a specific gender you'll get better results by specifying the gender here than by generating a random face of any gender and changing the gender. All other constraints can be achieved by modifying those traits after generating:
Ensure we get different results each time this command is issued:
Random face generation.
If you want random faces of a specific gender you'll get better results by specifying the gender here than by generating a random face of any gender and changing the gender. All other constraints can be achieved by modifying those traits after generating:
Definition at line 60 of file Fg3CmdCreate.cpp.
void Fg::cmd3DetailExtract | ( | CLArgs const & | args | ) |
Command to extract/insert a detail texure from/to an .FG file.
Definition at line 30 of file Fg3Cmd.cpp.
void Fg::cmd3EndianToggle | ( | CLArgs const & | args | ) |
Toggle endian-ness of the FaceGen 3 file formats.
Definition at line 447 of file Fg3CmdEndianToggle.cpp.
void Fg::cmd3Interactive | ( | CLArgs const & | args | ) |
Command to apply interactive deformations to a face & mesh.
Apply:
Definition at line 103 of file Fg3Cmd.cpp.
void Fg::cmd3Random | ( | CLArgs const & | args | ) |
Command to automatically create random face images
Definition at line 361 of file Fg3CmdRandom.cpp.
void Fg::cmd3Util | ( | CLArgs const & | args | ) |
Various utility functions.
Definition at line 235 of file Fg3CmdUtil.cpp.
void Fg::cmd3View | ( | CLArgs const & | args | ) |
Interactive GUI view of FaceGen data files (currently Windows only).
Definition at line 189 of file Fg3CmdView.cpp.