Exemplo n.º 1
0
static void vrml_end_edge(GVJ_t *job)
{
    if (IsSegment)
	finishSegment(job->output_file, job->obj->u.e);
    fprintf(job->output_file, "] }\n");
}
Exemplo n.º 2
0
static void vrml_end_edge(GVJ_t *job)
{
    if (IsSegment)
	finishSegment(job, job->obj->u.e);
    gvputs(job,   "] }\n");
}