An open API service indexing awesome lists of open source software.

https://github.com/xxxarixx/3dlinerenderer

3DLineRenderer for unity
https://github.com/xxxarixx/3dlinerenderer

computer-graphics mathematics mesh-generation rendering-3d-graphics unity3d-plugin

Last synced: over 1 year ago
JSON representation

3DLineRenderer for unity

Awesome Lists containing this project

README

          

# 3DLineRenderer (WIP)
## Project Overview

#### RoadMap:
:heavy_check_mark: Learn how to make plane,cube,circle,sphere,capsule 3D mesh renderer



:heavy_check_mark: Make basic 3D line renderer without connections in between

:heavy_check_mark: Make pipes connections using bezier curve 🤔

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




:heavy_check_mark: Repair pipes UV

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




- [ ] Make auto line spliting if single line is too big to ensure that uv is always perfecto✨




- [ ] 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