Package Exports
- qtek
- qtek/lib/FrameBuffer
- qtek/lib/Material
- qtek/lib/Mesh
- qtek/lib/Node
- qtek/lib/Renderer
- qtek/lib/Scene
- qtek/lib/Shader
- qtek/lib/StaticGeometry
- qtek/lib/Texture
- qtek/lib/Texture2D
- qtek/lib/camera/Orthographic
- qtek/lib/camera/Perspective
- qtek/lib/compositor/Compositor
- qtek/lib/compositor/Pass
- qtek/lib/core/Base
- qtek/lib/core/LinkedList
- qtek/lib/core/mixin/notifier
- qtek/lib/dep/glmatrix
- qtek/lib/geometry/Cube
- qtek/lib/geometry/Plane
- qtek/lib/geometry/Sphere
- qtek/lib/light/Ambient
- qtek/lib/light/AmbientCubemap
- qtek/lib/light/AmbientSH
- qtek/lib/light/Directional
- qtek/lib/light/Point
- qtek/lib/light/Spot
- qtek/lib/loader/FX
- qtek/lib/math/BoundingBox
- qtek/lib/math/Frustum
- qtek/lib/math/Matrix2
- qtek/lib/math/Matrix2d
- qtek/lib/math/Matrix3
- qtek/lib/math/Matrix4
- qtek/lib/math/Plane
- qtek/lib/math/Quaternion
- qtek/lib/math/Ray
- qtek/lib/math/Vector2
- qtek/lib/math/Vector3
- qtek/lib/math/Vector4
- qtek/lib/picking/RayPicking
- qtek/lib/plugin/Skybox
- qtek/lib/plugin/Skydome
- qtek/lib/prePass/ShadowMap
- qtek/lib/shader/source/compositor/blend.essl
- qtek/lib/shader/source/compositor/blur.essl
- qtek/lib/shader/source/compositor/bright.essl
- qtek/lib/shader/source/compositor/dof.essl
- qtek/lib/shader/source/compositor/downsample.essl
- qtek/lib/shader/source/compositor/fxaa.essl
- qtek/lib/shader/source/compositor/hdr.essl
- qtek/lib/shader/source/compositor/lensflare.essl
- qtek/lib/shader/source/compositor/lut.essl
- qtek/lib/shader/source/compositor/output.essl
- qtek/lib/shader/source/compositor/upsample.essl
- qtek/lib/shader/source/prez.essl
- qtek/lib/shader/source/util.essl
- qtek/lib/util/sh
- qtek/lib/util/texture
- qtek/lib/version
- qtek/src/FrameBuffer
- qtek/src/Geometry
- qtek/src/Material
- qtek/src/Mesh
- qtek/src/Node
- qtek/src/Renderer
- qtek/src/Scene
- qtek/src/Shader
- qtek/src/Texture
- qtek/src/Texture2D
- qtek/src/camera/Orthographic
- qtek/src/camera/Perspective
- qtek/src/compositor/Compositor
- qtek/src/compositor/Pass
- qtek/src/core/Base
- qtek/src/core/LinkedList
- qtek/src/core/mixin/notifier
- qtek/src/dep/glmatrix
- qtek/src/geometry/Cube
- qtek/src/geometry/Plane
- qtek/src/geometry/Sphere
- qtek/src/light/Ambient
- qtek/src/light/AmbientCubemap
- qtek/src/light/AmbientSH
- qtek/src/light/Directional
- qtek/src/light/Point
- qtek/src/light/Spot
- qtek/src/loader/FX
- qtek/src/math/BoundingBox
- qtek/src/math/Frustum
- qtek/src/math/Matrix2
- qtek/src/math/Matrix2d
- qtek/src/math/Matrix3
- qtek/src/math/Matrix4
- qtek/src/math/Plane
- qtek/src/math/Quaternion
- qtek/src/math/Ray
- qtek/src/math/Vector2
- qtek/src/math/Vector3
- qtek/src/math/Vector4
- qtek/src/picking/RayPicking
- qtek/src/plugin/Skybox
- qtek/src/plugin/Skydome
- qtek/src/prePass/ShadowMap
- qtek/src/util/sh
- qtek/src/util/texture
- qtek/src/version
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (qtek) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
#QTEK
QTEK is a WebGL graphic library.
Download v0.3.0
API
Playground
Feature Projects



Quick Examples
- Ten thousand cubes with normal mapping
- Cube animation
- A simple glTF scene
- Skinning
- Particle effects
- Shadowmap
- Omni light shadow mapping
- RGBE Decoder
- Skybox
- Draggable cubes
- Ambient Cubemap
- Spherical Harmonic Ambient
- Physically based rendering with HDR IBL
- Standard Material
- Post processing - Depth of field
- Post processing - Bloom
- Post Processing - SSR
- Post Processing - Alchemy AO
- GBuffer preview
- Deferred rendering
- Deferred cascade light shadow
- Deferred omni light light shadow
- Deferred skinning
- Stereo rendering
Features
- Scene graph based management of lights, meshes, cameras, materials and shaders
- Basic primitive geometry procedural generate
- Cube, sphere, cylinder, cone, plane
- Phong and lambert buildin shaders which support normal map and environment map
- Point, directional, spot light
- Orthographic, perspective camera
- Graph based post processing
- High quality shadow
- PCF or VSM soft shadow
- PSSM for sun light in large scene
- Omni light shadow support
- High performance geometry processing
- GPU based skinning
- Support 1D and 2D animation blending with blend tree
- First person camera control, orbit camera control
- Skybox, skydom
- Particle System
- Support both ray picking and GPU Picking
- Loader
- glTF loader
- Timeline based animation, support spline interpolation between keyframes.
- Full deferred pipeline.
- Physically based rendering, Full HDR pipeline.
- Stereo rendering, VR prepared.
FBX2GLTF Converter
Have been updated to the latest glTF specification
- Scene hierarchy
- Mesh, light, camera
- Material, texture
- Skinning
- Animation