Skip to content

Commit

Permalink
change the image url not exist
Browse files Browse the repository at this point in the history
fix the  issue cocos2d#233
  • Loading branch information
chenruyi authored Jun 24, 2019
1 parent ee8ef52 commit accb441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh/basic_concepts/scene.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

场景图(Scene Graph)是一种安排场景内对象的数据结构,它把场景内所有的 __节点(Node)__ 都包含在一个 __树(tree)__ 上。(场景图虽然叫做"图",但实际使用一个树结构来表示)。

![](basic_concepts-img/tree.jpg "Simple Tree")
![](../../en/basic_concepts/basic_concepts-img/tree.jpg "Simple Tree")

听起来这好像很复杂,可能你会问,我为什么要关注这个技术细节,Cocos2d-x 值得我研究的这么深入吗?值得!这个对你真正了解渲染器是如何绘制场景的非常重要。

Expand Down

0 comments on commit accb441

Please sign in to comment.