Patan77
@patan77
New Member
Joined: Feb 15, 2024
Topics: 41 / Replies: 119
Reply
RE: Faster Export of Vertex and Triangle Data?

Thanks, for me in (max 2018) its even 150x faster then the original code, so that’s really great. However for more complex scene’s its still way to sl…

6 years ago
Forum
Topic
Forum
Replies: 6
Views: 28
Topic
Forum
Replies: 1
Views: 12
Topic
Forum
Replies: 0
Views: 22
Reply
RE: Improve speed of "Create box()"

Yeah you are right, thought I fixed it by just adding a random seed to each thread, but looks like that trick didn’t work. Edit : (updated the code w…

8 years ago
Forum
Reply
RE: Improve speed of "Create box()"

New fastest version! [ C# multi-threaded ] 3dsMax 2014 n15: Time: 0.005sec Mem: 416L n50: Time: 0.027sec Mem: 416L n100: Time: 0.181sec Mem: 416L …

8 years ago
Forum
Reply
RE: Improve speed of "Create box()"

Well this were pretty annoying, I removed all my ram then put back only my 8GB sticks making sure they were put in the optimal slots, then rest bios t…

8 years ago
Forum
Reply
RE: Improve speed of "Create box()"

hmm, its a bit strange: my specs CPU: 3930k 4.6ghz MEM: DDR3 48GB: 4x 8GB 1600mhz + 4x 4GB 1600mhz (different mem types ) GPU: gtx 780 6GB version SS…

8 years ago
Forum
Reply
RE: Improve speed of "Create box()"

No for me n 50 = ~0.5sec and n100 = 4.781sec

8 years ago
Forum
Reply
RE: Improve speed of "Create box()"

C# version boxes with UVs: (With help from aaandres) 3dsMax2015: with UV: (n 15 time: 0.008sec Mem: 432L | n 50 time: 0.513sec Mem: 432L) Edit: 3ds…

8 years ago
Forum
Reply
8 years ago
Forum
Reply
RE: Fastest Attach – Collaborative Tool by CGS members

First obvious thing needed to get fixed are the ability to load the Ui images from web url, ( I think it probably need like dotnet WebRequest or somet…

8 years ago
Forum
Topic
Reply
RE: Improve speed of "Create box()"

temp solution for adding UV to the C# version cube: (n 15 time: 0.109sec) n 50 time: 2.128sec, n 100 Time: 16.59sec Mem: 6007184L) fn fn_uvSingleMe…

8 years ago
Forum
Reply
RE: Improve speed of "Create box()"

Messed around a bit trying to make the C# version multi-threaded, but non of the methods I tried looks to really be using multiple CPU cores. V01: I[…

8 years ago
Forum
Page 1 / 11