|
|
|
@ -78,9 +78,9 @@ namespace std
|
|
|
|
|
#include "nel/misc/file.h"
|
|
|
|
|
#include "nel/misc/common.h"
|
|
|
|
|
|
|
|
|
|
#include "..\nel_patch_lib\rpo.h"
|
|
|
|
|
#include "..\nel_mesh_lib\export_nel.h"
|
|
|
|
|
#include "..\nel_mesh_lib\export_appdata.h"
|
|
|
|
|
#include "../nel_patch_lib/rpo.h"
|
|
|
|
|
#include "../nel_mesh_lib/export_nel.h"
|
|
|
|
|
#include "../nel_mesh_lib/export_appdata.h"
|
|
|
|
|
|
|
|
|
|
#include "nel/3d/zone.h"
|
|
|
|
|
#include "nel/3d/zone_symmetrisation.h"
|
|
|
|
@ -135,12 +135,12 @@ def_visible_primitive( set_tile_bank, "NelSetTileBank");
|
|
|
|
|
def_visible_primitive( export_zone, "ExportRykolZone");
|
|
|
|
|
def_visible_primitive( import_zone, "NeLImportZone");
|
|
|
|
|
|
|
|
|
|
/* permettre l'acces <20>Eauto/manual intrior edges
|
|
|
|
|
faire une methode pour interfacer la fonction compute interior edge
|
|
|
|
|
donner un acces <EFBFBD>Etiledmode/patchmode (on/off)
|
|
|
|
|
faire un getselectedvertex
|
|
|
|
|
faire un getselectedpatch
|
|
|
|
|
faire un getselectedtile */
|
|
|
|
|
/* allows access to auto/manual interior edges
|
|
|
|
|
create a method to interface compute interior edge function
|
|
|
|
|
give access to tiledmode/patchmode (on/off)
|
|
|
|
|
use getselectedvertex
|
|
|
|
|
use getselectedpatch
|
|
|
|
|
use getselectedtile */
|
|
|
|
|
|
|
|
|
|
/*def_visible_primitive( set_interior_mode, "SetRykolInteriorMode");
|
|
|
|
|
def_visible_primitive( set_vertex_count, "GetRykolVertexCount");*/
|
|
|
|
|