mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-09 01:06:09 +00:00
Add settings for vertex shape and size.
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
const defaultVertexDiameter = 30;
|
||||
|
||||
function VertexModel()
|
||||
{
|
||||
this.diameter = 30;
|
||||
this.diameter = globalApplication.GetDefaultVertexSize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user