Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

readme.md

Outline

3D Concept

Introduction

The Cinema 4D API provides classes to describe complex 3D scenes and tools to edit polygon meshes.

Content

  • modeling: The Cinema API provides the base classes for modeling in Cinema 4D. The MAXON API provides further, advanced modeling tools.

  • rendering: The Cinema API provides tools to render a given BaseDocument

  • scene_elements: Information about scene settings, take system, objects, tags, materials, shaders and animation.

    • animation: Keyframe animation of parameters is organized in tracks, curves and keys.

    • materials_shading: Handling materials, shaders, and texture paths.

    • scene_elements: Handling objects (Camera Object, Instance Object, etc...) and tags.

    • scene_management: Scene management such as layers, markers, undo, etc...

    • take_system: The Take System makes it possible to handle variations of a scene in one BaseDocument.

  • simulation: Contains code examples for the simulation tools of Cinema 4D, such as its particle system.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.