nlwarning("<CCameraAnimationStepTurnAround parseStep> impossible to get the point_to_turn_around property of the basic step in primitive : %s",filename.c_str());
nlwarning("<CCameraAnimationStepTurnAround parseStep> impossible to get the distance_to_point property of the basic step in primitive : %s",filename.c_str());
returnfalse;
}
if(!NLMISC::fromString(value,DistanceToPoint))
{
nlwarning("<CCameraAnimationStepTurnAround parseStep> impossible to convert the string : %s, in float in the follow entity step in primitive : %s",value.c_str(),filename.c_str());
returnfalse;
}
// We get the speed
if(!prim->getPropertyByName("speed",value))
{
nlwarning("<CCameraAnimationStepTurnAround parseStep> impossible to get the speed property of the basic step in primitive : %s",filename.c_str());
returnfalse;
}
if(!NLMISC::fromString(value,Speed))
{
nlwarning("<CCameraAnimationStepTurnAround parseStep> impossible to convert the string : %s, in float in the follow entity step in primitive : %s",value.c_str(),filename.c_str());