Scripting
Reference
  • Home
  • Scripting Reference
  • Script Resource Links
  • Blog
  • Introduction
    • Script Conventions
    • Script Installation
  • LM
    • LM Constants
    • LM Functions
    • LM Classes
      • LM_ColorVector
      • LM_Matrix
      • LM_BBox
      • LM_Vector3
      • LM_Vector2
      • LM_Rect
      • rgb_color
      • LM_Point
      • LM_String
  • LM.GUI
    • LM.GUI Constants
    • LM.GUI Functions
    • LM.GUI Classes
      • LM_View
      • LM_BaseWidget
      • LM_StaticText
      • LM_DynamicText
      • LM_Divider
      • LM_Button
      • LM_CheckBox
      • LM_RadioButton
      • LM_TextControl
      • LM_LayoutView
      • LM_Menu
      • LM_PopupMenu
      • LM_PopupDialog
      • LM_TextList
      • LM_AngleWidget
      • LM_Slider
      • LM_ScrollBar
  • MOHO
    • MOHO Constants
    • MOHO Functions
    • MOHO Classes
      • AnimBool
      • AnimColor
      • AnimVec2
      • AnimVal
      • AnimChannel
      • InterpSetting
      • AnimString
      • AnimVec3
      • MohoRenderStyle
      • MohoLayerChannel
      • MohoPhysicsOptions
      • MohoLayer
      • MohoView
      • MouseEvent
      • MeshLayer
      • AudioLayer
      • NoteLayer
      • TrackingPoint
      • ImageLayer
      • KeyEvent
      • LM_FontPreview
      • LM_MeshPreview
      • GroupLayer
      • BoneLayer
      • SwitchLayer
      • ParticleLayer
      • ScriptInterface
      • ScriptPrefs
      • Mesh3DOptions
      • PoserActorGroup
      • Mesh3DLayer
      • MohoDoc
      • M_Point
      • M_Curve
      • M_Face3D
      • M_Material3D
      • M_Style
      • M_Shape
      • M_PointGroup
      • M_Mesh
      • M_Bone
      • M_Skeleton
      • M_Mesh3D
HomeMOHOMOHO ClassesMesh3DOptions

class Mesh3DOptions

New Feature

class Mesh3DOptions {
public:
  // shading effects
  int32      fShadingMode;
  int32      fShadingDensity; // from 0 to 100
  rgb_color    fShadingColor;
 
  // edge rendering
  bool      fSilhouetteEdges, fMaterialEdges, fCreaseEdges;
  real      fCreaseAngle;
  real      fEdgeExtension;
 
  // other options
  bool      fBackfaceRemoval;
  bool      fResetZ;
};
  • Posted in: MOHO Classes
  • Introduction
    • Script Conventions
    • Script Installation
  • LM
    • LM Constants
    • LM Functions
    • LM Classes
      • LM_ColorVector
      • LM_Matrix
      • LM_BBox
      • LM_Vector3
      • LM_Vector2
      • LM_Rect
      • rgb_color
      • LM_Point
      • LM_String
  • LM.GUI
    • LM.GUI Constants
    • LM.GUI Functions
    • LM.GUI Classes
      • LM_View
      • LM_BaseWidget
      • LM_StaticText
      • LM_DynamicText
      • LM_Divider
      • LM_Button
      • LM_CheckBox
      • LM_RadioButton
      • LM_TextControl
      • LM_LayoutView
      • LM_Menu
      • LM_PopupMenu
      • LM_PopupDialog
      • LM_TextList
      • LM_AngleWidget
      • LM_Slider
      • LM_ScrollBar
  • MOHO
    • MOHO Constants
    • MOHO Functions
    • MOHO Classes
      • AnimBool
      • AnimColor
      • AnimVec2
      • AnimVal
      • AnimChannel
      • InterpSetting
      • AnimString
      • AnimVec3
      • MohoRenderStyle
      • MohoLayerChannel
      • MohoPhysicsOptions
      • MohoLayer
      • MohoView
      • MouseEvent
      • MeshLayer
      • AudioLayer
      • NoteLayer
      • TrackingPoint
      • ImageLayer
      • KeyEvent
      • LM_FontPreview
      • LM_MeshPreview
      • GroupLayer
      • BoneLayer
      • SwitchLayer
      • ParticleLayer
      • ScriptInterface
      • ScriptPrefs
      • Mesh3DOptions
      • PoserActorGroup
      • Mesh3DLayer
      • MohoDoc
      • M_Point
      • M_Curve
      • M_Face3D
      • M_Material3D
      • M_Style
      • M_Shape
      • M_PointGroup
      • M_Mesh
      • M_Bone
      • M_Skeleton
      • M_Mesh3D

AnimeStudioScripting.com produced and hosted by HubuMedia.com

hubumedia-logo
  • Home
  • Scripting Reference
  • Script Resource Links
  • Blog