FINISHED SCENE- [ame=" https://www.youtube.com/watch?v=gMXOX8W7cM0"]UDK Temple Scene - YouTube[/ame] Hello everyone, So who remembers that Brawl contest from like two years ago? Well, I had to duck out of it for work reasons, and I've been sitting here with a half-finished environment ever since then, so I've decided it's…
As for the second part, here's example dotnet textbox: try destroyDialog test catch()rollout test " .NET Textbox" width:180 height:180( dotNetControl dncText "System.Windows.Forms.Textbox" width:175 height:170 align:#center on test open do ( dncText.Font = dotNetObject "System.Drawing.Font" "MS Sans Serif" 8 ((dotNetClass…
NVIDIA has a new version of their GPU vidcap software, with their Geforce Game Ready Driver. Except... the videos are captured at 20GBPS instead of 20mbps! So here's what a vidcap looks like with a driving game (Watch Dogs 2) Kind of interesting, in it's own way, if you like that sort of thing lol
global BoneArray global BoneNArray global WeightArray global PasteArray -- Pass the vert id to extract all the weights to arrays fn CopyWeight theVert = ( -- Empty the arrays BoneArray = #() BoneNArray =#() WeightArray = #() theSkin = $.modifiers[#skin] BNumber = skinOps.getVertexWeightCount theSkin theVert BN = BNumber as…