
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
t3d-3dtiles
Advanced tools
A 3D Tiles extension for t3d.js.
This project is licensed under the BSD 3-Clause License. See the LICENSE file for details.
core
module is directly referenced from NASA-AMMOS/3DTilesRendererJS
, while other parts have been modified to work with the t3d.js
rendering engine while maintaining the original functionality.Most of the interfaces and usage are similar to NASA-AMMOS/3DTilesRendererJS.
Here is the basic usage of t3d-3dtiles:
import { TilesRenderer } from 't3d-3dtiles';
// Create tiles with tileset URI
const tiles = new TilesRenderer('./path/to/tileset.json');
// Add tiles.group to scene
scene.add(tiles.group);
// Add camera to tiles, you can add multiple cameras
tiles.addCamera(camera);
// Set screen size for tiles
tiles.setResolution(width, height);
function loop(count) {
requestAnimationFrame(loop);
...
tiles.update(); // Update tiles every frame
forwardRenderer.render(scene, camera);
}
requestAnimationFrame(loop);
FAQs
An extension for 3D Tiles based on t3d.js
The npm package t3d-3dtiles receives a total of 0 weekly downloads. As such, t3d-3dtiles popularity was classified as not popular.
We found that t3d-3dtiles demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.