Test Cube ISO Projection w Linear Texture Mapping
Channel:
Subscribers:
531
Published on ● Video Link: https://www.youtube.com/watch?v=8FGs5Gjr3LA
Javascript Canvas test. I'm trying to get my 3D coordinates to match up
to 128x64 tiles for an isometric renderer. The basic projection formulas are
listed below. Zbuffering here : https://www.youtube.com/watch?v=6HZB1H9mAZM
px = each.x * 0.5; //scale original values from a 128x128x128 3D cube
py = each.y * 0.5;
pz = each.z * 0.5;
nx_x = viewport.centerx + px;
nx_y = viewport.centery + px * 0.5;
nz_x = nx_x + pz;
nz_y = nx_y - pz * 0.5;
//final pixel location on screen. 0,0,0 is at cx cy
screen.x = nz_x;
screen.y = nz_y + py;
Other Videos By FPChris
2023-01-11 | Horizon Forbidden West Follow Head |
2023-01-11 | Horizon Forbidden West Photo Mode |
2023-01-10 | Horizon Forbidden West Target Practice |
2022-12-14 | Horizon Zero Dawn on Steam Deck - Tallneck Climbing |
2022-06-27 | Road/Gravel Ride @ Pocono West High School |
2022-05-10 | iPhone 13 Pro Max LiDAR scan with Scaniverse. |
2022-05-10 | iPhone 13 Pro Max Lidar Scan with Scaniverse |
2022-05-07 | 3D iPhone Scan Brought Into Blender |
2022-05-07 | Quick 3D scan with Scaniverse and iPhone 13 Pro Max. |
2022-02-03 | Test Cube Isometric Linear Z Buffering |
2022-02-03 | Test Cube ISO Projection w Linear Texture Mapping |
2022-01-12 | Dual Dream Zeal Paladin - Hell Chaos Run |
2021-12-14 | Diablo 2 Druid - Running around Act 3 |
2021-11-17 | Green Space Marine - Adobe Medium |
2021-11-16 | A-frame Web VR tests of gltf files |
2021-09-26 | Double bow stand |
2021-09-12 | Elite Ember with Rocky Mountain Scope |
2021-09-12 | Elite Ember with Rocky Mountain single pin sight. |
2021-09-10 | Test 360Video - Elite Ember Compound Bow |
2021-09-09 | Elite Ember Black Out |
2021-09-04 | Deer in the yard. |