Module vrSurfaceAnalysis
[frames] | no frames]

Module vrSurfaceAnalysis

Functions
 
enableSurfaceAnalysis(state)
Enable/disable surface analysis render mode.
 
setSurfaceAnalysisDirection(state)
Sets light direction.
 
setSurfaceAnalysisLineColor(state)
Sets lines/stripes color.
 
setSurfaceAnalysisLineCount(state)
Sets lines/stripes count.
 
setSurfaceAnalysisLineType(state)
Sets lines/stripes mode.
 
setSurfaceAnalysisMode(state)
Sets surface analysis mode.
 
setSurfaceAnalysisPickNormal(state)
Enable/disable pick surface normal.
 
setSurfaceAnalysisSetToXAxis()
Sets light source direction to X axis.
 
setSurfaceAnalysisSetToYAxis()
Sets light source direction to Y axis.
 
setSurfaceAnalysisSetToZAxis()
Sets light source direction to Z axis.
 
setSurfaceAnalysisShowDirection(state)
Enable/disable show light direction.
 
setSurfaceAnalysisSurfaceBaseColor(state)
Sets surface color.
 
setSurfaceAnalysisSurfaceLightingMode(state)
Sets surface mode.
 
setSurfaceAnalysisUseCamVec(state)
Enable/disable use camera view vector.
Function Details

enableSurfaceAnalysis(state)

 

Enable/disable surface analysis render mode.

Parameters:
  • state (bool) - Clipping: Enable/Disable.

setSurfaceAnalysisDirection(state)

 

Sets light direction.

Parameters:
  • state (Vec3f) - Sets the light source direction.

setSurfaceAnalysisLineColor(state)

 

Sets lines/stripes color.

Parameters:
  • state (Vec3f) - The color for the lines/stripes.

setSurfaceAnalysisLineCount(state)

 

Sets lines/stripes count.

Parameters:
  • state (int) - The number for the lines/stripes.

setSurfaceAnalysisLineType(state)

 

Sets lines/stripes mode.

Parameters:
  • state (int) - The mode for the lines/stripes.

setSurfaceAnalysisMode(state)

 

Sets surface analysis mode.

Parameters:
  • state (int) - The mode of the surface analysis.

setSurfaceAnalysisPickNormal(state)

 

Enable/disable pick surface normal.

Parameters:
  • state (bool) - Enable pick surface normal: Enable/Disable.

setSurfaceAnalysisShowDirection(state)

 

Enable/disable show light direction.

Parameters:
  • state (bool) - Show light source direction: Enable/Disable.

setSurfaceAnalysisSurfaceBaseColor(state)

 

Sets surface color.

Parameters:
  • state (Vec3f) - The color for the surface.

setSurfaceAnalysisSurfaceLightingMode(state)

 

Sets surface mode.

Parameters:
  • state (int) - The mode for the surface.

setSurfaceAnalysisUseCamVec(state)

 

Enable/disable use camera view vector.

Parameters:
  • state (bool) - Enable use camera view vector : Enable/Disable.