Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SphereBuffer

Sphere buffer. Depending on the value ExtensionFragDepth and params.disableImpostor the constructor returns either a SphereGeometryBuffer or a SphereImpostorBuffer

implements

{Buffer}

example

var sphereBuffer = new SphereBuffer( { position: new Float32Array( [ 0, 0, 0 ] ), color: new Float32Array( [ 1, 0, 0 ] ), radius: new Float32Array( [ 1 ] ) } );

Hierarchy

  • SphereBuffer

Index

Constructors

Constructors

constructor

Generated using TypeDoc