Skip to content

xxxarixx/3DLineRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3DLineRenderer (WIP)

Project Overview

RoadMap:

✔️ Learn how to make plane,cube,circle,sphere,capsule 3D mesh renderer

✔️ Make basic 3D line renderer without connections in between
✔️ Make pipes connections using bezier curve 🤔

Before issue =======================> After solution:

✔️ Repair pipes UV

Before issue =======================> After solution:

✔️ Make auto line spliting if single line is too big to ensure that uv is always perfecto✨

Before issue =======================> After solution:

  • Make caps on the end


  • Fix some bugs
  • First visualization demo
  • Optimalisation with using Unity Jobs and Advanced Mesh API with Multi-Stream Approach, great blog about that
  • Release this as free simple 3D Line renderer asset avaible for everyone