nasty bug added
This commit is contained in:
@@ -4,16 +4,15 @@ module povstuff
|
||||
|
||||
! ----------------------------------------------------------------
|
||||
type t_boundb
|
||||
|
||||
!
|
||||
real :: BBminX, BBmaxX, BBminY, BBmaxY, BBminZ, BBmaxZ
|
||||
integer :: id
|
||||
|
||||
!
|
||||
end type
|
||||
|
||||
contains ! -----------------------------------------
|
||||
|
||||
subroutine show_bbox( bbox )
|
||||
|
||||
type (t_boundb), intent(in) :: bbox
|
||||
|
||||
print *, bbox%bbminx, bbox%bbminy, bbox%bbminz
|
||||
@@ -22,6 +21,10 @@ module povstuff
|
||||
end subroutine
|
||||
|
||||
! ----------------------------------------------------------------
|
||||
! we need some primitives for the gestion of colors.
|
||||
! may be a small database indexed by name ?
|
||||
! XXX
|
||||
! ----------------------------------------------------------------
|
||||
|
||||
end module
|
||||
|
||||
|
||||
Reference in New Issue
Block a user