Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConardLi/tpanorama
/ functions
Functions
677 in github.com/ConardLi/tpanorama
⨍
Functions
677
◇
Types & classes
0
Function
Int32BufferAttribute
( array, itemSize )
examples/three.js:13093
Function
Int8Attribute
( array, itemSize )
examples/three.js:42371
Function
Int8BufferAttribute
( array, itemSize )
examples/three.js:13043
Function
InterleavedBuffer
* @author benaadams / https://twitter.com/ben_a_adams
examples/three.js:39816
Function
InterleavedBufferAttribute
* @author benaadams / https://twitter.com/ben_a_adams
examples/three.js:39678
Function
Interpolant
* Abstract base class of interpolants over parametric samples. * * The parameter domain is one dimensional, typically the time or a path * along
examples/three.js:31037
Function
JSONLoader
* @author mrdoob / http://mrdoob.com/ * @author alteredq / http://alteredqualia.com/
examples/three.js:33173
Function
KeyframeTrack
* * A timed sequence of keyframes for a specific property. * * * @author Ben Houston / http://clara.io/ * @author David Sarno / http://light
examples/three.js:32109
Function
KeyframeTrackConstructor
( name, times, values, interpolation )
examples/three.js:31844
Function
LOD
* @author mikael emtinger / http://gomo.se/ * @author alteredq / http://alteredqualia.com/ * @author mrdoob / http://mrdoob.com/
examples/three.js:23447
Function
LatheBufferGeometry
( points, segments, phiStart, phiLength )
examples/three.js:27916
Function
LatheGeometry
( points, segments, phiStart, phiLength )
examples/three.js:27893
Function
Layers
* @author mrdoob / http://mrdoob.com/
examples/three.js:10018
Function
LensFlare
* @author mikael emtinger / http://gomo.se/ * @author alteredq / http://alteredqualia.com/
examples/three.js:23239
Function
LensFlarePlugin
* @author mikael emtinger / http://gomo.se/ * @author alteredq / http://alteredqualia.com/
examples/three.js:6373
Function
Light
* @author mrdoob / http://mrdoob.com/ * @author alteredq / http://alteredqualia.com/
examples/three.js:30421
Function
LightShadow
* @author mrdoob / http://mrdoob.com/
examples/three.js:30514
Function
Line
* @author mrdoob / http://mrdoob.com/
examples/three.js:24046
Function
Line3
* @author bhouston / http://clara.io
examples/three.js:15451
Function
LineBasicMaterial
* @author mrdoob / http://mrdoob.com/ * @author alteredq / http://alteredqualia.com/ * * parameters = { * color: <hex>, * opacity: <float>
examples/three.js:24005
Function
LineCurve
( v1, v2 )
examples/three.js:34962
Function
LineCurve3
( v1, v2 )
examples/three.js:42197
Function
LineDashedMaterial
* @author alteredq / http://alteredqualia.com/ * * parameters = { * color: <hex>, * opacity: <float>, * * linewidth: <float>, * *
examples/three.js:29556
Function
LineLoop
* @author mgreter / http://github.com/mgreter
examples/three.js:24251
Function
LineSegments
* @author mrdoob / http://mrdoob.com/
examples/three.js:24231
Function
LinearInterpolant
* @author tschw
examples/three.js:31426
Function
Loader
* @author alteredq / http://alteredqualia.com/
examples/three.js:32841
Function
LoadingManager
* @author mrdoob / http://mrdoob.com/
examples/three.js:29666
Function
Material
()
examples/three.js:7140
Function
MaterialLoader
* @author mrdoob / http://mrdoob.com/
examples/three.js:32596
Function
Matrix3
* @author alteredq / http://alteredqualia.com/ * @author WestLangley / http://github.com/WestLangley * @author bhouston / http://clara.io * @aut
examples/three.js:8329
Function
Matrix4
* @author mrdoob / http://mrdoob.com/ * @author supereggbert / http://www.paulbrunt.co.uk/ * @author philogb / http://blog.thejit.org/ * @author
examples/three.js:3327
Function
Mesh
* @author mrdoob / http://mrdoob.com/ * @author alteredq / http://alteredqualia.com/ * @author mikael emtinger / http://gomo.se/ * @author jonob
examples/three.js:15831
Function
MeshBasicMaterial
* @author mrdoob / http://mrdoob.com/ * @author alteredq / http://alteredqualia.com/ * * parameters = { * color: <hex>, * opacity: <float>
examples/three.js:14838
Function
MeshDepthMaterial
* @author mrdoob / http://mrdoob.com/ * @author alteredq / http://alteredqualia.com/ * @author bhouston / https://clara.io * @author WestLangley
examples/three.js:7611
Function
MeshFaceMaterial
( materials )
examples/three.js:42290
Function
MeshLambertMaterial
* @author mrdoob / http://mrdoob.com/ * @author alteredq / http://alteredqualia.com/ * * parameters = { * color: <hex>, * opacity: <float>
examples/three.js:29454
Function
MeshNormalMaterial
* @author mrdoob / http://mrdoob.com/ * @author WestLangley / http://github.com/WestLangley * * parameters = { * opacity: <float>, * * b
examples/three.js:29356
Function
MeshPhongMaterial
* @author mrdoob / http://mrdoob.com/ * @author alteredq / http://alteredqualia.com/ * * parameters = { * color: <hex>, * specular: <hex>,
examples/three.js:29182
Function
MeshPhysicalMaterial
* @author WestLangley / http://github.com/WestLangley * * parameters = { * reflectivity: <float> * }
examples/three.js:29095
Function
MeshStandardMaterial
* @author WestLangley / http://github.com/WestLangley * * parameters = { * color: <hex>, * roughness: <float>, * metalness: <float>, *
examples/three.js:28968
Function
MeshToonMaterial
* @author takahirox / http://github.com/takahirox * * parameters = { * gradientMap: new THREE.Texture( <Image> ) * }
examples/three.js:29301
Function
MorphBlendMesh
* @author alteredq / http://alteredqualia.com/
examples/three.js:40320
Function
MultiMaterial
( materials )
examples/three.js:42297
Function
NumberKeyframeTrack
* * A Track of numeric keyframe values. * * @author Ben Houston / http://clara.io/ * @author David Sarno / http://lighthaus.us/ * @author ts
examples/three.js:31980
Function
Object3D
()
examples/three.js:10068
Function
ObjectLoader
* @author mrdoob / http://mrdoob.com/
examples/three.js:33734
Function
OctahedronBufferGeometry
( radius, detail )
examples/three.js:25319
Function
OctahedronGeometry
( radius, detail )
examples/three.js:25298
Function
OrthographicCamera
* @author alteredq / http://alteredqualia.com/ * @author arose / http://github.com/arose
examples/three.js:10887
Function
ParametricBufferGeometry
( func, slices, stacks )
examples/three.js:24788
Function
ParametricGeometry
( func, slices, stacks )
examples/three.js:24766
Function
Particle
( material )
examples/three.js:42320
Function
ParticleBasicMaterial
( parameters )
examples/three.js:42341
Function
ParticleSystem
( geometry, material )
examples/three.js:42327
Function
ParticleSystemMaterial
( parameters )
examples/three.js:42348
Function
Path
* @author zz85 / http://www.lab4games.net/zz85/blog * Creates free form 2d path using series of points, lines or curves.
examples/three.js:35534
Function
PerspectiveCamera
* @author mrdoob / http://mrdoob.com/ * @author greggman / http://games.greggman.com/ * @author zz85 / http://www.lab4games.net/zz85/blog * @aut
examples/three.js:11011
Function
Plane
* @author bhouston / http://clara.io
examples/three.js:8653
Function
PlaneBufferGeometry
( width, height, widthSegments, heightSegments )
examples/three.js:14715
Function
PlaneGeometry
( width, height, widthSegments, heightSegments )
examples/three.js:14692
Function
PointCloud
( geometry, material )
examples/three.js:42313
Function
PointCloudMaterial
( parameters )
examples/three.js:42334
Function
PointLight
* @author mrdoob / http://mrdoob.com/
examples/three.js:30670
Function
PointLightHelper
* @author alteredq / http://alteredqualia.com/ * @author mrdoob / http://mrdoob.com/
examples/three.js:41000
Function
Points
* @author alteredq / http://alteredqualia.com/
examples/three.js:24324
Function
PointsMaterial
* @author mrdoob / http://mrdoob.com/ * @author alteredq / http://alteredqualia.com/ * * parameters = { * color: <hex>, * opacity: <float>
examples/three.js:24281
Function
PolarGridHelper
* @author mrdoob / http://mrdoob.com/ * @author Mugen87 / http://github.com/Mugen87 * @author Hectate / http://www.github.com/Hectate
examples/three.js:41259
Function
PolyhedronBufferGeometry
( vertices, indices, radius, detail )
examples/three.js:24938
Function
PolyhedronGeometry
( vertices, indices, radius, detail )
examples/three.js:24915
Function
PositionalAudio
* @author mrdoob / http://mrdoob.com/
examples/three.js:36770
Function
Projector
()
examples/three.js:43687
Function
PropertyBinding
( rootNode, path, parsedPath )
examples/three.js:37177
Function
PropertyMixer
* * Buffered scene graph property that allows weighted accumulation. * * * @author Ben Houston / http://clara.io/ * @author David Sarno / ht
examples/three.js:36907
Function
PureArrayUniform
( id, activeInfo, addr )
examples/three.js:4668
Function
QuadraticBezierCurve
( v0, v1, v2 )
examples/three.js:35385
Function
QuadraticBezierCurve3
( v0, v1, v2 )
examples/three.js:42172
Function
Quaternion
* @author mikael emtinger / http://gomo.se/ * @author alteredq / http://alteredqualia.com/ * @author WestLangley / http://github.com/WestLangley
examples/three.js:1985
Function
QuaternionKeyframeTrack
* * A Track of quaternion keyframe values. * * @author Ben Houston / http://clara.io/ * @author David Sarno / http://lighthaus.us/ * @author
examples/three.js:31943
Function
QuaternionLinearInterpolant
* Spherical linear unit quaternion interpolant. * * @author tschw
examples/three.js:31901
Function
RawShaderMaterial
* @author mrdoob / http://mrdoob.com/
examples/three.js:28904
Function
Ray
* @author bhouston / http://clara.io
examples/three.js:14921
Function
Raycaster
* @author mrdoob / http://mrdoob.com/ * @author bhouston / http://clara.io/ * @author stephomi / http://stephaneginier.com/
examples/three.js:39986
Function
RectAreaLight
* @author abelnation / http://github.com/abelnation
examples/three.js:30800
Function
RectAreaLightHelper
* @author abelnation / http://github.com/abelnation * @author Mugen87 / http://github.com/Mugen87 * @author WestLangley / http://github.com/WestLa
examples/three.js:41075
Function
RingBufferGeometry
( innerRadius, outerRadius, thetaSegments, phiSegments, thetaStart, thetaLength )
examples/three.js:27772
Function
RingGeometry
( innerRadius, outerRadius, thetaSegments, phiSegments, thetaStart, thetaLength )
examples/three.js:27747
Function
Scene
* @author mrdoob / http://mrdoob.com/
examples/three.js:23188
Function
ShaderMaterial
* @author alteredq / http://alteredqualia.com/ * * parameters = { * defines: { "label" : "value" }, * uniforms: { "parameter1": { value: 1.0
examples/three.js:7487
Function
ShadowMaterial
* @author mrdoob / http://mrdoob.com/ * * parameters = { * opacity: <float> * }
examples/three.js:28863
Function
Shape
()
examples/three.js:35561
Function
ShapeBufferGeometry
( shapes, curveSegments )
examples/three.js:28098
Function
ShapeGeometry
( shapes, curveSegments )
examples/three.js:28069
Function
ShapePath
* @author zz85 / http://www.lab4games.net/zz85/blog * minimal class for proxing functions to Path. Replaces old "extractSubpaths()"
examples/three.js:35613
Function
SingleUniform
( id, activeInfo, addr )
examples/three.js:4658
Function
Skeleton
* @author mikael emtinger / http://gomo.se/ * @author alteredq / http://alteredqualia.com/ * @author michael guerrero / http://realitymeltdown.com
examples/three.js:23619
Function
SkeletonHelper
( object )
examples/three.js:40906
Function
SkinnedMesh
* @author mikael emtinger / http://gomo.se/ * @author alteredq / http://alteredqualia.com/ * @author ikerr / http://verold.com
examples/three.js:23796
Function
Sphere
* @author bhouston / http://clara.io * @author mrdoob / http://mrdoob.com/
examples/three.js:8154
Function
SphereBufferGeometry
( radius, widthSegments, heightSegments, phiStart, phiLength, thetaStart, thetaLength )
examples/three.js:27629
← previous
next →
401–500 of 677, ranked by callers