Skip to content

three.js

Bankn8II©$A edited this page Oct 4, 2025 · 1 revision

https://aibolem.github.io/three.js/examples/css3d_periodictable.html

image

https://aibolem.github.io/three.js/examples/#webgl_animation_skinning_blending

image

https://aibolem.github.io/three.js/manual/examples/lots-of-objects-animated.html

image

https://aibolem.github.io/three.js/examples/#webgl_materials_physical_reflectivity

image

https://aibolem.github.io/three.js/

image

https://aibolem.github.io/three.js/manual/examples/index.html

image

https://aibolem.github.io/three.js/manual/examples/background.html

image

https://aibolem.github.io/three.js/manual/examples/shadows-directional-light.html

image

About:

https://aibolem.github.io/three.js/editor/index.html

image

20250916



https://rainforest.arkivert.no/#kart

image

https://aibolem.github.io/three.js/examples/webgl_panorama_equirectangular.html

image

https://aibolem.github.io/three.js/docs/examples/en/geometries/ConvexGeometry.html

How do I convert the model’s 3d local coordinates to global and then to screen coordinates for the 2d div. #17996 https://github.com/mrdoob/three.js/issues/17996



https://aibolem.github.io/three.js/docs/scenes/material-browser.html

image

https://aibolem.github.io/three.js/docs/scenes/ccdiksolver-browser.html

image

https://aibolem.github.io/three.js/docs/scenes/bones-browser.html

image

https://aibolem.github.io/three.js/docs/scenes/geometry-browser.html

image

in code loaded possibilitys:

		<script type="module">
			import {
				BoxGeometry,
				BufferGeometry,
				CapsuleGeometry,
				CircleGeometry,
				Color,
				ConeGeometry,
				Curve,
				CylinderGeometry,
				DodecahedronGeometry,
				DoubleSide,
				ExtrudeGeometry,
				Float32BufferAttribute,
				Group,
				IcosahedronGeometry,
				LatheGeometry,
				LineSegments,
				LineBasicMaterial,
				Mesh,
				MeshPhongMaterial,
				OctahedronGeometry,
				PerspectiveCamera,
				PlaneGeometry,
				PointLight,
				RingGeometry,
				Scene,
				Shape,
				ShapeGeometry,
				SphereGeometry,
				TetrahedronGeometry,
				TorusGeometry,
				TorusKnotGeometry,
				TubeGeometry,
				Vector2,
				Vector3,
				WireframeGeometry,
				WebGLRenderer
			} from 'three';

ex.: https://aibolem.github.io/three.js/docs/scenes/geometry-browser.html#TetrahedronGeometry

first arrival:

image

moderated views:

image

https://aibolem.github.io/three.js/docs/#api/en/geometries/OctahedronGeometry

image

different geometrys:

https://aibolem.github.io/three.js/docs/#api/en/geometries/BoxGeometry

editor: https://aibolem.github.io/three.js/editor/index.html

image

https://aibolem.github.io/three.js/manual/examples/load-gltf-animated-cars.html

image

https://aibolem.github.io/three.js/manual/examples/scenegraph-tank.html

image

https://aibolem.github.io/three.js/manual/examples/shadows-spot-light-with-camera-gui.html

image

https://aibolem.github.io/three.js/manual/examples/picking-raycaster-complex-geo.html

image

https://aibolem.github.io/three.js/manual/examples/picking-gpu.html

image

https://aibolem.github.io/three.js/manual/examples/lots-of-objects-multiple-data-sets.html

image image

where data files used:

https://github.com/search?q=repo%3Aaibolem%2Fthree.js%20resources%2Fdata%2Fgpw%2Fgpw_v4_basic_demographic_characteristics_rev10_a000_014mt_2010_cntm_1_deg.asc&type=code

image

https://aibolem.github.io/three.js/manual/ru/optimize-lots-of-objects.html

image

https://github.com/aibolem/three.js/blob/gh-pages/manual/examples/resources/data/gpw/gpw_v4_basic_demographic_characteristics_rev10_a000_014bt_2010_cntm_1_deg.asc

https://aibolem.github.io/three.js/manual/examples/background-v01.html

image

https://aibolem.github.io/three.js/manual/examples/canvas-textured-cube.html

image

https://aibolem.github.io/three.js/manual/examples/canvas-random-dots.html

image

https://aibolem.github.io/three.js/manual/examples/canvas-textured-cube-qix.html

image

https://aibolem.github.io/three.js/examples/webgl_lines_fat_wireframe.html

image

https://aibolem.github.io/three.js/examples/css3d_molecules.html

image

https://aibolem.github.io/three.js/examples/webgl_lines_fat_wireframe.html

image

Clone this wiki locally