Navigation

    • Register
    • Login
    • Search
    1. Home
    2. martinweber
    martinweber

    Martin Weber

    @martinweber

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

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

    • Profile
    • More
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    martinweber 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 •

    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 Maxon Announcements •
    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 •
    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 •
    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 •