Skip to content

Commit c131e6a

Browse files
authored
Merge pull request #25 from schwicke/main
Improve front and back reflection model settings
2 parents 056077e + a82c5ab commit c131e6a

12 files changed

Lines changed: 1029 additions & 1046 deletions

File tree

src/include/phigs/phigs.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ typedef enum {
248248
PELEM_GSE,
249249
PELEM_ALPHA_CHANNEL,
250250
PELEM_TEXT3,
251+
PELEM_INT_REFL_MODEL,
251252
PELEM_NUM_EL_TYPES
252253
} Pelem_type;
253254

@@ -419,6 +420,7 @@ typedef enum {
419420
PASPECT_INT_SHAD_METH,
420421
PASPECT_REFL_PROPS,
421422
PASPECT_INT_REFL_EQN,
423+
PASPECT_INT_REFL_MODEL,
422424
PASPECT_BACK_INT_STYLE,
423425
PASPECT_BACK_INT_STYLE_IND,
424426
PASPECT_BACK_INT_COLR,
@@ -683,6 +685,7 @@ typedef struct {
683685
Pint style_ind;
684686
Pgcolr colr;
685687
Pint refl_eqn;
688+
Pint refl_model;
686689
Pint shad_meth;
687690
Prefl_props refl_props;
688691
Pint_style back_style;
@@ -2914,6 +2917,17 @@ void pset_back_int_shad_meth(
29142917
Pint shad_meth
29152918
);
29162919

2920+
/*******************************************************************************
2921+
* pset_refl_model
2922+
*
2923+
* DESCR: Creates a new element - Set reflectance model
2924+
* RETURNS: N/A
2925+
*/
2926+
2927+
void pset_refl_model(
2928+
Pint refl_model
2929+
);
2930+
29172931
/*******************************************************************************
29182932
* pset_refl_eqn
29192933
*

0 commit comments

Comments
 (0)