Search found 2 matches

by chris3d
31 May 2011, 17:01
Forum: ICE
Topic: Smart way to find polygon neighbors?
Replies: 2
Views: 918

Re: Smart way to find polygon neighbors?

do this lookup only one time, store positions/ids of the neighbor polys
on each polgon. then you can perform a fast lookup on each poly without
evaluating the search tree .
by chris3d
13 Aug 2010, 18:03
Forum: Plugins
Topic: PolyMesh Duplicator v1.2.1
Replies: 65
Views: 44748

Re: PolyMesh Duplicator v1.2.1

if you have high pointcounts you´ll get some rounding errors and the mesh will screw up slightly. to avoid that you could change the init copyID. before you do the divide you should multiply both inputs by a very high value ( eg 1mio, depends on you polycount) do the divide in scalar and round it af...