On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
0
Members

Drawing lines in Superpowers

A topic by valamor created Feb 26, 2016 Views: 655 Replies: 2
Viewing posts 1 to 3

How can I draw simple line between two points in superpowers?

(1 edit) (+1)

Install this plugin https://github.com/florentpoujol/superpowers-game-threejs-plugin

Then you can use three.js directly to draw

Here is the documentation of three.js about lines

http://threejs.org/docs/#Reference/Objects/Line

Hope this helps

I installed plugin and played around, I think this is what I need. Thank you so much!