rdg
@rdg
New Member
Joined: Feb 15, 2024
Topics: 29 / Replies: 388
Reply
RE: Creating Windows shortcuts?

The windows server resource kit also got a ‘shortcut.exe’ to create shortcuts from the command line. If you have cygwin on your systems as shell repl…

18 years ago
Forum
Reply
RE: check if vray is installed

matt, your sample looks well. I had the impression that vray ads RCx to its render string and it is hard to get it. Thats why I suggested the materia…

18 years ago
Forum
Reply
RE: check if vray is installed

you can try()catch() if you can create a vray material. Or activate the renderer. I would try the material. Georg

18 years ago
Forum
Reply
RE: CgTalk Maxscript Challenge 016: "L-Systems!"

erilaz: so go for it j-man! go! j-man go! [insert link to your favorite cheerleader image here] Georg

18 years ago
Forum
Reply
RE: CgTalk Maxscript Challenge 016: "L-Systems!"

I’m having trouble now going into 3D representations Idea: After doing the replacement via recursive stringreplacement we could parse the string let…

18 years ago
Forum
Reply
RE: CgTalk Maxscript Challenge 016: "L-Systems!"

The Algorithmic Beauty of Plants can be downloaded here as PDF: I am sure you can find some code snippets in this great book. Georg

18 years ago
Forum
Reply
RE: proper use of structures and what are they good for

In addition and or duplication to what was said already: I use them in a fake object oriented way. I treat struct as objects that hold all necessary f…

18 years ago
Forum
Reply
RE: Using array/object like object.variable=value

ok – no excuse – I forgot the page about structs. Maybe the example eek posted above or the examplesf97ao posted some timeago can find their way into…

18 years ago
Forum
Reply
RE: Using array/object like object.variable=value

The maxscript docs are a goldmine of info on this sort of stuff. I must admit, that I haven’t read the docs from start to end, but never found a clu…

18 years ago
Forum
Reply
RE: How to create a curve which follows the position of severals points ?

Shape Common Properties, Operators, and Methods This chapter in the maxhelp explains some methods and functions to interpolate on a spline like pathIn…

18 years ago
Forum
Topic
Forum
Replies: 0
Views: 22
Reply
RE: quicktime preview

I guess the difference is: AVI is supported by windows by default in somhow a build-in feature into directx. Hence its ‘easy’ to support it via maxscr…

18 years ago
Forum
Reply
RE: quicktime preview

convert a imagesequence to quicktime movie: Georg

18 years ago
Forum
Reply
RE: Finding Mode of array (the most common value)

I think it would be fine to sort the array first. See also here: Sort the array using qsort() in stdlib.h>. Then go through the sorted array c…

18 years ago
Forum
Reply
18 years ago
Forum
Page 9 / 28