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
    • Recent
    • Tags
    • Users
    • Login

    Materialinformation

    Scheduled Pinned Locked Moved SDK Help
    17 Posts 0 Posters 1.4k Views
    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 Offline
      Helper
      last edited by

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

      On 01/08/2010 at 04:13, xxxxxxxx wrote:

      I thinked soo. But i can´t find the GetNext() function, only GetFirstTag() of the BaseObject class.
      I have the SDK R9.5, maybe its only an update.

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

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

        On 01/08/2010 at 04:53, xxxxxxxx wrote:

        Look at the classes the BaseObject is inherited from. It´s a function of a parent class.

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

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

          On 01/08/2010 at 05:26, xxxxxxxx wrote:

          Ah, there is it. But i think it returns the next PolygonObject. Maybe you mean it´s the GetNext() function of the BaseTag class?

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

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

            On 01/08/2010 at 05:44, xxxxxxxx wrote:

            sorry my fault. yes of course it´s the one from the basetag class.

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

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

              On 01/08/2010 at 05:47, xxxxxxxx wrote:

              Thank you very much for help!

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

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

                On 01/08/2010 at 14:50, xxxxxxxx wrote:

                Actually both are the same function, since BaseTag and BaseObject are both derived from BaseList2D. And that's where the GetNext() function comes from 😉

                Cheers,
                Jack

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

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

                  On 01/08/2010 at 17:25, xxxxxxxx wrote:

                  ok, so my mind didn´t play me when i said it was inherited. Well, I am getting old or simply too lazy to look it up I guess. thx for correcting and I go to sleep now better, Peter...ehm Jack. 🙂

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

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

                    On 02/08/2010 at 10:17, xxxxxxxx wrote:

                    Excuse me, but i have one question more. Where are the normalinformations of the vertices as vector? I cant´t find it.

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

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

                      On 02/08/2010 at 10:28, xxxxxxxx wrote:

                      CreatePhongNormals() is what you are looking for.

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

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

                        On 02/08/2010 at 10:45, xxxxxxxx wrote:

                        Where is this function? In the phongtag?

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

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

                          On 02/08/2010 at 11:16, xxxxxxxx wrote:

                          In the PolygonObject class. Why don´t you download the SDK docs as .chm? Then you can easily search for all functions.

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

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

                            On 03/08/2010 at 05:23, xxxxxxxx wrote:

                            The CreatePhongNormals() function only works with an existing Phong tag. In case there's no phong tag, you have to calculate the normals yourself (e.g. by calculating the face normals of all neighbor polygons and then calculating the average from that).

                            Ah, I just notice this thread is about COFFEE. In COFFEE there's no CreatePhongNormals() at all. I'n not quite sure if (and how) it is possible in COFFEE to get your hands on the phong normals. But calculating the simple vertex normals, as described above, should be possible.

                            Cheers,
                            Jack

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

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

                              On 03/08/2010 at 06:32, xxxxxxxx wrote:

                              Strangely, the chm file doesn´t works. It doesn´t draw the page on windows xp and 7.
                              Thank you for help!

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

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

                                On 03/08/2010 at 16:38, xxxxxxxx wrote:

                                Rightclick/Properties on the chm file and unblock it.

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

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

                                  On 04/08/2010 at 06:09, xxxxxxxx wrote:

                                  Ah, now it works. The older SDK (9.1) shows all functions.
                                  Thanks.

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