Initial commit
parents
Showing
.gitignore
0 → 100644
.idea/.gitignore
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/three.iml
0 → 100644
README.md
0 → 100644
demo/unit1-fps.js
0 → 100644
demo/unit1-render-mode-0.js
0 → 100644
demo/unit1-render-mode-1.js
0 → 100644
demo/unit1-render-mode-2.js
0 → 100644
demo/unit1-teacup-demo.js
0 → 100644
demo/unit1-teapot-demo.js
0 → 100644
demo/unit1-teaspoon-demo.js
0 → 100644
demo/unit10-constant-vs-timed-steps.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/unit10-jaunty-hat.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/unit10-picking.js
0 → 100644
demo/unit10-tweening-demo.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/unit2-z-fighting.js
0 → 100644
demo/unit2-z-fighting_fixed.js
0 → 100644
demo/unit3-blending.js
0 → 100644
demo/unit3-color-demo.js
0 → 100644
demo/unit3-diffuse-demo.js
0 → 100644
demo/unit3-lambert-demo.js
0 → 100644
demo/unit3-over_operator.js
0 → 100644
demo/unit3-teapot-demo.js
0 → 100644
demo/unit3-tessellation-demo.js
0 → 100644
demo/unit3-transparency.js
0 → 100644
demo/unit4-euler_angles.js
0 → 100644
demo/unit4-robot_arm_demo.js
0 → 100644
demo/unit4-robot_arm_demo_forearm.js
0 → 100644
demo/unit4-robot_arm_demo_upper_arm.js
0 → 100644
demo/unit4-rotate_then_scale.js
0 → 100644
demo/unit6-fog.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/unit7-dolly-and-zoom.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/unit7-orthographic-projection.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/unit7-view-pipeline.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/unit8-anisotropy.js
0 → 100644
demo/unit8-mipmapping.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/unit8-particles.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/unit8-texture-distortion.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/unit8-texture-magnification.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/unit8-texture-minification.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/unit8-uv-coordinates.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/unit8-wrap-mode.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/unit9-energy-balanced.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/unit9-fresnel.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/unit9-gamma.js
0 → 100644
This diff is collapsed.
Click to expand it.
homework/lesson5/kura.html
0 → 100644
This diff is collapsed.
Click to expand it.
homework/lesson5/polygon.html
0 → 100644
This diff is collapsed.
Click to expand it.
homework/lesson5/polygonLocation.html
0 → 100644
This diff is collapsed.
Click to expand it.
homework/lesson5/stairs.html
0 → 100644
This diff is collapsed.
Click to expand it.
homework/lesson7/difus.html
0 → 100644
This diff is collapsed.
Click to expand it.
homework/lesson7/shade.html
0 → 100644
This diff is collapsed.
Click to expand it.
homework/lesson7/trig1.html
0 → 100644
This diff is collapsed.
Click to expand it.
homework/lesson7/trig2.html
0 → 100644
This diff is collapsed.
Click to expand it.
index.html
0 → 100644
This diff is collapsed.
Click to expand it.
index_debug.html
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Coordinates.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Detector.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/OrbitAndPanControls.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/OrbitAndPanControls.new.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/TrackballControls.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/dat.gui.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/jquery-1.8.3.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/sprintf.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/stats.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/three.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
lib/three.min.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
lib/tween.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/uclass_BeveledBlockGeometry.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/uclass_TeacupGeometry.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/uclass_TeapotGeometry.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/uclass_TeaspoonGeometry.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/uclass_shaders.js
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/disc.png
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/ash_uvgrid01.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/checker128x128.png
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/checker16x16.png
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/checker1x1.png
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/checker256x256.png
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/checker2x2.png
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/checker32x32.png
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/checker4x4.png
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/checker512x512.png
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/checker64x64.png
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/checker8x8.png
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/concrete.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/crate.gif
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/darkam.png
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/feather.png
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/grass512x512.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/lettergrid.png
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/maple.png
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/r_border.png
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/skybox/nx.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/skybox/ny.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/skybox/nz.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/skybox/px.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/skybox/py.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/skybox/pz.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
media/img/cs291/textures/water.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
three.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
transforms.html
0 → 100644
This diff is collapsed.
Click to expand it.
unit1/fix-javascript-errors.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit10/08-set-the-pivot.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit10/17-flowing-river.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit2/create-stairs.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit2/drinking-bird.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit2/polygon-creation.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit2/polygon-location.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit2/polygon-radius.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit2/triangle-mesh.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit2/vertex-order.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit3/diffuse-material.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit3/drinking-bird-shiny.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit3/drinking-bird-transparency.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit3/smooth-lambert.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit3/vertex-attributes.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit4/unit4-clock_exercise.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit4/unit4-flower_exercise.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit4/unit4-flowersquish_exercise.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit4/unit4-robot_arm_extended_exercise.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit4/unit4-robot_hand_exercise.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit4/unit4-rotation_exercise.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit4/unit4-scale_exercise.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit4/unit4-snowman_exercise.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit5/unit5-axis_angle_exercise.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit5/unit5-db_geom_exercise.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit5/unit5-ps_capsule_exercise.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit5/unit5-ps_cylinder_exercise.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit5/unit5-ps_helix_exercise.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit6/05-set-a-directional-light.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit6/08-head-light.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit6/10-spot-light.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit6/14-shadows.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit6/ps-swivel-and-tilt.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit6/ps-swivel-light-control.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit7/06-lookat.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit7/12-fov-slider.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit7/ps-four-viewports.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit7/ps-rear-view-camera.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit8/05-textured-square.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit8/particle-grid.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit8/ps-db-tail.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit8/ps-grassy-plain.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit8/ps-pick-a-letter.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit8/ps-reflection-mapping.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit8/ps-specular-mapping.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/anisotropic-material/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/anisotropic-material/shaders.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/debugging-shaders/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/debugging-shaders/shaders.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/model-deformation/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/model-deformation/shaders.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/moving-flashlight/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/moving-flashlight/shaders.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/procedural-texturing/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/procedural-texturing/shaders.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/sharp-specular/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/sharp-specular/shaders.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/two-tone-shading/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/two-tone-shading/shaders.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/vertex-normal-creation/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/vertex-normal-creation/shaders.js
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/wrap-lighting/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
unit9/wrap-lighting/shaders.js
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment