Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python 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

    Normal direction of imported files

    SDK Help
    0
    2
    216
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 04/06/2003 at 04:15, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.100 
      Platform:   Windows  ;   
      Language(s) :     C++  ;

      ---------
      Hi,
      I have a question about the direction of the normals of imported files. I imported a 3ds file and then when I use my NPR it render the real backfaces and not the front faces. When I change the normal direction then it is working fine. There are two questions:
      First: Is it possible that imported 3ds files has wrong normals or is it a bug in my plugin but all normal c4d Files working good?
      Second: Why make the normal C4D renderer the right calculation, there it looks correct. Working the normal c4d renderer with or without backface culling?
      Maybe it is important to say that I find out the direction of the normals by myself.
      Cathleen

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 06/06/2003 at 19:43, xxxxxxxx wrote:

        What does your plugin do to the geometry? I frequently invert the objects so I have to reverse the order of all the points in each tri or quad so the normal will stay correct. The direction of the points determines the normal direction in most 3D systems. Reversing the point order will invert the normals if they are not in the order C4D wants in the incoming file.

        David

        1 Reply Last reply Reply Quote 0
        • First post
          Last post