
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
angular-three-plugin
Advanced tools
Nx plugin for Angular Three providing generators and utilities for 3D application development.
angular-three-pluginNx plugin for Angular Three providing generators and utilities for 3D application development.
All public APIs are documented with JSDoc comments. Your IDE will provide inline documentation, parameter hints, and examples as you code.
Please visit Angular Three Documentation
npm install -D angular-three-plugin
# yarn add -D angular-three-plugin
# pnpm add -D angular-three-plugin
initInitializes Angular Three in your application. This generator:
angular-three, three, @types/three, and ngxtensionskipLibCheck in tsconfig for Three.js compatibilityprovideNgtRenderer() to your application providersnx g angular-three-plugin:init
Options:
| Option | Description | Default |
|---|---|---|
sceneGraph | How to generate the SceneGraph component | 'generate-only' |
SceneGraph options:
append - Append to parent component templatereplace - Replace parent component templategenerate-only - Generate component but don't modify templatenone - Don't generate a SceneGraph componentauxAdds auxiliary Angular Three packages to your project:
nx g angular-three-plugin:aux
Available packages:
angular-three-soba - Utilities and abstractionsangular-three-rapier - Rapier physics engineangular-three-postprocessing - Post-processing effectsangular-three-cannon - Cannon.js physics engineangular-three-tweakpane - Tweakpane UI controlsangular-three-theatre - Theatre.js animation toolkitgltfGenerates an Angular component from a GLTF/GLB 3D model:
nx g angular-three-plugin:gltf --modelPath=src/assets/model.glb --output=src/app/model.ts
Options:
| Option | Description | Default |
|---|---|---|
modelPath | Path to GLTF/GLB model | Required |
output | Output path for generated component | Required |
className | Component class name | 'Model' |
selectorPrefix | Component selector prefix | 'app' |
draco | Use DracoLoader for compressed models | null |
shadows | Enable shadow casting/receiving | false |
transform | Transform meshes via gltf-transform | false |
instance | Instance re-occurring geometry | false |
bones | Layout bones declaratively | false |
console | Print output to console instead of file | false |
FAQs
Nx plugin for Angular Three providing generators and utilities for 3D application development.
The npm package angular-three-plugin receives a total of 1,342 weekly downloads. As such, angular-three-plugin popularity was classified as popular.
We found that angular-three-plugin 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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.