Atsuya Sato
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. 
- `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...