summaryrefslogtreecommitdiff
path: root/chroma/geometry.py
AgeCommit message (Expand)Author
2021-05-09Implement new loader function that turns a string into a Geometry,Stan Seibert
2021-05-09Add md5() hash method to chroma.geometry.MeshStan Seibert
2021-05-09Save offset of each layer in the CPU-computed BVH for use when comparing BVH ...Stan Seibert
2021-05-09Break out the construction of the geometry mesh into a separate flatten() fun...Stan Seibert
2011-10-07Speed up remove_duplicate_vertices by a factor of 3.Stan Seibert
2011-10-07Speed up Geometry.build() by a large factor when loading from cache.Stan Seibert
2011-10-03Create a chroma.log module that provides the default logger object forStan Seibert
2011-09-29Abolish chroma.optics. Material properties are entirely detectorStan Seibert
2011-09-16File reorganization to move toward standard python package layoutStan Seibert