Skip to content

Releases: ycw/three-csg-modeller

v0.1.10

15 Oct 01:34
@ycw ycw
Compare
Choose a tag to compare

rename named export from Modeller to CSGModeller

import { CSGModeller } from ".."

v0.1.9

15 Oct 00:43
@ycw ycw
Compare
Choose a tag to compare

Updated to use named imports/exports

then:

import Modeller from ".."

now:

import { Modeller } from ".."

v0.1.8

11 Oct 00:24
@ycw ycw
Compare
Choose a tag to compare
-> 0.1.8

speed up

10 Oct 18:56
@ycw ycw
Compare
Choose a tag to compare

Fixed

csg.js

  • Vertex.normal is now optional

Refactor

meshToPolygons()

  • Attach Material directly to CSG.Polygon shared data instead of (mesh.material, materialIndex) tuple
  • Eliminated many consts during construct-CSG.Polygon-loop

csgToMesh()

  • Use truthy/falsy checking instead.. for probing existence of attributes.normal etc.
  • Use uvs[i++] = ... instead of uvs.set(uv.toArray(), i)

v0.1.6

09 Oct 12:55
@ycw ycw
Compare
Choose a tag to compare
clean up ex. modeller sec.

v0.1.5

09 Oct 11:42
@ycw ycw
Compare
Choose a tag to compare

use rollup build

v0.1.4

08 Oct 23:10
@ycw ycw
Compare
Choose a tag to compare

fixed source map rel. path

v0.1.3

08 Oct 22:42
@ycw ycw
Compare
Choose a tag to compare

fixed pluck logic.

v0.1.2

08 Oct 20:31
@ycw ycw
Compare
Choose a tag to compare

fixed pluck logic

v0.1.1

08 Oct 20:17
@ycw ycw
Compare
Choose a tag to compare
-> 0.1.1