mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
Initial Upload
it working and not nuking fps... wow
This commit is contained in:
parent
cb280bdf00
commit
29060f71c1
23 changed files with 1905 additions and 0 deletions
12
CVRGizmos/Gizmo/Element.cs
Normal file
12
CVRGizmos/Gizmo/Element.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using UnityEngine;
|
||||
|
||||
namespace Popcron
|
||||
{
|
||||
internal class Element
|
||||
{
|
||||
public Vector3[] points = { };
|
||||
public Color color = Color.white;
|
||||
public bool dashed = false;
|
||||
public Matrix4x4 matrix = Matrix4x4.identity;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue