CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: BioPhysEngr

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    1,612

    Re: Design issue (loose vs strong coupling)

    I meant to say, why not just allow that method (which returns a pointer to a SkinnedMesh as an out parameter) to be directly called? You seem to want to avoid out parameters, but there is not a...
  2. Replies
    5
    Views
    1,612

    Re: Design issue (loose vs strong coupling)

    I don't see why you would complicate the design in that manner. Why not just expose GenerateSkinnedMesh(Device*, SkinnedMesh*)? Free the memory as soon as you don't require the mesh anymore, if you...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured