lstActorsText.push_back(textActor);
RefreshPoint(lstPointsX.size()-1);
- SetOutputBox();
}
//------------------------------------------------------------------------
if (this->renderer!=NULL){
if (mpoint.size()==3){
AddPoint(mpoint[0],mpoint[1],mpoint[2], (const char*) ( textCtrl->GetValue().mb_str() ) );
+ SetOutputBox();
} else {//mpoint.size
printf("creaMaracasVisu::ShowNPoints (not match point) \n");
}
if (strcmp(chartmp,"<_VOID_>")==0) { strcpy(chartmp,""); }
AddPoint(x,y,z, chartmp );
}
+ SetOutputBox();
fclose(ff);
} else { // else ff
printf("WidgetShowNPoints::OnLoadPoints ...Error... reading file");
{
id=0;
AddPoint(0,0,0,"");
+ SetOutputBox();
}