Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLU callbacks #5

Open
sasmaster opened this issue Jul 22, 2014 · 3 comments
Open

GLU callbacks #5

sasmaster opened this issue Jul 22, 2014 · 3 comments

Comments

@sasmaster
Copy link

Hi.Nice port :) But I wonder how can I simulate original GLU's callbacks like

  gluTessCallback(tess, GLU_TESS_VERTEX_DATA ,vertexCallback);

  gluTessCallback(tess, GLU_TESS_COMBINE_DATA,combineCallback);

  gluTessCallback(tess, GLU_TESS_EDGE_FLAG ,edgeFlagCallback);
@memononen
Copy link
Owner

One of the principles of the refactoring was to remove the callbacks, so they are not available because they made memory handling annoying in some cases. What kind of use case you have in mind?

@sasmaster
Copy link
Author

Can I send you my sample privately ? You can send me your mail via direct
message on Twitter(I am your follower @SasMaster1980) Thanks!

On Tue, Jul 22, 2014 at 11:34 AM, Mikko Mononen [email protected]
wrote:

One of the principles of the refactoring was to remove the callbacks, so
they are not available because they made memory handling annoying in some
cases. What kind of use case you have in mind?


Reply to this email directly or view it on GitHub
#5 (comment).

Michael Ivanov
Graphics Software
onlygraphix.com
Tel:+972 54 4962254

@memononen
Copy link
Owner

you can reach me at [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants