PDA

View Full Version : error msg?


Technofreak
04-08-2004, 08:06 PM
what does this mean?
-- Runtime error: EPoly vertex index out of range: < 1 or > 100: 101


Thanks

Bobo
04-08-2004, 08:49 PM
Originally posted by Technofreak
what does this mean?
-- Runtime error: EPoly vertex index out of range: < 1 or > 100: 101

Thanks

It means that the index provided is either lower than 1 or greater than 100, as there are only 100 vertices (1-based indices, counting starts at 1).
You have passed index 101 to the function which does not exist...

Cheers,
Bobo

CGTalk Moderation
01-18-2006, 12:00 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.