高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】is there any way to render custom objec
is there any way to render custom object?
is there any way to render custom object?
hello guys:
i created a custom object, and is there any way to render custom object?
thanks!
custom entity can be rendered if you implement its worlddraw() method (and viewportdraw() optionally).
for example see smiley sample.
sergey slezkin
i'll try to do it, thanks!
|