Skip to content

Commit

Permalink
Merge pull request #1795 from xeokit/remove-lod-examples-from-index
Browse files Browse the repository at this point in the history
Remove SceneModel LoD examples from index, for now
  • Loading branch information
xeolabs authored Jan 29, 2025
2 parents c643cc3 + c16e457 commit 1b0ee43
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 1b0ee43

Please sign in to comment.