Skip to content

Instantly share code, notes, and snippets.

View kamend's full-sized avatar

Kamen Dimitrov kamend

View GitHub Profile
@kamend
kamend / InstancedLines.cs
Created December 25, 2023 18:42
Port of Three Js Fat Lines with Unity instancing shader
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Random = System.Random;
public class InstancedLines : MonoBehaviour
{
struct LineInstanceData