Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 589 Bytes

marching-cubes.mdx

File metadata and controls

16 lines (12 loc) · 589 Bytes
title sourcecode
MarchingCubes
src/core/MarchingCubes.tsx

An abstraction for threes MarchingCubes

<MarchingCubes resolution={50} maxPolyCount={20000} enableUvs={false} enableColors={true}>
  <MarchingCube strength={0.5} subtract={12} color={new Color('#f0f')} position={[0.5, 0.5, 0.5]} />

  <MarchingPlane planeType="y" strength={0.5} subtract={12} />
</MarchingCubes>