Atsuya Sato

Results 5 comments of Atsuya Sato

It is not bug from file name. `Realm Model Object.xctemplate.xctemplate` is not placed in project root dir.

`donut list` could not show nested `.xctemplate`.

2D Mode→CoreGrphics 3D Mode→SceneKit In 3D Mode, 2D drawing functions are drawn on plane object. ![mar-05-2019 15-15-01](https://user-images.githubusercontent.com/8342213/53784814-d2a24580-3f59-11e9-83f5-39fed6f14633.gif)

- `box()` - `sphere()` - `sphereDetail()` These 3D Primitives API not working on 2D rendering mode.

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...