issues Search Results · language:Dune language:JavaScript language:HTML language:Java language:Java language:JavaScript
Filter by
39.8M results
Summary
renderFrame() allocates a new array every time the refraction render target is updated (when camera has moved past the
threshold):
if (needsUpdate) {
const hiddenWaterMeshes = [];
if ...
Summary
VoxelWorld.updateStreaming() at line 7536 uses Math.sqrt inside a doubly-nested loop that iterates over
(2*renderDistance+1)² chunks:
for (let dx = -renderDistance; dx = renderDistance; dx++) ...
Description
In preGenerateSpawnChunks() (~line 27249 in voxEx.html), the spiral chunk list is built with an O(n²) deduplication
check:
if (!chunksToProcess.find((c) = c.key === key)) {
chunksToProcess.push({ ...
performance
Summary
isLightingDataValid() declares a new array literal on every invocation:
function isLightingDataValid(chunk, expectedSize) {
const sampleIndices = [0, 1000, 5000, 10000, 50000, expectedSize ...
Summary
Lines 7222–7234 define a const BLOCKS object inside the main script body:
const BLOCKS = {
AIR: 0, GRASS: 1, DIRT: 2, STONE: 3,
WOOD: 4, LOG: 5, LEAVES: 6, BEDROCK: 7,
SAND: 8, WATER: ...
Summary
In greedyMeshSection() (~line 40350), SETTINGS.maxGreedyQuadSize is read inside the inner loop over every cell in every
slice:
for (let v = 0; v vSize; v++) {
for (let u = 0; u uSize; ...
做法如下:食材:黄豆60克,小米20克,大米20克,花生10克,冰糖适量少许,水700毫升。 这能够两个人的份量,黄豆,大米,小米提前泡一晚上,正好早上起来开始制作,
用家里普通的小型豆浆机磨出来就可以,孩子和大人喝上一杯,特别有营养,口感特别香,
要比传统的豆浆好喝多的太多了!大家不妨可以试试!
日常
Description
Two cache write paths set different _cacheVersion values:
- saveChunkToCache() (~line 27007 in voxEx.html): sets chunkData._cacheVersion = 2
- batchSaveChunksToCache() (~line 27157 in ...
bug
Summary
renderFrame() contains a diagnostic block that runs scene.traverse() every 5 seconds:
if (diagNow - window._lastRenderDiagTime 5000) {
window._lastRenderDiagTime = diagNow;
let meshesWithGeometry ...
🔴 QA Failure Report
Run: https://github.com/argasokataman-code/arkav-hcm-v1/actions/runs/28072884549 Trigger: push Branch: refs/heads/main
Commit: 25483557ad812789982f8d4133012f8fe6af2f2a PHP: 8.x
Quick ...
bug
ci-test-failure

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.