Please refer to this document.
Starting from Eyeshot 10.0.921 the signature of SortEntitiesForTransparency has changed and the proper way to call it is:
protected override void DrawViewport(DrawSceneParams myParams) { myParams.Entities = SortEntitiesForTransparency(myParams.Viewport, myParams.Entities); base.DrawViewport(myParams); }
Previous versions of this article: Eyeshot 9
Comments
Please sign in to leave a comment.