Exemple #1
0
 public static void SetLiveMeshExtractionMode(ReconstructionLiveMeshExtractMode mode)
 {
     ViveSR_Framework.SetCommandInt(ViveSR_Framework.MODULE_ID_RIGID_RECONSTRUCTION, (int)(ReconstructionCmd.EXTRACT_VERTEX_NORMAL), (int)mode);
 }
 public static void SetLiveMeshExtractionMode(ReconstructionLiveMeshExtractMode mode)
 {
     SRWorkModule_API.SetReconstructionParameterInt((int)(ReconstructionCmd.EXTRACT_VERTEX_NORMAL), (int)mode);
 }