Skip to content

Commit

Permalink
examples/clip: Add "warning - WIP FIXME texture mismach"
Browse files Browse the repository at this point in the history
  • Loading branch information
j-devel committed May 11, 2024
1 parent 9532775 commit 0bdd3d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/clip/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
static clipTerrainRgb(mesh, proj, bbox) [ To be added in v1.4.6 ]
*/

// !!!! warning - WIP FIXME texture mismach

//-------- ****
function clipTerrainRgb(terrain, proj, bbox) {
terrain.children
Expand Down Expand Up @@ -123,7 +125,7 @@

//---- !!!! how to use `clipTerrainRgb()`
const { proj, bbox } = tgeo.getProjection(origin, radius);
clipTerrainRgb(terrain, proj, bbox);
clipTerrainRgb(terrain, proj, bbox); // !!!! warning - WIP FIXME texture mismach
//----
console.log('terrain:', terrain);

Expand Down

0 comments on commit 0bdd3d0

Please sign in to comment.