ThreeJS没有呈现任何内容

时间:2017-06-29 13:56:27

标签: angular typescript

我正在尝试使用ThreeJS和Angular 2做一个简单的'Hello World',但我无法做任何事情。我检查了我的代码,发现它没有任何问题......

这是Typescript代码。

`https://pastebin.com/hN50e5FR`

提前致谢!

1 个答案:

答案 0 :(得分:1)

您需要将Renderer的厄运添加到文档中。

{% set last_val='unk' %}
{% for object in data %}
    {% if object[0]!=last_val %}
        <output whatever separation code>
        {% set last_val=object[0] %}
    {% endif %}
    <other stuff>
{% endfor %}