Navigation

    • Register
    • Login
        No matches found
    • Search
    1. Home
    2. Paul Everett
    Paul Everett

    Paul Everett

    @Paul Everett

    0
    Reputation
    2
    Posts
    73
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website CinemaPlugins.com Location Germany

    • Profile
    • More
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    Paul Everett Follow

    Best posts made by Paul Everett

    This user hasn't posted anything yet.

    Latest posts made by Paul Everett

    RE: DrawHUDText returns a white box instead of a text?

    @m_magalhaes said in DrawHUDText returns a white box instead of a text?:

    TAG_IMPLEMENTS_DRAW_FUNCTION

    I came across this problem today.

    #define TAG_IMPLEMENTS_DRAW_FUNCTION (1 << 😎

    note : you can add this flag to R21 builds, and your tags then display as expected in 22.

    RE: DrawHUDText

    z settings have no effect on text.
    in 21, text is drawn behind poly objects.
    in 22 text is drawn in front of obejcts.

    IMO, this is a bit of a mess. the new draw flag should be the exact opposite to what it is, to keep compatibility.
    small differences, make a big difference when your already bending over backwards trying not to have to rebuild everything yet again, for 22.

    posted in Cinema 4D SDK •
    RE: InitRender() with large textures

    make sure the bitmap shader is not set to MIP mapping, then it works fine.

    posted in Cinema 4D SDK •