Skip to content

Commit

Permalink
WIP on config-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed May 18, 2024
1 parent e9754f7 commit 96c9fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebird-ng/src/app/geometry.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class GeometryService {

//
console.time('[GeoSrv]: Build geometry');
let rootObject3d = build(rootGeoManager, { numfaces: 500000000, numnodes: 50000000, instancing:0, dflt_colors: false, vislevel: 100, doubleside:true, transparency:true});
let rootObject3d = build(rootGeoManager, { numfaces: 500000000, numnodes: 50000000, instancing:-1, dflt_colors: false, vislevel: 100, doubleside:true, transparency:true});
console.timeEnd('[GeoSrv]: Build geometry');
// >oO console.log(geo);

Expand Down

0 comments on commit 96c9fc0

Please sign in to comment.