I want to buy Pico Plus 2, but I'm waiting for delivery to the store.
Literally one shop in Poland is gonna sell it
I want to buy Pico Plus 2, but I'm waiting for delivery to the store.
Literally one shop in Poland is gonna sell it
8.Models can be moved, rotate and scaled.
9.Camera can have different positions.
10.Zbuffer.
11.DMA is using to send buffer to the screen.
12.Triangles are drawn with using rasterization.
8.Models can be moved, rotate and scaled.
9.Camera can have different positions.
10.Zbuffer.
11.DMA is using to send buffer to the screen.
12.Triangles are drawn with using rasterization.
1.Loading models from obj.
2.Materials for models that can have texture or color.
3.Fixed point numbers arithemtics.
4.Vectors arithemtics.
5.Texture mapping.
6.Point lights. Light source can have set color, intensity and position.
1.Loading models from obj.
2.Materials for models that can have texture or color.
3.Fixed point numbers arithemtics.
4.Vectors arithemtics.
5.Texture mapping.
6.Point lights. Light source can have set color, intensity and position.
Reading MicroSD card. I use FatFS lib by ChaN. Currently I can read obj and bmp files. Bitmaps can be return as structure or just draw to screen.
Reading MicroSD card. I use FatFS lib by ChaN. Currently I can read obj and bmp files. Bitmaps can be return as structure or just draw to screen.