mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Working quite nicely
This commit is contained in:
parent
47e204038f
commit
c6d56b60f6
5 changed files with 108 additions and 134 deletions
|
@ -57,6 +57,7 @@ class LayerDataBuilder(MeshBuilder):
|
|||
|
||||
vertices = numpy.empty((vertex_count, 3), numpy.float32)
|
||||
normals = numpy.empty((vertex_count, 3), numpy.float32)
|
||||
# line_widths = numpy.empty((vertex_count, 3), numpy.float32) # strictly taken you need 1 less
|
||||
colors = numpy.empty((vertex_count, 4), numpy.float32)
|
||||
indices = numpy.empty((index_count, 2), numpy.int32)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue