Skip to content

Neural Network

Working Example

<>

Description

This example is inspired from the official Threejs BufferGeometry Drawrange example.

BufferGeometry Drawrange

The official example draws the neural network inside a cube. The re-written version shown at the top, was converted to React Three Fiber. The dots and lines were also normalized and scaled to represent a sphere.

GitHub Branch

git clone https://github.com/Sean-Bradley/React-Three-Fiber-Boilerplate.git
cd React-Three-Fiber-Boilerplate
git checkout neuralNetwork
npm install
npm start

Comments