Skip to content

Commit

Permalink
Remove SceneModel LoD examples from index, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Jan 29, 2025
1 parent c643cc3 commit c16e457
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions examples/scenemodel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,16 +418,16 @@
["lighting_vbo_view_dir", "Various scene representations with directional view-space lights"]
],

"LoD": [

"#Level-of-Detail culling",

["lod_dtx_instancing_autocompressed_triangles", "SceneModel test: DTX, geometry reuse, autocompressed geometry, triangles and LoD culling"],
["lod_dtx_batching_autocompressed_triangles", "SceneModel test: DTX, no geometry reuse, autocompressed geometry, triangles and LoD culling"],

["lod_vbo_instancing_autocompressed_triangles", "SceneModel test: VBO, geometry reuse, autocompressed geometry, triangles and LoD culling"],
["lod_vbo_batching_autocompressed_triangles", "SceneModel test: VBO, no geometry reuse, autocompressed geometry, triangles and LoD culling"]
],
// "LoD": [
//
// "#Level-of-Detail culling",
//
// ["lod_dtx_instancing_autocompressed_triangles", "SceneModel test: DTX, geometry reuse, autocompressed geometry, triangles and LoD culling"],
// ["lod_dtx_batching_autocompressed_triangles", "SceneModel test: DTX, no geometry reuse, autocompressed geometry, triangles and LoD culling"],
//
// ["lod_vbo_instancing_autocompressed_triangles", "SceneModel test: VBO, geometry reuse, autocompressed geometry, triangles and LoD culling"],
// ["lod_vbo_batching_autocompressed_triangles", "SceneModel test: VBO, no geometry reuse, autocompressed geometry, triangles and LoD culling"]
// ],

"Snap-picking": [

Expand Down

0 comments on commit c16e457

Please sign in to comment.