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

Search:

Type: Posts; User: ace_of_john

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    2,479

    Re: DirectX Basic Triangle Transparency

    Thankyou Peter_B, Ill give that a try.
  2. Replies
    3
    Views
    2,479

    Re: DirectX Basic Triangle Transparency

    I have enabled the ZBuffer, as i guess we cant sort the transparency without it. I have also added another cube so i can show all sides, however when i use the ClearFlags.ZBuffer when i clear, i get...
  3. Replies
    3
    Views
    2,479

    DirectX Basic Triangle Transparency

    Hi. Im new to direct x, i only need simple functionality for my project. it will just be a load of cubes in an n*n*n grid where each block can be colorized and have its transparency altered. Im...
  4. Replies
    2
    Views
    1,236

    Re: post build conditions

    My error is because $(TargetName).customext already exists so what i actualy need to do is

    if exists $(TargetName).customext delete $(TargetName).customext

    so to ammend my question how do i...
  5. Replies
    2
    Views
    1,236

    post build conditions

    Hi ive just started using build events so im not very good at it yet, ive managed to rename an assembly once compiled like this

    rename $(TargetFileName) $(TargetName).customextention

    which...
  6. Replies
    1
    Views
    608

    Re: Compiletime file extention

    OK I found it.

    For those who want to know, Go to the build events in your project properties.
    in the Post-Build events type
    rename $(TargetFileName) $(TargetName).ext
  7. Replies
    1
    Views
    608

    [RESOLVED] Compiletime file extention

    Hi.
    Can anyone please tell me how to give my assembly a custom file extention eg "*.plugin". Im using sharp develop 4 and i dont mind haveing to create a new output type if thats what it takes.
    I...
  8. Replies
    1
    Views
    692

    Re: Page refresh

    Hi junman, is it possible to see the code for this part of your application?
  9. Replies
    1
    Views
    4,733

    Best collection for

    Hi all, im working on a message queue system. I wish to send events (A custom class not a c# event) in bulk to several applications in turn as new events come in. I want to take all the Outbound...
  10. Replies
    9
    Views
    1,855

    Re: Best choice for basic 3D programming?

    I would say that DirectX would be a good choice, ive only started with it recentley. You can choose between hardware or software, you can apply normals to vertecies quite easily, I found it was...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured