Panda3D
Macros | Functions
daeMaterials.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "daeMaterials.h"
#include "config_daeegg.h"
#include "fcollada_utils.h"
#include <FCDocument/FCDocument.h>
#include <FCDocument/FCDMaterial.h>
#include <FCDocument/FCDEffect.h>
#include <FCDocument/FCDTexture.h>
#include <FCDocument/FCDEffectParameterSampler.h>
#include <FCDocument/FCDImage.h>
#include "filename.h"
#include "string_utils.h"

Go to the source code of this file.

Macros

#define luminance(c)   ((c[0] * 0.212671 + c[1] * 0.715160 + c[2] * 0.072169))
 

Functions

 PT (DaeMaterials::DaeBlendSettings) DaeMaterials
 Converts collada blend attribs to Panda's equivalents. More...
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
rdb
Date
2008-10-03

Definition in file daeMaterials.cxx.

Function Documentation

◆ PT()

PT ( DaeMaterials::DaeBlendSettings  )

Converts collada blend attribs to Panda's equivalents.

Definition at line 363 of file daeMaterials.cxx.

Referenced by DaeMaterials::apply_to_group().