bugfluxus - Bugs: bug #31831, pixels (texture-params)

 
 

bug #31831: pixels (texture-params)

Submitter:  gabor papp <gabor_papp>
Submitted:  Thu 09 Dec 2010 09:36:33 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Ready For Test
Privacy:  Public Assigned to:  gabor_papp
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 09 Dec 2010 09:36:33 AM UTC, original submission:  

; pixel-primitives do not take (texture-params) settings into account

(clear)

(texture-params 0 '(min nearest mag nearest))

(define p1 (build-pixels 16 16))
(with-primitive p1
    (pdata-map! (lambda (c) (rndvec)) "c")
    (pixels-upload))

; without the 3 lines below
; the pixel primitive is rendered with linear interpolation
(with-state
     (texture (pixels->texture p1))
     (draw-plane))

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 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.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-03-20 gabor_papp StatusNone Ready For Test
        Assigned toNone gabor_papp

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code