Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by teenserve

  1. teenserve

    Cannot pass array (user defined type) to subprocedure!

    Thank you, what I changed was the WF to WF() in the top of the sub =)
  2. teenserve

    3d rotations: X and Y rotations are glitchy, please help =)

    Allright, here's the full code. X + Y rotations seem so almost work, although they just seem to shrink and stretch (instead of a real rotation), and most angles on X or Y rotations make the wireframe look too small :( It's something to do with the perspective, I believe, but I cannot figure it...
  3. teenserve

    Cannot pass array (user defined type) to subprocedure!

    My user defined type is "Wireframe" and I get a type mismatch when I try to pass it to my sub. SUB Draw3D(WF AS WireFrame) ^^^ Here is where the sub starts In the main code, here is where my array is defined. DIM Pyramid(5) AS WireFrame And here I try to call my sub procedure...

Part and Inventory Search

Back
Top