Jump to content

Enable Wireframe mode in Client


Recommended Posts

  • Former Staff

Search for this in the source (Client -> Userinterface -> MapOutdoor.cpp):

 

	m_bSettingTerrainVisible = false;
	m_bDrawWireFrame	= false;
	m_bDrawShadow		= false;
	m_bDrawChrShadow	= false;

	m_iSplatLimit = 50000;

and set m_bDrawWireFrame to true. Now a wireframe is drawn Ingame. Its good for analyzing your map you just modelled :)

 

Screenshot:

6E6dm.png

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 5
Link to comment
Share on other sites

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.