HornBerger
@hornberger
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 85
Reply
RE: [Query] Vraylight to Spline Rectangle … Will I be able ?

works fine for me… hmm maybe its because of version difference (select a vray light and type show $ in the listener and paste the result here)

14 years ago
Forum
Reply
RE: [Query] Vraylight to Spline Rectangle … Will I be able ?

here’s a quick way of doing it… ( try (delete $vraylightfromsplineshape*) catch() newselection = #() for i in selection do ( if (classof i) =…

14 years ago
Forum
Reply
RE: [Query] Vraylight to Spline Rectangle … Will I be able ?

try this… ( newselection = #() for i in selection do ( if classof i == rectangle do ( light = vraylight() light.size0 = i.width/2 lig…

14 years ago
Forum
Reply
RE: Area and Volume

@bobo: is area computation via triangulation of polygon faster than computing the area of a polygon using numerical integration ? i.e area of polygon …

15 years ago
Forum
Reply
RE: Area and Volume

thanks for the tip… dunno how i missed that …

15 years ago
Forum
Topic
15 years ago
Forum
Replies: 5
Views: 17
Reply
RE: Interior Angles

thanks for the post ! i wanted to know the algorithm to compute interior angles of a polygon. To write a small class in java on polygons, as my projec…

15 years ago
Forum
Reply
RE: Interior Angles

thanks for the post! maybe the picture will help understand the problem… the problem is how do i figure out weather the computed angle is an interior…

15 years ago
Forum
Topic
15 years ago
Forum
Replies: 5
Views: 19
Topic
15 years ago
Forum
Replies: 0
Views: 9
Reply
RE: meshop.attach condenseMat syntax

yep, can’t optimize it further :sad:. automating the attach function of the editable mesh is the only option then i guess, maybe that can be achieved…

15 years ago
Forum
Reply
RE: meshop.attach condenseMat syntax

the following script retains the material id of the faces but not the material. you will have to use the “select id” button and reapply the material :…

15 years ago
Forum
Reply
RE: max and min functions?

in maxscript it is, amax ( <array> | {value} ) amin ( <array> | {value}) for example : (amax 0 a) + (amax 0 b) + (amax 0 c)

15 years ago
Forum
Reply
RE: reading a max file as a binary file

alright i implemented the suggested algorithm. and the running time has reduced by order of 2!!! however there is a slight trade off with accuracy, an…

15 years ago
Forum
Reply
RE: reading a max file as a binary file

did some experimentation… The results: — Location = 244796 — array of ports FileSize 294912 — Location = 327912 — array of pots and…

15 years ago
Forum
Page 2 / 7