We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


stevantosic
(Super Moderator)
******

Registration Date: 01-16-2024
Date of Birth: Not Specified
Local Time: 10-03-2024 at 04:46 PM
Status: Offline

stevantosic's Forum Info
Joined: 01-16-2024
Last Visit: 08-24-2024, 03:31 AM
Total Posts: 12 (0.05 posts per day | 0.91 percent of total posts)
(Find All Posts)
Total Threads: 3 (0.01 threads per day | 2.59 percent of total threads)
(Find All Threads)
Time Spent Online: 9 Hours, 48 Minutes, 26 Seconds
Members Referred: 0
Total Likes Received: 10 (0.04 per day | 1.47 percent of total 680)
(Find All Threads Liked ForFind All Posts Liked For)
Total Likes Given: 29 (0.11 per day | 4.26 percent of total 680)
(Find All Liked ThreadsFind All Liked Posts)
Reputation: 5 [Details]
  
Additional Info About stevantosic
Gender: Undisclosed

stevantosic's Most Liked Post
Post Subject Post Date/Time Numbers of Likes
RE: Point (0,0) in LD3DView image mapping 02-18-2024, 07:24 PM 2
Thread Subject Forum Name
Point (0,0) in LD3DView image mapping Small Basic
Extensions
Post Message
Many thanks! Now I see the power of LDImage. Great, really great. Code: -- LDNetwork.SetSSL() flickr = LDUtilities.FixFlickr() imageURL = Flickr.GetRandomPicture("word") tmpFile = File.GetTemporaryFilePath() LDNetwork.DownloadFile(tmpFile,imageURL) image = ImageList.LoadImage(tmpFile) File.DeleteFile(tmpFile) imageReverse = LDImage.Copy(image) ' Vertical LDImage.EffectReflect(imageReverse, 0) ' Horizontal 'LDImage.EffectReflect(imageReverse, 1) view3D = LD3DView.AddView(GraphicsWindow.Width,GraphicsWindow.Height,"True") LD3DView.AutoControl("True","True",2,1) LD3DView.AddAmbientLight(view3D,"White") square = LD3DView.AddGeometry(view3D,"-0.5 -0.5 0.5:0.5 -0.5 0.5:0.5 0.5 0.5:0.5 0.5 0.5:-0.5 0.5 0.5:-0.5 -0.5 0.5","0 1 2 3 4 5","","Red","D") LD3DView.AddImage(view3D,square, "0 1:1 1:1 0:1 0:0 0:0 1",image,"D") LD3DView.AddBackImage(view3D,square, "",imageReverse,"D") LD3DView.TranslateGeometry(view3D,square,0,0,8) LD3DView.AnimateRotation(view3D,square,0,1,0,0,360,5,-1) 'LD3DView.AnimateRotation(view3D,square,1,0,0,0,360,5,-1) -- st

stevantosic's Received and Given Likes
  Likes Received Likes Given
Last week 0 0
Last month 0 0
Last 3 months 0 5
Last 6 months 2 17
Last 12 months 10 29
All Time 10 29
 
Most liked by
litdev 7 70%
AbsoluteBeginner 2 20%
jrmrhrb00 1 10%
 
Most liked
litdev 24 83%
z-s 2 7%
jrmrhrb00 1 3%
Scout 1 3%
AbsoluteBeginner 1 3%