31 lines
467 B
POVRay
31 lines
467 B
POVRay
/*
|
|
* H E X A C O N E - H E X A W O O D
|
|
*
|
|
*
|
|
*/
|
|
|
|
#version 3.7;
|
|
|
|
#include "globals.inc"
|
|
|
|
#include "contexte.inc"
|
|
#include "hexacone.inc"
|
|
#include "hexabenz.inc"
|
|
#include "hexawood.inc"
|
|
#include "trident.inc"
|
|
|
|
#include "dynamic.inc"
|
|
|
|
// =======================================================
|
|
|
|
object { Le_Decor }
|
|
|
|
// object { Repere translate <10, 1, 10> }
|
|
|
|
camera {
|
|
location <40, 2, 15>
|
|
look_at <-20, 1.7, 25.6>
|
|
angle 26 + NormClock
|
|
}
|
|
|