drdubosc
@drdubosc
New Member
Joined: Feb 14, 2024
Topics: 2 / Replies: 132
Reply
RE: Oriented Bounding Box

If you’re in 2008+, or using the Avguard extensions, check out: [font=Courier New]nodeLocalBoundingBox <node> [font=Verdana]EDIT: oops, done it…

16 years ago
Forum
Reply
RE: DotNet Progressbar

LoneRobot: Have you had a quick search on codeproject?, sounds like the sort of thing someone might have already done. ProgressODoom looks like t…

16 years ago
Forum
Reply
RE: Error handling and "pass-through"

This kind of exception handling is exactly what the try … catch construct is for. Check out “Try Expression” in the docs. EDIT: oops, duped

16 years ago
Forum
Reply
RE: a faster way for finding tiled UV's?

Yay! … and thanks, ZB, for writing it. This b*!%!! MXS is like driving a car with 2 steering wheels, 1 for left, 1 for right … and 4 gearsticks … an…

16 years ago
Forum
Reply
RE: a faster way for finding tiled UV's?

It seems a bit daft, but I was wondering if there might be any value in copying the map channel of interest to the geometry channel, (temporarily, or …

16 years ago
Forum
Reply
RE: $.rotation.controller.x_rotation.keys not working when accessed via a variable?

Oh, good. I’m still straining my head trying to work out what the code behind this behaviour of properties must look like, so I can get a mental pic…

16 years ago
Forum
Reply
RE: $.rotation.controller.x_rotation.keys not working when accessed via a variable?

Possibly via “Indexed Access to Animateable Properties?” ie tst = $[#transform][#rotation] SubAnim:Rotation tst.isanimated true [font=Verdana]EDI…

16 years ago
Forum
Reply
RE: Fast Ray casting?

Out of curiosity, what do the experts think? Would it be worth building some general-purpose data structures, for use in this kind of thing, in .net? …

16 years ago
Forum
Reply
RE: Barycentric point

Or, to put it another way, the “point” doesn’t exist until render time / viewport render time. It’s an artefact of the render pipeline.

16 years ago
Forum
Reply
RE: Sorting Multidimensional Arrays

… newArray = for j in multidim collect for i in indexArray collect j[i] … Snappy! @Vicky, I suppose it must go w…

16 years ago
Forum
Reply
RE: skipping loop iterations

It means ZB is a closet Perl Monk ! :rolleyes:

16 years ago
Forum
Reply
RE: 3D position to Othographic 2D position.

Thanks. I read the docs to mean ‘not Ortho’ … but only the setTM is restricted.

16 years ago
Forum
Reply
RE: 3D position to Othographic 2D position.

ZeBoxx2: …After that, transform the world coordinate to the viewport’s coordinate system using yea olde <pos> * <transform>,… yesbut …

16 years ago
Forum
Reply
RE: BerconGradient – scriptable Gradient Ramp on steroids

ZeBoxx2: …is that it is scripter-friendly… Followed the maps with interest, but never realised you could set grad keys by script. That really exp…

16 years ago
Forum
Reply
RE: .NET: how to unload assembly ?

Hi, LR … I would have thought you have to set (.Add to) the [ReferencedAssemblies]property of CompilerParameters, [font=Verdana]to kick the linker i…

16 years ago
Forum
Page 2 / 9