maxzhou0
-
Posts
6 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Articles
Docs
Gallery
Posts posted by maxzhou0
-
-
Torsion has two big problems imo:
1.Torsion does not support unicode, which means if u edit CJK in script, you'll be screwed.
2.Torsion's search text function was quite slow compare to VS or other text editing wares.
i hope this two porblems would be fixed.
-
:? hmmm where you see this files :?:
search *.dml in game/art .it was in the template folder also
-
i searched through source code and didn't find anything related to this dml file thing.so i'm not sure if i'd remove it from shipping package.
-
there is a testing folder under the source folder only contains a unit test framework and a memroy tester, where's other unit tests?
-
Some runnable test cases should be great. i couldn't find it in the source code.
lack of torque3d gfx examples you know :roll:

Torque script:the performance of dynamic field assignment?
in Beginner
Posted
i think mass df assignment is very harmful in a game loop, but i don't have direct evidence to proof it.
when i use "for(%i = 0;%i<%largeNumber;%i++){}" to test TS, the static field didn't show much difference from dynamic field, wth