Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Support for Colours / Materials Functions #118

Open
j-cimb-barker opened this issue Sep 25, 2019 · 2 comments
Open

Support for Colours / Materials Functions #118

j-cimb-barker opened this issue Sep 25, 2019 · 2 comments

Comments

@j-cimb-barker
Copy link

Hello,

Are there any plans to support more of Processing's colour functions, as well functions that allow different materials to be simulated...? Ie, emissive(), ambient(), and shininess()

If not, is it possible to do this using iOS CGGraphics to simulate these functions...?

@davidplans
Copy link

Completely second this, and also wondered, if it's a matter of implementation, how could we help?

@natmark
Copy link
Owner

natmark commented Sep 26, 2019

Hi,
Thank you for your issue.

Processing's Material Properties API(ambient() , emissive(), shininess() , specular()) is used in combination with ambient light component. There are only working on P3D.

ProcessingKit currently support P2D-API only and CoreGraphics does not support 3D.

I'm trying to support 3D rendering mode using SceneKit, but it's not finished yet. (#78)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants