S3d-Doc
- mcp_object(9) master control program object
- s3d_angle_to_cam(3) calculate angle between vector and cam
- s3d_but_info(9) status of a button
- s3d_clear_callback(3) clears a callback
- s3d_clone_target(3) changes the target of a clone-object
- s3d_clone(3) clone object
- s3d_del_object(3) delete an object
- s3d_delete_event(3) delete event from stack
- s3d_draw_string(3) draw a simple string
- s3d_evt(9) event information
- s3d_find_event(3) find eevnt on stack
- s3d_flags_off(3) disable flags of object
- s3d_flags_on(3) enable flags of object
- s3d_get_callback(3) get callback of event
- s3d_ignore_callback(3) ignores an event
- s3d_import_model_file(3) read model from file
- s3d_init(3) initialize s3d library
- s3d_key_event(9) key event information
- s3d_link(3) link object to another one
- s3d_load_line_normals(3) add normals to line
- s3d_load_materials_a(3) add materials with alpha to polygons
- s3d_load_polygon_normals(3) add normals to polygon
- s3d_load_polygon_tex_coords(3) add texture coordinates to polygons
- s3d_load_texture(3) load texture from memory
- s3d_mainloop(3) set mainloop of program
- s3d_mcp_focus(3) focus mcp object
- s3d_net_check(3) get events from server
- s3d_new_object(3) create new object
- s3d_obj_info(9) object information
- s3d_open_file(3) copy file into memory
- s3d_pep_line_normals(3) add normals to lines
- s3d_pep_line(3) rewrite line
- s3d_pep_lines(3) rewrite lines
- s3d_pep_material_a(3) rewrite material with alpha
- s3d_pep_material_texture(3) add texture to material
- s3d_pep_material(3) rewrite material
- s3d_pep_materials_a(3) rewrite materials with alpha
- s3d_pep_polygon_normals(3) add normals to polygon
- s3d_pep_polygon_tex_coord(3) add texture coordinates to polygon
- s3d_pep_polygon_tex_coords(3) add texture coordinates to polygons
- s3d_pep_vertex(3) rewrite vertex
- s3d_pep_vertices(3) rewrite lines
- s3d_pop_event(3) pop event from stack
- s3d_pop_line(3) remove lines
- s3d_pop_material(3) remove materials
- s3d_pop_polygon(3) remove polygons
- s3d_pop_texture(3) remove textures
- s3d_pop_vertex(3) remove vertices
- s3d_process_stack(3) process all events on stack
- s3d_push_event(3) push event onto stack
- s3d_push_line(3) push line
- s3d_push_lines(3) push many lines
- s3d_push_material_a(3) push material with alpha
- s3d_push_material(3) push material
- s3d_push_materials_a(3) push many materials
- s3d_push_polygon(3) push polygon
- s3d_push_polygons(3) push many polygons
- s3d_push_texture(3) push texture
- s3d_push_textures(3) push many textures
- s3d_push_vertex(3) push vertex
- s3d_push_vertices(3) push many vertices
- s3d_quit(3) shutdown s3d library
- s3d_rotate(3) rotate object
- s3d_scale(3) scale object
- s3d_select_font(3) select font
- s3d_set_callback(3) sets a callback
- s3d_strlen(3) get rendered string size
- s3d_translate(3) move object to absolute position
- s3d_unlink(3) removes link from another object
- s3d_usage(3) print s3d parameter
- s3d_vector_angle(3) calculate angle between two vectors
- s3d_vector_cross_product(3) calculate cross product of two vectors
- s3d_vector_dot_product(3) calculate dot product of two vectors
- s3d_vector_length(3) calculate length of vector
- s3d_vector_subtract(3) subtract two vectors
- s3dw_ani_mate(3) doing the whole animation thing
- s3dw_button_new(3) create a new button in the surface
- s3dw_button(9) button of s3d widget
- s3dw_delete(3) delete widget
- s3dw_focus(3) give widget focus
- s3dw_getroot(3) get the root
- s3dw_handle_click(3) handle click on widget
- s3dw_handle_key(3) handle key input on widget
- s3dw_input_change_text(3) changes the text of the input
- s3dw_input_gettext(3) get text of input
- s3dw_input_new(3) create a new input in the surface
- s3dw_input(9) input field of s3d widget
- s3dw_label_change_text(3) change label text
- s3dw_label_new(3) create a new label in the surface
- s3dw_label(9) label of s3d widget
- s3dw_moveit(3) apply widgets moving function
- s3dw_object_info(3) handle object info events
- s3dw_scrollbar(9) scrollbar of s3d widget
- s3dw_show(3) make widget visible
- s3dw_style(9) style of s3d widget
- s3dw_surface_new(3) create a new surface
- s3dw_surface(9) root of s3d widget
- s3dw_textbox_change_text(3) change text
- s3dw_textbox_new(3) create a new textbox in the surface
- s3dw_textbox_scrolldown(3) scroll text down
- s3dw_textbox_scrollleft(3) scroll text left
- s3dw_textbox_scrollright(3) scroll text right
- s3dw_textbox_scrollto(3) scroll text to position
- s3dw_textbox_scrollup(3) scroll text up
- s3dw_textbox(9) textbox of s3d widget
- s3dw_widget(9) s3d widget information