我正在尝试对tree.js项目中的标签使用立体效果。参见我的代码示例。
<?php (defined('BASEPATH')) OR exit('No direct script access allowed');
(defined('EXT')) OR define('EXT', '.php');
global $CFG;
/* get module locations from config settings or use the default module location and offset */
is_array(Modules::$locations = $CFG->item('modules_locations')) OR Modules::$locations = array(
APPPATH.'modules/' => '../modules/',
);
/* PHP5 spl_autoload */
spl_autoload_register('Modules::autoload');
我的代码基于css2d_label。
我将渲染器按三个面板划分为两个面板。 现在,我看到两个面板:左面板为左眼,右面板为右眼。两个面板都有一些视差。但是我在两个面板上看到一个标签。
我可以将标签分为左右两边吗?