bugfluxus - Bugs: bug #29118, (bb/bb-intersect?)

 
 

bug #29118: (bb/bb-intersect?)

Submitter:  gabor papp <gabor_papp>
Submitted:  Mon 08 Mar 2010 10:34:49 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Ready For Test
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 08 Mar 2010 10:34:49 AM UTC, original submission:  

the help example does not work.

(clear)
 
(define a (with-state
      (build-sphere 10 10)))
 
(define b (with-state
      (translate (vector 2 0 0))
      (build-sphere 10 10)))
 
(every-frame
     (begin
         (with-primitive b
             (translate (vector (* -0.1 (sin (time))) 0 0)))
         (with-primitive a
             (when (bb/bb-intersect? b 0)
                 (colour (rndvec))))))

gabor papp <gabor_papp>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by nebogeo (Updated the item)
  • -email is unavailable- added by gabor_papp (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-03-22 nebogeo StatusNone Ready For Test

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code