makabird | |
| 2010-05-11 17:39 - Respuestas: 6 - Tema nº: 2684571
hola, muchas gracias por la respuesta.
en la carpeta encontré 3 archivos opengl.
lo que pasa es que ahora no sé que hacer. 2 de esos archivos son .str
el otro en caunto lo abro me abre visual basic y me pone un código.
el código es este por si puede ayudar, gracias y haber si me ayudais a solucionar esto.
// c4d-dialogresource
dialog dlg_prefs_opengl
{
center_v; center_h;
group idc_ogl_shading
{
align_top; scale_h;
bordersize 0, 0, 0, 0;
columns 1;
space 4, 4;
group idc_static43
{
name ids_static43; align_top; scale_h;
borderstyle border_group_in; bordersize 4, 4, 4, 4;
columns 1;
space 4, 4;
checkbox idc_ogl_smart{ name ids_check27; center_v; align_left; }
checkbox idc_ogl_smartliveselection { name ids_check28; center_v; align_left; }
}
group idc_static39
{
name ids_static39; align_top; scale_h;
borderstyle border_group_in; bordersize 4, 4, 4, 4;
columns 1;
space 4, 4;
checkbox idc_ogl_usetextures { name ids_check22; center_v; align_left; }
group idc_ogl_enabletexture
{
align_top; align_left;
bordersize 0, 0, 0, 0;
columns 1;
space 4, 4;
group idc_static41
{
align_top; align_left;
bordersize 0, 0, 0, 0;
rows 1;
space 4, 4;
statictext idc_static38 { name ids_static38; align_top; align_left; }
group idc_static44
{
align_top; align_left;
bordersize 0, 0, 0, 0;
rows 1;
space 4, 4;
radiogadget idc_ogl_nearest { name ids_radio1; center_v; align_left; }
radiogadget idc_ogl_linear { name ids_radio2; center_v; align_left; }
radiogadget idc_ogl_linear_mipmap { name ids_radio3; align_top; align_left; }
}
}
}
group
{
align_top; align_left;
bordersize 0, 0, 0, 0;
rows 1;
space 4, 4;
statictext { name ids_backimage; center_v; align_left; }
combobox idc_ogl_backimage
{
align_top; align_left;
childs
{
0, ids_backimage0;
1, ids_backimage1;
2, ids_backimage2;
}
}
}
}
group idc_static42
{
name ids_static42; align_top; scale_h;
borderstyle border_group_in; bordersize 4, 4, 4, 4;
columns 1;
space 4, 4;
checkbox idc_ogl_dualplanes_active { name ids_dualplanes_active; center_v; align_left; }
checkbox idc_ogl_dualplanes_highlight { name ids_dualplanes_highlight; center_v; align_left; }
group
{
align_top; align_left;
bordersize 0, 0, 0, 0;
rows 1;
space 4, 4;
statictext { center_v; fit_h; }
checkbox idc_ogl_dualplanes2 { name ids_check29b; center_v; align_left; }
}
separator { scale_h; }
checkbox idc_hqogl_chk { name ids_hqogl; align_top; align_left; }
checkbox idc_ogl_multithreaded { name ids_ogl_multithreaded; align_top; align_left; }
checkbox idc_ogl_lighting { name ids_check30; center_v; align_left; }
checkbox idc_ogl_sharedlists { name ids_sharedlists; center_v; align_left; }
separator { scale_h; }
checkbox idc_ogl_polylines { name ids_check31; align_top; align_left; }
checkbox idc_ogl_glpoints { name ids_check32; align_top; align_left; }
checkbox idc_ogl_rotatequads { name ids_rotatequads; center_v; align_left; }
group idc_static
{
name ids_static50; align_top; scale_h;
bordersize 0, 0, 0, 0;
rows 1;
space 4, 4;
statictext idc_static { name ids_static51; center_v; align_left; }
group idc_static
{
name ids_static52; align_top; scale_h;
borderstyle border_none; bordersize 0, 0, 0, 0;
columns 1;
slider idc_ogl_aa_slider { align_top; scale_h; size 90, 0; }
group idc_static
{
name ids_static53; align_top; scale_h;
borderstyle border_none; bordersize 0, 0, 0, 0;
columns 3;
statictext idc_static { name ids_static54; center_v; align_left; }
statictext idc_static { name ids_static56; center_v; scale_h; }
statictext idc_static { name ids_static55; center_v; align_right; }
}
}
}
}
group idc_static
{
name ids_static44; align_top; scale_h;
borderstyle border_group_in; bordersize 4, 4, 4, 4;
columns 2;
space 4, 4;
statictext idc_static { name ids_static45; center_v; align_left; }
editnumberarrows idc_max_trans_depth_edit
{ center_v; center_h; size 70, 0; }
statictext idc_static { name ids_static49; center_v; align_left; }
editnumberarrows idc_max_light_sources_edit
{ center_v; center_h; size 70, 0; }
statictext idc_static { name ids_static46; center_v; align_left; }
editnumberarrows idc_max_shadows_edit
{ center_v; center_h; size 70, 0; }
group idc_static
{
name ids_static48; align_top; align_left;
bordersize 0, 0, 0, 0;
rows 1;
space 4, 4;
statictext idc_static { name ids_static47; center_v; align_left; }
radiogadget idc_compiler_glsl_rbt { name ids_compiler_glsl; align_top; align_left; }
radiogadget idc_compiler_cg_rbt { name ids_compiler_cg; align_top; align_left; }
}
}
}
} | |
|