Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • $\begingroup$ If you want a better looking 2D cow, you can do bmr2D = approximateProjectedMeshRegion[cow, {1.3, -2.4, 2.}, RasterSize -> 200, "NumPoints" -> 1000000]. This will double the size of the final scene. $\endgroup$ Commented Apr 23, 2018 at 16:26
  • 1
    $\begingroup$ And another way is to do bmr2D = ImageMesh[ColorNegate@Binarize[Rasterize[cow], .999]]. $\endgroup$ Commented Apr 23, 2018 at 16:38