Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. martinweber
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 4
    • Best 1
    • Controversial 0
    • Groups 0

    Martin Weber

    @martinweber

    Working on real-time rendering for Cinema 4D - https://u-render.com

    1
    Reputation
    101
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website u-render.com Location Austria

    martinweber Unfollow Follow

    Best posts made by martinweber

    • RE: OBJ loading polygon order

      Cannot say it about recent versions but had exactly those troubles back in the day during production. We were using Riptide (IIRC) to import OBJ so that we could apply baked animation from point caches.

      posted in Cinema 4D SDK
      martinweberM
      martinweber

    Latest posts made by martinweber

    • RE: Good Bye and Thanks for the Fish

      @a_block Goodspeed with your new endeavour and thanks for your support!

      posted in News & Information
      martinweberM
      martinweber
    • RE: Drawing on MultipassBitmap's GeClipMap crashes in R16.050

      @C4DS I see. Does Clear() work?

      I am curious as we have a use case where we would go with GeClipMap as well.

      posted in Cinema 4D SDK
      martinweberM
      martinweber
    • RE: Drawing on MultipassBitmap's GeClipMap crashes in R16.050

      Just some ideas and guesses:

      • check if layer is not actually a nullptr. Might fail there already.
      • I would try a dynamic_cast<BaseBitmap>(layer) for layer in clipMap->Init(layer) just to be sure the right vtable is used. AutoAlloc might do something fancy there.
      • why not use viewData->mClipMap = clipMap; ? Your use of operator*() seems strange. Also, why not just use it as parameter to DrawBackground()?

      Cheers,
      Martin

      posted in Cinema 4D SDK
      martinweberM
      martinweber
    • RE: OBJ loading polygon order

      Cannot say it about recent versions but had exactly those troubles back in the day during production. We were using Riptide (IIRC) to import OBJ so that we could apply baked animation from point caches.

      posted in Cinema 4D SDK
      martinweberM
      martinweber