Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: NVIDIA CG in thinBASIC

  1. #11
    thinBasic MVPs kryton9's Avatar
    Join Date
    Nov 2006
    Location
    Naples, Florida & Duluth, Georgia
    Age
    67
    Posts
    3,869
    Rep Power
    404

    Re: NVIDIA CG in thinBASIC

    I just finally got to downloading the solar system files you guys made and got an error trying to run it.

    So maybe the error is in my install of thinbasic. i will install it again and try...
    Acer Notebook: Win 10 Home 64 Bit, Core i7-4702MQ @ 2.2Ghz, 12 GB RAM, nVidia GTX 760M and Intel HD 4600
    Raspberry Pi 3: Raspbian OS use for Home Samba Server and Test HTTP Server

  2. #12

    Re: NVIDIA CG in thinBASIC

    You might find the attached program useful, I wrote it last Year in Basic4GL, it prints out all the OpenGL Extensions that your Graphic card has in a text file called OpenGL.txt.

    Here are the results from my old card & here are the results from my new card.
    Attached Files Attached Files
    Operating System: Windows 10 Home 64-bit
    CPU: Intel Celeron N4000 CPU @ 1.10GHz
    Memory: 4.00GB RAM
    Graphics: Intel UHD Graphics 600

  3. #13
    thinBasic MVPs kryton9's Avatar
    Join Date
    Nov 2006
    Location
    Naples, Florida & Duluth, Georgia
    Age
    67
    Posts
    3,869
    Rep Power
    404

    Re: NVIDIA CG in thinBASIC

    Thanks Matthew. Here is what I got:
    GL_VENDOR: Intel
    GL_RENDERER: Intel 915GM
    GL_VERSION: 1.4.0 - Build 7.14.10.4764
    GL_EXTENSIONS: GL_ARB_depth_texture
    GL_EXTENSIONS: GL_ARB_fragment_program
    GL_EXTENSIONS: GL_ARB_multitexture
    GL_EXTENSIONS: GL_ARB_occlusion_query
    GL_EXTENSIONS: GL_ARB_point_parameters
    GL_EXTENSIONS: GL_ARB_shadow
    GL_EXTENSIONS: GL_ARB_texture_border_clamp
    GL_EXTENSIONS: GL_ARB_texture_compression
    GL_EXTENSIONS: GL_ARB_texture_cube_map
    GL_EXTENSIONS: GL_ARB_texture_env_add
    GL_EXTENSIONS: GL_ARB_texture_env_combine
    GL_EXTENSIONS: GL_ARB_texture_env_dot3
    GL_EXTENSIONS: GL_ARB_texture_env_crossbar
    GL_EXTENSIONS: GL_ARB_transpose_matrix
    GL_EXTENSIONS: GL_ARB_vertex_buffer_object
    GL_EXTENSIONS: GL_ARB_vertex_program
    GL_EXTENSIONS: GL_ARB_window_pos
    GL_EXTENSIONS: GL_EXT_abgr
    GL_EXTENSIONS: GL_EXT_bgra
    GL_EXTENSIONS: GL_EXT_blend_color
    GL_EXTENSIONS: GL_EXT_blend_func_separate
    GL_EXTENSIONS: GL_EXT_blend_minmax
    GL_EXTENSIONS: GL_EXT_blend_subtract
    GL_EXTENSIONS: GL_EXT_clip_volume_hint
    GL_EXTENSIONS: GL_EXT_compiled_vertex_array
    GL_EXTENSIONS: GL_EXT_draw_range_elements
    GL_EXTENSIONS: GL_EXT_fog_coord
    GL_EXTENSIONS: GL_EXT_multi_draw_arrays
    GL_EXTENSIONS: GL_EXT_packed_pixels
    GL_EXTENSIONS: GL_EXT_rescale_normal
    GL_EXTENSIONS: GL_EXT_secondary_color
    GL_EXTENSIONS: GL_EXT_separate_specular_color
    GL_EXTENSIONS: GL_EXT_shadow_funcs
    GL_EXTENSIONS: GL_EXT_stencil_two_side
    GL_EXTENSIONS: GL_ARB_texture_rectangle
    GL_EXTENSIONS: GL_EXT_texture_rectangle
    GL_EXTENSIONS: GL_EXT_stencil_wrap
    GL_EXTENSIONS: GL_EXT_texture_compression_s3tc
    GL_EXTENSIONS: GL_EXT_texture_env_add
    GL_EXTENSIONS: GL_EXT_texture_env_combine
    GL_EXTENSIONS: GL_EXT_texture_lod_bias
    GL_EXTENSIONS: GL_EXT_texture_filter_anisotropic
    GL_EXTENSIONS: GL_EXT_texture3D
    GL_EXTENSIONS: GL_3DFX_texture_compression_FXT1
    GL_EXTENSIONS: GL_IBM_texture_mirrored_repeat
    GL_EXTENSIONS: GL_NV_blend_square
    GL_EXTENSIONS: GL_NV_texgen_reflection
    GL_EXTENSIONS: GL_SGIS_generate_mipmap
    GL_EXTENSIONS: GL_SGIS_texture_edge_clamp
    GL_EXTENSIONS: GL_SGIS_texture_lod
    GL_EXTENSIONS: GL_WIN_swap_hint
    Acer Notebook: Win 10 Home 64 Bit, Core i7-4702MQ @ 2.2Ghz, 12 GB RAM, nVidia GTX 760M and Intel HD 4600
    Raspberry Pi 3: Raspbian OS use for Home Samba Server and Test HTTP Server

  4. #14
    thinBasic MVPs kryton9's Avatar
    Join Date
    Nov 2006
    Location
    Naples, Florida & Duluth, Georgia
    Age
    67
    Posts
    3,869
    Rep Power
    404

    Re: NVIDIA CG in thinBASIC

    lIt works, thanks to Eros's help. Cool stuff, nice to finally see it
    Acer Notebook: Win 10 Home 64 Bit, Core i7-4702MQ @ 2.2Ghz, 12 GB RAM, nVidia GTX 760M and Intel HD 4600
    Raspberry Pi 3: Raspbian OS use for Home Samba Server and Test HTTP Server

  5. #15
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732

    Re: NVIDIA CG in thinBASIC

    Thanks for the proggie Matthew,

    just for fun here is TBGL version with dialog
    You can download that new script from TBGL troubleshooting sticky topic.


    Thanks,
    Petr

    P.S. Which magic Eros used ?

    REMOVED ATTACHEMENT
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  6. #16
    thinBasic MVPs kryton9's Avatar
    Join Date
    Nov 2006
    Location
    Naples, Florida & Duluth, Georgia
    Age
    67
    Posts
    3,869
    Rep Power
    404

    Re: NVIDIA CG in thinBASIC

    Eros mentioned that thinAir didn't know where to look when not in the root.

    I went in edited thinAirdat.ini and set the path in the few places it needed it set and all is fiine now
    Acer Notebook: Win 10 Home 64 Bit, Core i7-4702MQ @ 2.2Ghz, 12 GB RAM, nVidia GTX 760M and Intel HD 4600
    Raspberry Pi 3: Raspbian OS use for Home Samba Server and Test HTTP Server

  7. #17
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: NVIDIA CG in thinBASIC

    Quote Originally Posted by kryton9
    Eros mentioned that thinAir didn't know where to look when not in the root.
    It is not that thinBasic must be in the root. thinBasic can be installed/placed anywhere.
    Problem is that thinBasic extensions are registered to be executed by thinBasic.exe (or thinBasicc.exe). If executable is not placed where it is expected by the OS, it gives error. It is like registering .DOC extension to be executed by WINWORD.EXE but you change the directory where WINWORD.EXE is located. If you double click on a .DOC file the OS will try to find WINWORD.EXE without success.

    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  8. #18
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732

    Re: NVIDIA CG in thinBASIC

    Hi,

    I added link to e-book about CG shading language to the first post.


    Petr

    P.S. I know I post there too much NVIDIA stuff, I will try to find some nice ATi related code
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

Page 2 of 2 FirstFirst 12

Similar Threads

  1. NVIDIA FX Composer
    By ErosOlmi in forum Technology
    Replies: 1
    Last Post: 22-07-2008, 16:11

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •