Added raycaster to find faces...

This commit is contained in:
Thomas FORGIONE
2015-10-21 15:23:33 +02:00
parent 13f47d467f
commit c760c404a4
6 changed files with 184 additions and 12 deletions

View File

@@ -3,6 +3,9 @@ extends ../../../views/withjs
block title
title #{title} - Prototype
block prepend js
script DB_DISABLED = true;
block extrajs
script Recommendation = L3D.ArrowRecommendation;
script var params = params || {}; params.get = params.get || {}; params.get.id = #{id};