Insanto
@insanto
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 139
Topic
Forum
Replies: 4
Views: 16
Reply
RE: 3DsMax to XAML (Windows.Media.Media3D) WIP

Ah, in my case I’m using MeshGeometry3D for instancing purposes (wich I’ll have to implement sometime :argh: ) I attached a sample ResourceDict and t…

12 years ago
Forum
Reply
RE: 3DsMax to XAML (Windows.Media.Media3D) WIP

…I wasn’t aiming it specifically at dotNet usage… I don’t think i understand what you mean with that :shrug:

12 years ago
Forum
Topic
Forum
Replies: 5
Views: 19
Reply
RE: Maxscript: Merge/attach parents with children

( max create mode /*****************************/ /*****************************/ –let’s create a little test setup local nParents = 4; lo…

12 years ago
Forum
Reply
RE: Rollout Creator Dynamic codeStr??

fn something x y = ( print (x as string + y as string) ) fn function_pointer edge_Count= ( local array_Rollouts = #(); for i = 1 to edge…

12 years ago
Forum
Reply
RE: Rollout Creator Dynamic codeStr??

click the button and have a look in the listener (F11) and you’ll see format is a modularly overloaded string method that replaces the % chars with…

12 years ago
Forum
Reply
RE: Rollout Creator Dynamic codeStr??

rollout test “test” width:400 height:400 ( fn function_pointer edge_Count= ( local array_Rollouts = #(); for i = 1 to edge_Count do ( lo…

12 years ago
Forum
Reply
RE: Assembly independent binary de-/serialization

may it be a refferenced assembly your missing?

12 years ago
Forum
Reply
RE: Assembly independent binary de-/serialization

I assume the MXS file (.ms||.mse) and the class lib are in the same folder? fn getAssemblyPath = ( local p = getSourceFileName() if p != …

12 years ago
Forum
Reply
RE: Assembly independent binary de-/serialization

Make sure to use SOAP when De/serializing to/from binary or there will be differences between AMD/Intel machines afair I allways use the XmlSerializer…

12 years ago
Forum
Reply
RE: Wacom Tablet Pressure?

this looks like a good way to start:

12 years ago
Forum
Reply
RE: Non rectangular buttons in dotNet

I’d say WPF is the way to go, thx to routed events and the <Polygon > you can have a lot of fun

13 years ago
Forum
Topic
Forum
Replies: 1
Views: 23
Reply
RE: C# for Scripters?!

I’ve found quite a good Video Training DVD (in german tho) Visual C# 2008 by Video2Brain Doesn’t bore with coding basics but jumps right into C# t…

14 years ago
Forum
Page 1 / 11