northerncat / threejs-points

Experimental example of an extension to THREE.js Points class to render points of variable screen space sizes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

threejs-points

This repo showcase an extension to THREE.js Points class that can draw points of specific pixel sizes and have correct intersection detection behavior.

The example scene contains 100 points and would change the mouse cursor style when a point is hovered.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About

Experimental example of an extension to THREE.js Points class to render points of variable screen space sizes


Languages

Language:TypeScript 51.2%Language:Vue 38.2%Language:JavaScript 5.5%Language:HTML 5.1%