Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3d color & lighting, more solids #3

Merged
merged 5 commits into from
Mar 12, 2014
Merged

3d color & lighting, more solids #3

merged 5 commits into from
Mar 12, 2014

Conversation

bergey
Copy link
Member

@bergey bergey commented Mar 9, 2014

This branch accompanies the changes in diagrams/diagrams-lib#166. diagrams-povray can represent everything that I've added to diagrams-lib, though this is only a small fraction of the shapes and lighting parameters that POV-Ray understands.

@@ -22,18 +22,14 @@ module Diagrams.Backend.POVRay
, Options(..) -- rendering options
) where

import Control.Lens ((^.))
import Control.Lens ((^.), (<>~), view)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

. o O ( "What's this, a sperm operator?? [looks up docs] ... ohh, it's like .~ or +~ etc. but for monoids." )

byorgey added a commit that referenced this pull request Mar 12, 2014
3d color & lighting, more solids
@byorgey byorgey merged commit 03d301d into master Mar 12, 2014
@byorgey byorgey deleted the 3d-color branch March 12, 2014 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants