skip menu and go to main content

body start

END - 멀티플랫폼 게임엔진

Resolved  [Nori7Game] entity가 주어진 함수대로 움직이게 하는 기능 추가

09.11.29-19:09:08

314923

Submitted by nori

Assignee nori

View849

Priority3

entity가 주어진 함수대로 움직이게 하는 기능을 추가합니다.

예를 들어, [Nori7Console] 에서 다음과 같이 입력하면 원형으로 회전합니다.

>>> world.append(Entity('test')); import math; world[0].moveMethods[2] = math.sin
>>> import math; world[0].moveMethods[1] = math.cos

Milestone : M8_01

Comments on this artfact

0 Comments

nori

Codes changed : r41 [END#314923] entity moves along the path generated by given function

09.11.29-19:15:16

nori

"Assigned To" was changed from "Nobody" to "nori"

09.11.29-19:15:58

nori

"State" was changed from "Open" to "Closed"

09.12.01-02:55:32

nori

Codes changed : r46 [END#314923] fixing incorrect if-condition

09.12.07-02:12:35