From da0125d7c7bdd399936e0d5361c0916cf84f1c87 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Tue, 14 Feb 2012 16:46:18 +0100 Subject: [PATCH] Add useful links --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f8645be..30e08e3 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,11 @@ Technical considerations: specific to 3D If the API is to be eventually extended to support 3D, fundamental objects must be extended or completely replaced. For example, 2D coordinates must have an extra field added (z or elevation), and simple bounding boxes must be replaced with perspective projection-aware view frustums. It is no longer possible to iterate over visible tiles with a nested for loop, instead cameras and streaming level-of-detail techniques must be employed. +Useful links +------------ + +* http://www.html5rocks.com/en/tutorials/webgl/webgl_fundamentals/ + + + vim: set filetype=markdown spell spelllang=en: