Home
last modified time | relevance | path

Searched refs:camera_location (Results 1 – 24 of 24) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono_postprocess/
H A DChPovRay.cpp48 this->camera_location = ChVector<>(0, 1.5, -2); in ChPovRay()
200 this->camera_location = location; in SetCamera()
336 … mfile << " right x * " << (camera_location - camera_aim).Length() << " * tan ((( " << camera_angle in ExportScript()
338 …mfile << " up y * image_height/image_width * " << (camera_location - camera_aim).Length() << " * t… in ExportScript()
340 ChVector<> mdir = (camera_aim - camera_location) * 0.00001; in ExportScript()
346 …mfile << " location <" << camera_location.x() << "," << camera_location.y() << "," << camera_locat… in ExportScript()
795 this->camera_location = mycamera->GetPosition() >> parentframe; in _recurseExportObjData()
1049 …mfilepov << " right x * " << (camera_location - camera_aim).Length() << " * tan ((( " << camera_an… in ExportData()
1051 … mfilepov << " up y * image_height/image_width * " << (camera_location - camera_aim).Length() in ExportData()
1053 ChVector<> mdir = (camera_aim - camera_location) * 0.00001; in ExportData()
[all …]
H A DChPovRay.h244 ChVector<> camera_location; variable
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_photogrammetry.cpp341 ON_3dPoint camera_location in SetLocation() argument
344 const bool rc = camera_location.IsValid(); in SetLocation()
347 m_location = camera_location; in SetLocation()
355 ON_3dPoint& camera_location in GetLocation()
358 camera_location = Location(); in GetLocation()
759 ON_3dPoint camera_location; in GetViewProjection() local
760 if ( !pg_cp.GetLocation(camera_location) || !camera_location.IsValid() ) in GetViewProjection()
772 camera_plane.origin = camera_location; in GetViewProjection()
H A Dopennurbs_photogrammetry.h85 ON_3dPoint camera_location
89 ON_3dPoint& camera_location
H A Dopennurbs_viewport.h1217 ON_3dPoint camera_location,
H A Dopennurbs_viewport.cpp4604 ON_3dPoint camera_location, in GetPerspectiveClippingPlaneConstraints() argument
4612 if ( camera_location.IsValid() ) in GetPerspectiveClippingPlaneConstraints()
4653 d = camera_location.MaximumCoordinate(); in GetPerspectiveClippingPlaneConstraints()
/dports/graphics/open3d/Open3D-0.2/src/Core/Geometry/
H A DEstimateNormals.cpp180 const Eigen::Vector3d &camera_location/* = Eigen::Vector3d::Zero()*/) in OrientNormalsTowardsCameraLocation() argument
189 Eigen::Vector3d orientation_reference = camera_location - in OrientNormalsTowardsCameraLocation()
H A DPointCloud.h159 const Eigen::Vector3d &camera_location = Eigen::Vector3d::Zero());
/dports/graphics/py-open3d-python/Open3D-0.2/src/Core/Geometry/
H A DEstimateNormals.cpp180 const Eigen::Vector3d &camera_location/* = Eigen::Vector3d::Zero()*/) in OrientNormalsTowardsCameraLocation() argument
189 Eigen::Vector3d orientation_reference = camera_location - in OrientNormalsTowardsCameraLocation()
H A DPointCloud.h159 const Eigen::Vector3d &camera_location = Eigen::Vector3d::Zero());
/dports/games/alephone/alephone-release-20190331/Source_Files/GameWorld/
H A Dplayer.cpp1685 player->camera_location.x= player->camera_location.y= player->camera_location.z= 0; in recreate_player()
2161 StreamToValue(S,ObjPtr->camera_location.x); in unpack_player_data()
2162 StreamToValue(S,ObjPtr->camera_location.y); in unpack_player_data()
2163 StreamToValue(S,ObjPtr->camera_location.z); in unpack_player_data()
2233 ValueToStream(S,ObjPtr->camera_location.x); in pack_player_data()
2234 ValueToStream(S,ObjPtr->camera_location.y); in pack_player_data()
2235 ValueToStream(S,ObjPtr->camera_location.z); in pack_player_data()
H A Dphysics.cpp500 player->camera_location= new_location; in instantiate_physics_variables()
503 …player->camera_location.z+= FIXED_TO_WORLD(step_height+variables->actual_height-constants->camera_… in instantiate_physics_variables()
525 …if (player->camera_location.z<media_height) variables->flags|= _HEAD_BELOW_MEDIA_BIT; else variabl… in instantiate_physics_variables()
529 monster->sound_location= player->camera_location; in instantiate_physics_variables()
H A Dplayer.h367 world_point3d camera_location; // beginning of fake world_location3d structure member
H A Dmap.cpp1005 world_point3d *camera_location, in get_object_shape_and_transfer_mode() argument
1030 …angent(int32(object->location.x) - int32(camera_location->x), int32(object->location.y) - int32(ca… in get_object_shape_and_transfer_mode()
2489 &current_player->camera_location : in _sound_listener_proc()
H A Dmap.h1153 void get_object_shape_and_transfer_mode(world_point3d *camera_location, short object_index, struct …
H A Dweapons.cpp1457 get_object_shape_and_transfer_mode(&player->camera_location, player->object_index, in get_weapon_display_information()
1962 *origin= player->camera_location; in calculate_weapon_origin_and_vector()
3922 location.point= player->camera_location; in play_shell_casing_sound()
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A DChaseCam.cpp260 world_point3d Ref_Position = current_player->camera_location; in ChaseCam_Update()
H A Dscreen.cpp1383 world_view->origin = current_player->camera_location; in render_screen()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_viewport.h1181 ON_3dPoint camera_location,
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dstrachnk.hpp823 ChunkVectorInt camera_location; member in MummyChestStrategy
H A Dstrachnk.cpp2173 CHUNK_EXTRACT(camera_location,ChunkVectorInt); in MummyChestStrategy()
2192 CHUNK_FILL(camera_location,ChunkVectorInt); in fill_data_block()
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderMain/
H A Drender.cpp587 explore_view.origin = explore_player->camera_location; in check_m1_exploration()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_viewport.cpp4404 ON_3dPoint camera_location, in GetPerspectiveClippingPlaneConstraints() argument
4412 if ( camera_location.IsValid() ) in GetPerspectiveClippingPlaneConstraints()
4453 d = camera_location.MaximumCoordinate(); in GetPerspectiveClippingPlaneConstraints()
/dports/games/alephone/alephone-release-20190331/Source_Files/Lua/
H A Dlua_player.cpp1429 world_point3d origin = player->camera_location; in Lua_Player_Find_Target()