Skip to content
Snippets Groups Projects
Commit f04abbcb authored by Alexander Rose's avatar Alexander Rose
Browse files

moved tube and sheet code to mesh folder

parent 4df0e845
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,8 @@ import { Cylinder, CylinderProps } from '../primitive/cylinder'; ...@@ -13,8 +13,8 @@ import { Cylinder, CylinderProps } from '../primitive/cylinder';
import { Sphere, SphereProps } from '../primitive/sphere'; import { Sphere, SphereProps } from '../primitive/sphere';
import { Mesh } from './mesh'; import { Mesh } from './mesh';
import { getNormalMatrix } from '../util'; import { getNormalMatrix } from '../util';
import { addSheet } from '../primitive/sheet'; import { addSheet } from './sheet';
import { addTube } from '../primitive/tube'; import { addTube } from './tube';
import { StarProps, Star } from '../primitive/star'; import { StarProps, Star } from '../primitive/star';
import { Octahedron, PerforatedOctahedron } from '../primitive/octahedron'; import { Octahedron, PerforatedOctahedron } from '../primitive/octahedron';
import { Primitive } from '../primitive/primitive'; import { Primitive } from '../primitive/primitive';
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
import { Vec3 } from 'mol-math/linear-algebra'; import { Vec3 } from 'mol-math/linear-algebra';
import { ChunkedArray } from 'mol-data/util'; import { ChunkedArray } from 'mol-data/util';
import { MeshBuilderState } from '../mesh/mesh-builder'; import { MeshBuilderState } from './mesh-builder';
const tA = Vec3.zero() const tA = Vec3.zero()
const tB = Vec3.zero() const tB = Vec3.zero()
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment