Add settings for vertex shape and size.

This commit is contained in:
Oleg Sh
2021-04-17 20:27:04 +02:00
parent 0e00aa0f32
commit 0d923bb37f
14 changed files with 187 additions and 30 deletions

View File

@@ -3,8 +3,9 @@
*
*/
const defaultVertexDiameter = 30;
function VertexModel()
{
this.diameter = 30;
this.diameter = globalApplication.GetDefaultVertexSize();
}